Here is the problem I'm having: buildd@hurd:~$ ps ^C buildd@hurd:~$ gdb ps GNU gdb 5.0.90-cvs (MI_OUT) Copyright 2001 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-unknown-gnu0.2"...(no debugging symbols found)... (gdb) run Starting program: /usr/bin/ps Can't fetch registers from thread 3: No such thread (gdb) info threads Segmentation fault buildd@hurd:~$
When I su, I can run ps, but not ps -ef. gdb gets me a little further, however: Starting program: /usr/bin/ps -ef (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... ^C(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGINT, Interrupt. 0x0106893c in evc_wait () from /lib/libc.so.0.2 (gdb) bt #0 0x0106893c in evc_wait () from /lib/libc.so.0.2 #1 0x01068fe9 in mach_msg () from /lib/libc.so.0.2 #2 0x01038113 in ps_msg_get_init_port () from /lib/libps.so.0.2 #3 0x010350d6 in proc_stat_set_flags () from /lib/libps.so.0.2 #4 0x01033950 in proc_stat_list_set_flags () from /lib/libps.so.0.2 #5 0x01033c37 in proc_stat_list_find_bogus_flags () from /lib/libps.so.0.2 #6 0x08049e1d in _start () #7 0x0804aba5 in _start () #8 0x0108b20b in __libc_start_main () from /lib/libc.so.0.2 (gdb) In my sleepyness, I can't remember how to make it use the libraries in /lib/debug. I'm sure it'll come to me in the morning... Oh well. =) -- Abandon the search for truth; settle for a good fantasy. _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd