[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#414275: xorg: X randomly crashes upon mouse click



reassign 414275 xserver-xorg-core
thank you



Thibaut VARENE wrote:
> X server tends to crash randomly on my box upon mouse click. This
> happens from times to times, but I couldn't draw a pattern (it doesn't
> happen often).
>   

When the X server crashes, the problem is actually located in
xserver-xorg-core (reassigning the bug). I assume you were running
xserver-xorg-core 2:1.1.1-19 or so ? Could you try xserver-xorg-core
currently in experimental (2:1.2.99.901-1) ?

> Backtrace:
> 0: /usr/bin/X(xf86SigHandler+0x94) [0x1008eb98]
> 1: [0x100374]
> 2: [(nil)]
> 3: /usr/bin/X(isItTimeToYield+0) [0x101d5708]
> 4: /usr/bin/X [0x1005197c]
> 5: /usr/bin/X(CoreProcessPointerEvent+0x4c4) [0x100526b8]
> 6: /usr/bin/X(ProcessPointerEvent+0x94) [0x10162684]
> 7: /usr/bin/X(xf86eqProcessInputEvents+0x2c0) [0x100b33f4]
> 8: /usr/bin/X(ProcessInputEvents+0x34) [0x1008fec8]
> 9: /usr/bin/X(Dispatch+0xe4) [0x100436e8]
> 10: /usr/bin/X(main+0x45c) [0x100254a0]
> 11: /lib/tls/libc.so.6 [0xfc7e994]
> 12: /lib/tls/libc.so.6(__libc_start_main+0xb0) [0xfc7ead0]
>   

I'd be great to have a backtrace with debugging enabled, by rebuilding
the X server and attaching a gdb. It might be boring to do if the bug is
not easy to reproduce. But, in case you want to try, you can rebuild with:

	DEB_BUILD_OPTIONS="nostrip noopt" fakeroot apt-get -b source xserver-xorg-core


and attach gdb with:

    gdb -p $(pidof X)

thanks,
Brice




Reply to: