Summary: | crash in radeon driver | ||
---|---|---|---|
Product: | Mesa | Reporter: | Shaya Potter <spotter> |
Component: | Drivers/DRI/r300 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | mnemo |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | xorg log from crashed server |
btw, I can easily reproduce this. i just initiate compiz's shift switcher and and quickly cycle through windows (i.e. hold down arrow key). results in this crash quickly. I got the same problem ob my Radeon 9700, using Compiz and EXA acceleration. It first happened when I was browsing lots of Photos in Nautilus Thumbnail view, but today I found a really fast way to reproduce it: 1. Get MPEG4 Modifier from http://moitah.net/ and run it with mono. 2. Drag the lower right corner of the file-open dialog arround to resize it (which causes a lot of redrawing). 3. After some seconds X will crash. Backtrace: 0: /usr/X11R6/bin/X(xorg_backtrace+0x3b) [0x813516b] 1: /usr/X11R6/bin/X(xf86SigHandler+0x55) [0x80c7be5] 2: [0xb7f8c400] 3: /usr/lib/dri/r300_dri.so(_mesa_update_texture+0x2b1) [0x9f4aae21] 4: /usr/lib/dri/r300_dri.so(_mesa_update_state_locked+0x756) [0x9f494fb6] 5: /usr/lib/dri/r300_dri.so(_mesa_update_state+0x2a) [0x9f4951aa] 6: /usr/lib/dri/r300_dri.so(_mesa_GetIntegerv+0x278) [0x9f567148] 7: /usr/lib/xorg/modules/extensions//libglx.so [0xb7912132] 8: /usr/lib/xorg/modules/extensions//libglx.so [0xb79042e8] 9: /usr/lib/xorg/modules/extensions//libglx.so [0xb79031a7] 10: /usr/lib/xorg/modules/extensions//libglx.so [0xb7907d6a] 11: /usr/X11R6/bin/X(Dispatch+0x33f) [0x808d57f] 12: /usr/X11R6/bin/X(main+0x3bd) [0x80722ed] 13: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7b4f775] 14: /usr/X11R6/bin/X [0x80717a1] Saw signal 11. Server aborting. I'm also experiencing this bug. It seems that the crashes are very random. Backtrace: 0: /usr/X11R6/bin/X(xorg_backtrace+0x3b) [0x813518b] 1: /usr/X11R6/bin/X(xf86SigHandler+0x55) [0x80c7be5] 2: [0xb7f22400] 3: /usr/lib/dri/r300_dri.so(_mesa_update_state_locked+0x832) [0xa53a6152] 4: /usr/lib/dri/r300_dri.so(_mesa_update_state+0x2a) [0xa53a628a] 5: /usr/lib/dri/r300_dri.so(_mesa_GetIntegerv+0x278) [0xa54780c8] 6: /usr/lib/xorg/modules/extensions//libglx.so [0xb78a1132] 7: /usr/lib/xorg/modules/extensions//libglx.so [0xb78932e8] 8: /usr/lib/xorg/modules/extensions//libglx.so [0xb78921a7] 9: /usr/lib/xorg/modules/extensions//libglx.so [0xb7896d6a] 10: /usr/X11R6/bin/X(Dispatch+0x33f) [0x808d57f] 11: /usr/X11R6/bin/X(main+0x3bd) [0x80722ed] 12: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7af5775] 13: /usr/X11R6/bin/X [0x80717a1] Saw signal 11. Server aborting. *** Bug 21447 has been marked as a duplicate of this bug. *** |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 23872 [details] xorg log from crashed server Backtrace: 0: /usr/X11R6/bin/X(xorg_backtrace+0x3b) [0x8134f0b] 1: /usr/X11R6/bin/X(xf86SigHandler+0x55) [0x80c7c05] 2: [0xb8059400] 3: /usr/lib/dri/r300_dri.so(_mesa_update_texture+0x2b1) [0xad4fae21] 4: /usr/lib/dri/r300_dri.so(_mesa_update_state_locked+0x756) [0xad4e4fb6] 5: /usr/lib/dri/r300_dri.so(_mesa_update_state+0x2a) [0xad4e51aa] 6: /usr/lib/dri/r300_dri.so(_mesa_GetIntegerv+0x278) [0xad5b7148] 7: /usr/lib/xorg/modules/extensions//libglx.so [0xb79d1132] 8: /usr/lib/xorg/modules/extensions//libglx.so [0xb79c32e8] 9: /usr/lib/xorg/modules/extensions//libglx.so [0xb79c21a7] 10: /usr/lib/xorg/modules/extensions//libglx.so [0xb79c6d6a] 11: /usr/X11R6/bin/X(Dispatch+0x33f) [0x808d5af] 12: /usr/X11R6/bin/X(main+0x3bd) [0x807231d] 13: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7c25775] 14: /usr/X11R6/bin/X [0x80717d1] Saw signal 11. Server aborting. in process of doing some stress testing on the driver due to hang i was experiencing, was doing a lot of "coverflow" type application switching in compiz and crashed with this backtrace in X. including Xorg log file.