Helmut Grohne wrote:
> Steps to reproduce: Get a similar setup, start keyjnote (package called
> the same). Quiting keyjnote should result in a similar Xserver segfault.
> This bug is reproducible on my machine (yes, this sometimes happens ;-).
>
> [...]
>
> Backtrace:
> 0: /usr/bin/X11/X(xf86SigHandler+0x6d) [0x47f60d]
> 1: /lib/libc.so.6 [0x2ae55559fca0]
> 2: 
> /usr/lib/xorg/modules/extensions//libGLcore.so(xmesa_check_and_update_buffer_size+0xc)
>  [0x2ae5610b1dcc]
> 3: /usr/lib/xorg/modules/extensions//libGLcore.so [0x2ae5610b12cd]
> 4: /usr/lib/xorg/modules/extensions//libglx.so [0x2ae55697168b]
> 5: /usr/bin/X11/X(compPositionWindow+0x62) [0x4ba472]
> 6: /usr/bin/X11/X(ReparentWindow+0x1bb) [0x439c9b]
> 7: /usr/bin/X11/X(ProcReparentWindow+0xbc) [0x44a66c]
> 8: /usr/bin/X11/X(Dispatch+0x1cb) [0x44abeb]
> 9: /usr/bin/X11/X(main+0x45d) [0x433ccd]
> 10: /lib/libc.so.6(__libc_start_main+0xf4) [0x2ae55558c8e4]
> 11: /usr/bin/X11/X(FontFileCompleteXLFD+0x231) [0x432fc9]
>   

Might be related to #420860 (but the whole stack is not exactely the
same). To get a nice backtrace, you should install xserver-xorg-core-dbg
and attach a gdb through ssh before the crash:
    ssh <host>
    gdb -p $(pidof X)
    ....
    <crash>
    ....
    gdb> bt full


Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to