Kirill A. Korinskiy wrote:
Julien Cristau -> Kirill A. Korinskiy @ Sat, 15 Dec 2007 20:21:05 +0100:
JC> When you login via ssh with X frozen, can you attach gdb to the Xorg
JC> process, interrupt it and get a backtrace? Please also provide the X
JC> log.
X log is normal (not include errors) and all log normals too.
My normal console not response and i don't know how interrupt Xorg via ssh.
Login by ssh, and run
gdb -p $(pidof X)
then you can interrupt X within gdb with ctrl-c and get the current
stack with
bt full
X can run again if you enter "c" (for "continue"). Then you can ctrl-c
and get another stack. If you get always the same backtrace, then we
will know where the hang would be.
This bug could be related to a well-known hang that we just fixed (bug
#451989).
Brice
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]