Bug 449137
| Summary: | libGL segfaults without GLX | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pierre Ossman <pierre-bugzilla> |
| Component: | mesa | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | ajax, mcepl, xgl-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-24 11:29:44 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
Pierre Ossman
2008-05-30 18:17:06 UTC
Unfortunately this backtrace is almost useless -- whatever is interesting in lines #2 and #4 is unknown to us. Could you please try to install debuginfo packages for mesa (run as root debuginfo-install mesa ; debuginfo-install program is from yum-utils) and reproduce the backtrace, please? Also please attach your X server config file (/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below. We will review this issue again once you've had a chance to attach this information. Thanks in advance. This is with debuginfo added. Stack has changed a bit though:
#0 0x441fdb15 in glXGetFBConfigs (dpy=<value optimized out>,
screen=<value optimized out>, nelements=<value optimized out>)
at glxcmds.c:1647
priv = (__GLXdisplayPrivate *) 0x0
config = <value optimized out>
i = <value optimized out>
#1 0x441fe66b in glXChooseFBConfig (dpy=<value optimized out>,
screen=<value optimized out>, attribList=<value optimized out>, nitems=Could
not find the frame base for "glXChooseFBConfig".
)
at glxcmds.c:1607
config_list = (__GLcontextModes **) 0x804f008
list_size = 0
#2 0x08049e60 in main (argc=1, argv=0xbfd74a74) at glxinfo.c:430
displayName = 0x0
dpy = (Display *) 0x804f008
numScreens = 1
scrnum = 0
mode = Normal
findBest = 0 '\0'
limits = 0 '\0'
allowDirect = 1
i = <value optimized out>
A little bit more information would help us. Please attach your X server config file (/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below. Could you please also try to run without any /etc/X11/xorg.conf whatsoever and let X11 autodetect your display and video card? Attach to this bug /var/log/Xorg.0.log from this attempt as well, please. We will review this issue again once you've had a chance to attach this information. Thanks in advance. Reporter, could you please reply to the previous question? If you won't reply in one month, I will have to close this bug as INSUFFICIENT_DATA. Thank you. Since there are insufficient details provided in this report for us to investigate the issue further, and we have not received feedback to the information we have requested above, we will assume the problem was not reproducible, or has been fixed in one of the updates we have released for the reporter's distribution. Users who have experienced this problem are encouraged to upgrade to the latest update of their distribution, and if this issue turns out to still be reproducible in the latest update, please reopen this bug with additional information. Closing as INSUFFICIENT_DATA. |