Date: Sun, 14 Dec 1997 10:39:08 +1030 From: Greg Lehey <grog@lemis.com> To: FreeBSD current users <FreeBSD-current@FreeBSD.ORG> Subject: Changes in gdb -k? Message-ID: <19971214103908.54930@lemis.com>
next in thread | raw e-mail | index | archive | help
I've just had a couple of panics (ffs_alloccg: map corrupted, but I think it's probably hardware), and I tried to look at them with gdb -k, but I get: #0 boot (howto=0) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) t Please specify a thread ID. Use the "info threads" command to see the IDs of currently known threads. (kgdb) i threads (kgdb) info threads (kgdb) t Please specify a thread ID. Use the "info threads" command to see the IDs of currently known threads. (kgdb) t 0 Thread ID 0 not known. Use the "info threads" command to see the IDs of currently known threads. (kgdb) t 1 Thread ID 1 not known. Use the "info threads" command to see the IDs of currently known threads. (kgdb) t 2 Thread ID 2 not known. Use the "info threads" command to see the IDs of currently known threads. (kgdb) q === root@freebie (/dev/ttyp4) /var/crash 9 -> wh gdb -r-xr-xr-x 1 bin bin 757760 Nov 23 18:07 /usr/bin/gdb Any ideas? Greg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971214103908.54930>