Date: Thu, 5 Aug 2004 19:51:16 +0400 From: Gleb Smirnoff <glebius@freebsd.org> To: Robert Watson <rwatson@freebsd.org> Cc: current@freebsd.org Subject: Re: xmms crashes CURRENT Message-ID: <20040805155116.GA72274@cell.sick.ru> In-Reply-To: <Pine.NEB.3.96L.1040805101852.19039X-100000@fledge.watson.org> References: <20040805141226.GA71575@cell.sick.ru> <Pine.NEB.3.96L.1040805101852.19039X-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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-RIPE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040805155116.GA72274>