Comment 22 for bug 86072

Revision history for this message
In , Jisakiel (jisakiel) wrote :

As I feared rebuilding everything didn't help; I still get the crash when switching as happens to #12. However I can't get a proper backtrace; after rebuilding without fomit-frame-pointer and with debug enabled and crashing while switching, the Xorg log still only shows

(II) AIGLX: Suspending AIGLX clients for VT switch
disable montype: 1
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xd3ffd000
(II) RADEON(0): MC_AGP_LOCATION : 0xd87fd800
finished PLL1

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80d179e]
1: [0xffffe420]

Fatal server error:
Caught signal 11. Server aborting

(II) Mouse1-usb-0000:00:02.0-3.2/input0: Off
(II) UnloadModule: "evdev"
(II) Keyboard1-usb-0000:00:02.0-3.4/input0: Off
(II) UnloadModule: "evdev"
(II) Keyboard1-usb-0000:00:02.0-3.4/input1: Off
(II) UnloadModule: "evdev"
(II) AIGLX: Suspending AIGLX clients for VT switch
disable montype: 1
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xd3ffd000
(II) RADEON(0): MC_AGP_LOCATION : 0xd87fd800
finished PLL1

Trying to debug via gdb didn't work neither; when attaching to the server it hangs it with error 0xffffe410 in __kernel_vsyscall () and backtrace

#0 0xffffe410 in __kernel_vsyscall ()

#1 0x48e7118d in ___newselect_nocancel () from /lib/libc.so.6

#2 0x081adac1 in WaitForSomething (pClientsReady=0xafcf5300) at WaitFor.c:235

#3 0x0808d3c2 in Dispatch () at dispatch.c:425

#4 0x08074c65 in main (argc=9, argv=0xafcf5834, envp=0x0) at main.c:452

I guess that is a problem of my own system, but I accept any suggestions to get a proper bt. I'll attach a full gdb log of this non-completely-related crash though, and wait for further news.