https://bugzilla.novell.com/show_bug.cgi?id=461820 User james.knott@rogers.com added comment https://bugzilla.novell.com/show_bug.cgi?id=461820#c10 --- Comment #10 from James Knott <james.knott@rogers.com> 2009-03-13 14:47:13 MST --- A. When you log into the machine running the Xserver via ssh, can you do a vt switch by doing something like # chvt 1 (as root)? No. The ssh session locks up, but can be cleared with CTL-C B. From remote find the PID of the Xserver and do an strace -p <PID> Is the server woken up by a SIGALRM from time to time? How would I check that? Is that default for OpenSUSE? I haven't changed anything like that. C. From remote get the PID of the Xserver and do: gdb /usr/bin/X <PID> to attach the debugger to the running Xserver. In gdb please do:
bt to get a backtrace. Please paste the results here.
GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i586-suse-linux"... (no debugging symbols found) Attaching to program: /usr/bin/X, process 2311 ptrace: Operation not permitted. /home/jknott/2311: No such file or directory. (gdb) bt No stack. (gdb) Quit (gdb) Quit (gdb) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.