Bug 449137 - libGL segfaults without GLX
Summary: libGL segfaults without GLX
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mesa
Version: rawhide
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-30 18:17 UTC by Pierre Ossman
Modified: 2018-04-11 12:24 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-24 11:29:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pierre Ossman 2008-05-30 18:17:06 UTC
All GLX using programs segfault with the current mesa-libGL. Backtrace from glxinfo:

#0  0x46b1cb15 in glXGetFBConfigs () from /usr/lib/libGL.so.1
#1  0x46b1d66b in glXChooseFBConfigSGIX () from /usr/lib/libGL.so.1
#2  0x08049e60 in ?? ()
#3  0x4344d5d6 in __libc_start_main () from /lib/libc.so.6
#4  0x08048d31 in ?? ()

My GLX is disabled though because of some driver issues a while back.

Comment 1 Matěj Cepl 2008-06-06 15:47:56 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.

Comment 2 Pierre Ossman 2008-06-14 14:01:57 UTC
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>


Comment 3 Matěj Cepl 2008-09-11 22:42:45 UTC
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.

Comment 4 Matěj Cepl 2008-10-20 21:33:42 UTC
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.

Comment 5 Matěj Cepl 2008-11-24 11:29:44 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.