On Thu, Aug 05, 2004 at 10:19:51AM -0400, Robert Watson wrote: R> What function is at 0xc055b780? You can use addr2line or gdb -k to work R> that out, I believe. /usr/src/sys/kern/subr_kdb.c:228 0xc055b780 is in kdb_enter (/usr/src/sys/kern/subr_kdb.c:228). 223 if (kdb_dbbe != NULL && kdb_active == 0) { 224 if (msg != NULL) 225 printf("KDB: enter: %s\n", msg); 226 breakpoint(); 227 } 228 } 229 230 /* 231 * Initialize the kernel debugger interface. 232 */ R> Also, it would be interesting to "options KDB_TRACE" can get a trace in R> this panic... I'll try. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPEReceived on Thu Aug 05 2004 - 13:51:19 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:04 UTC