Script started on Mon Dec 30 09:16:46 2002 address@hidden> ps waux |grep ratp wthomas 1523 4.5 0.2 2024 800 ? R 09:12 0:11 ratpoison wthomas 1532 0.0 0.2 2160 820 ? S 09:12 0:00 ssh-agent ratpoison wthomas 2191 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c windows wthomas 2194 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c windows wthomas 2202 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c select screen wthomas 2203 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c windows wthomas 2317 0.0 0.1 1288 408 pts/3 R 09:16 0:00 grep ratp address@hidden> gdb ratpoison 1523 GNU gdb 5.3-debian Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-linux"... Attaching to program: /usr/bin/ratpoison, process 1523 Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Loaded symbols for /usr/X11R6/lib/libX11.so.6 Reading symbols from /lib/libc.so.6...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /lib/libdl.so.2...done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 0x4019cbd4 in write () from /lib/libc.so.6 (gdb) bt #0 0x4019cbd4 in write () from /lib/libc.so.6 #1 0x400e1cbc in _XlcPublicMethods () from /usr/X11R6/lib/libX11.so.6 #2 0x40073ce3 in _X11TransWrite () from /usr/X11R6/lib/libX11.so.6 #3 0x4005888c in _XFlush () from /usr/X11R6/lib/libX11.so.6 #4 0x40059c26 in _XReply () from /usr/X11R6/lib/libX11.so.6 #5 0x400458e4 in XGetWindowProperty () from /usr/X11R6/lib/libX11.so.6 #6 0x0804ea14 in receive_command () at events.c:523 #7 0x0804eaf5 in property_notify (ev=0x8055800) at events.c:572 #8 0x0804ed09 in delegate_event (ev=0x8055800) at events.c:715 #9 0x0804eee8 in listen_for_events () at events.c:837 #10 0x08050ede in main (argc=1, argv=0xbffffda4) at main.c:609 (gdb) quit A debugging session is active. Do you still want to close the debugger?(y or n) y Detaching from program: /usr/bin/ratpoison, process 1523 address@hidden> ps waux |grep ratp wthomas 1532 0.0 0.2 2160 820 ? S 09:12 0:00 ssh-agent ratpoison wthomas 2191 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c windows wthomas 2194 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c windows wthomas 2202 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c select screen wthomas 2203 0.0 0.1 2004 612 pts/2 S 09:16 0:00 ratpoison -c windows wthomas 1523 6.8 0.2 2024 800 ? R 09:12 0:19 ratpoison address@hidden> exit Script done on Mon Dec 30 09:17:48 2002