$ nautilus:~ >ps -axlw | grep bix
100 1001 25194 1 18 0 1424 464 - R ? 6869:13 /usr/local/bin/bix
[root@nautilus jralls]# gdb /usr/local/bin/bix
GNU gdb 19991004
Copyright 1998 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-redhat-linux"...
(gdb) attach 25194
Attaching to program: /usr/local/bin/bix, Pid 25194
Reading symbols from /lib/libcrypt.so.1...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
0x400d7a60 in alarm () from /lib/libc.so.6
(gdb) bt
at tcosymain.c:419
(gdb)
Anonymous