Forwarding this bug from a Ubuntu reporter: https://bugs.edge.launchpad.net/ubuntu/+bug/305458 [Problem] X gets stuck in a loop, reporting the following error to dmesg: [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called without lock held, held 0 owner ed9589c0 ee2e0880 [lspci] 01:05.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] 0300: 1002:5961 (rev 01) Subsystem: C.P. Technology Co. Ltd Device 2063 Subsystem: 148c:2063 [Original Report] When attempting to run a 3d game such as Enemy Territory or a game via wine X crashes and locks up. I am still able to ssh into the system but unable to kill X in any way. Exactly the same thing happens using the kernel from Hardy so I'm inclined to believe this not a kernel issue. dmesg is entirely filled with: Dec 5 11:23:39 smithers kernel: [ 126.311404] [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called without lock held, held 0 owner ed9589c0 ee2e0880 Dec 5 11:23:39 smithers kernel: [ 126.313311] [drm:radeon_cp_reset] *ERROR* radeon_cp_reset called without lock held, held 0 owner ed9589c0 ee2e0880 Dec 5 11:23:39 smithers kernel: [ 126.316425] [drm:radeon_cp_start] *ERROR* radeon_cp_start called without lock held, held 0 owner ed9589c0 ee2e0880 01:05.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01) Subsystem: C.P. Technology Co. Ltd Device 2063 $ lsb_release -rd Description: Ubuntu 8.10 Release: 8.10 $ apt-cache policy linux-image-generic linux-image-generic: Installed: 2.6.27.9.13 Candidate: 2.6.27.9.13 Version table: *** 2.6.27.9.13 0 500 http://ubuntu.virginmedia.com intrepid-updates/main Packages 500 http://ubuntu.virginmedia.com intrepid-security/main Packages 100 /var/lib/dpkg/status 2.6.27.7.11 0 500 http://ubuntu.virginmedia.com intrepid/main Packages
Created attachment 21247 [details] [review] Xorg.0.log
is the user running compiz or kwin effects?
Yes, the user only sees the issue manifest while desktop effects (kde 4.1.3) is on.
(In reply to comment #3) > Yes, the user only sees the issue manifest while desktop effects (kde 4.1.3) is > on. Then it could be the same problem as bug 7128 / https://bugzilla.redhat.com/show_bug.cgi?id=445331 and friends, due to the AIGLX code dereferncing a stale DrawablePtr. However, I thought there was a workaround for this in KDE 4.1.3... but maybe that only applies when disabling kwin compositing, and the problem can still be triggered in other circumstances such as the ones described here.
The same issue affects also system without deskop effects activated. The system is Ubuntu 8.10, AMD64, Gnome desktop, RV350.
After changing AccelMethod option from default (XAA) to EXA the symptoms changes to X server restart instead of system hang with the following messages appearing in X log file: Backtrace: 0: /usr/X11R6/bin/X(xf86SigHandler+0x65) [0x480f35] 1: /lib/libc.so.6 [0x7f00ee79f0a0] 2: /usr/lib/xorg/modules/extensions//libglx.so(__glXDeassociateContext+0x75) [0x7f00edc7a3b5] 3: /usr/lib/xorg/modules/extensions//libglx.so(__glXContextDestroy+0xf) [0x7f00edc766ef] 4: /usr/lib/xorg/modules/extensions//libglx.so [0x7f00edc82902] 5: /usr/lib/xorg/modules/extensions//libglx.so(__glXFreeContext+0x6c) [0x7f00edc788ac] 6: /usr/lib/xorg/modules/extensions//libglx.so [0x7f00edc788f3] 7: /usr/X11R6/bin/X(FreeResourceByType+0x105) [0x435505] 8: /usr/lib/xorg/modules/extensions//libglx.so [0x7f00edc751fe] 9: /usr/lib/xorg/modules/extensions//libglx.so [0x7f00edc78bd2] 10: /usr/X11R6/bin/X(Dispatch+0x364) [0x44d6e4] 11: /usr/X11R6/bin/X(main+0x45d) [0x4336fd] 12: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f00ee78a466] 13: /usr/X11R6/bin/X [0x432ad9] Saw signal 11. Server aborting.
Marking this bug as a duplicate of #7128. Please open a new bug if this still happens with KMS. *** This bug has been marked as a duplicate of bug 7128 ***
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.