Bug 753279
Summary: | Apps dlopening libGL directly or indirectly are crashing with F16 and nvidia proprietary driver | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sammy <sait.a.umar> |
Component: | glibc | Assignee: | Andreas Schwab <schwab> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | chgonzalezg, dct996, fweimer, jakub, jreznik, kevin, law, ltinkl, rdieter, rnovacek, ry, schwab, smparrish, ted.feasel, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-11-14 11:15:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Sammy
2011-11-11 18:46:40 UTC
The nouveau driver is much more stable....I am using that now. I did see the notes about nvidia drivers on F16 notes. This looks like the bug bz737223, there glibc was found to be the culprit and a version of glibc that solves the problem was built (glibc-2.14.90-12.999) but then higher version of glibc installed. Do they contain this fix? Please post a stack backtrace to the bug report. I've seen some posted to IRC, and what they had in common was that libGL was getting dlopened by QtOpenGL, and it crashed in the ELF relocation code. It looks like the glibc fix only worked for the directly linked case, but not for the dlopen case, which means that anything using QtOpenGL still crashes. There's not much we can do about this in kdelibs packaging, it's some issue between glibc and nvidia. I'll leave it to the glibc maintainers to decide whether they can and want to do anything about this. Reassigning. According to the duplicate bug #751891, it looks like this happens even if what's dlopened is not libGL directly, but some plugin which just indirectly links it. *** Bug 751891 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 751891 *** *** Bug 757599 has been marked as a duplicate of this bug. *** |