Bug 679903 - glxgears crash with ATI driver
Summary: glxgears crash with ATI driver
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-ati
Version: rawhide
Hardware: i686
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-23 20:08 UTC by v.plessky
Modified: 2011-02-27 11:34 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-27 11:34:28 UTC
Type: ---


Attachments (Terms of Use)

Description v.plessky 2011-02-23 20:08:31 UTC
Description of problem:

glxgears crash with ATI driver

Version-Release number of selected component (if applicable):


How reproducible:

always

Steps to Reproduce:
1. boot with rawhide LiveCD (KDE), version from Feb.23,2011
2. run glxgears
3. crash
  
Actual results:


Expected results:

glxgears should be able to run

Additional info:

[New LWP 2630]
[Thread debugging using libthread_db enabled]
Core was generated by `glxgears'.
Program terminated with signal 11, Segmentation fault.
#0  0x0114829b in ?? () from /usr/lib/dri/r300_dri.so

Thread 1 (Thread 0xb78bb6d0 (LWP 2630)):
#0  0x0114829b in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#1  0x011489c4 in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#2  0x0114a53c in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#3  0x0114fa62 in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#4  0x01138b14 in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#5  0x011364ed in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#6  0x0113cb49 in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#7  0x01101008 in ?? () from /usr/lib/dri/r300_dri.so
No symbol table info available.
#8  0x0026ff7b in glClear () from /usr/lib/libGL.so.1
No symbol table info available.
#9  0x0804a099 in ?? ()
No symbol table info available.
#10 0x08049852 in ?? ()
No symbol table info available.
#11 0x00486413 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#12 0x08049ead in ?? ()
No symbol table info available.
From        To          Syms Read   Shared Object Library
0x00976c70  0x0099041c  Yes (*)     /usr/lib/libGLEW.so.1.5
0x001127f0  0x0016737c  Yes (*)     /usr/lib/libGLU.so.1
0x0023fe40  0x0028538c  Yes (*)     /usr/lib/libGL.so.1
0x007614b0  0x0077c97c  Yes (*)     /lib/libm.so.6
0x00348310  0x003d904c  Yes (*)     /usr/lib/libX11.so.6
0x00e166b0  0x00e2100c  Yes (*)     /usr/lib/libXext.so.6
0x00483c00  0x005a0954  Yes (*)     /lib/libc.so.6
0x007cd1b0  0x0084039b  Yes (*)     /usr/lib/libstdc++.so.6
0x00e37f30  0x00e4ef3c  Yes (*)     /lib/libgcc_s.so.1
0x008f77c0  0x008f81fc  Yes         /usr/lib/libXdamage.so.1
0x00b5ae70  0x00b5d35c  Yes         /usr/lib/libXfixes.so.3
0x0017ead0  0x0018169c  Yes (*)     /usr/lib/libXxf86vm.so.1
0x00f90400  0x00f9593c  Yes         /usr/lib/libdrm.so.2
0x00bf3630  0x00bff68c  Yes (*)     /lib/libpthread.so.0
0x00183a60  0x00184a6c  Yes (*)     /lib/libdl.so.2
0x006a7850  0x006bf76f  Yes (*)     /lib/ld-linux.so.2
0x0018ee90  0x0019e7bc  Yes         /usr/lib/libxcb.so.1
0x006d48c0  0x006d86bc  Yes (*)     /lib/librt.so.1
0x00f68a00  0x00f6988c  Yes         /usr/lib/libXau.so.6
0x00fad160  0x011f321c  Yes (*)     /usr/lib/dri/r300_dri.so
0x06a17b90  0x072c29ec  Yes (*)     /usr/lib/dri/libllvmcore-2.8.so
0x001aa2b0  0x001bbf78  Yes         /lib/libselinux.so.1
0x00e8b040  0x00ea4c7c  Yes         /lib/libexpat.so.1
0x009407a0  0x0094706c  Yes         /usr/lib/libtalloc.so.2
0x00cf2330  0x00cf4edc  Yes         /usr/lib/libdrm_radeon.so.1
0x001db8e0  0x001e0b9c  Yes (*)     /lib/libcrypt.so.1
0x002b29f0  0x002e551c  Yes         /lib/libfreebl3.so
(*): Shared library is missing debugging information.
$1 = 0x0
No symbol "__glib_assert_msg" in current context.
eax            0xbf989be4	-1080517660
ecx            0x41da2b90	1104817040
edx            0xbf989d50	-1080517296
ebx            0x132c6b0	20104880
esp            0xbf989ab0	0xbf989ab0
ebp            0xbf989b08	0xbf989b08
esi            0xfffff802	-2046
edi            0x9e77d24	166165796
eip            0x114829b	0x114829b
eflags         0x210207	[ CF PF IF RF ID ]
cs             0x73	115
ss             0x7b	123
ds             0x7b	123
es             0x7b	123
fs             0x0	0
gs             0x33	51
No function contains program counter for selected frame.

Comment 1 v.plessky 2011-02-27 11:34:28 UTC
  
This bug is fixed in desktop-i386-20110227.01.iso   image

mesa: 7.10-0.27.fc15.i686


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