Date: Sun, 21 Feb 1999 13:34:06 +1100 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, hgoldste@bbs.mpcs.com Cc: freebsd-bugs@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10166: panic during heavy sio i/o;no coproc; vesa+vm86 Message-ID: <199902210234.NAA00899@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>My target doesn't have a swap to take a dump on or a very large flash >for a full debug kernel, but Iwas able to build the suspect vfs and >ufs stuff with -g and grab some (hopefully good) backtraces and >structure contents with kgdb. The symbols seem to be OK for these, but no data is printed for the critical frame(s) (the one shown as calling trap(), and possible one not shown that actually calls trap()). >Is the call in frame #15 (at the end of the transcript) suspicious? No. >[as an aside it seems if I do the break to console I consistently wind >up in random_poll+ef3...I guess I ought to compile that with -g too...] This is garbage. You should wind up at Debugger+0x35 or thereabouts. random_poll doesn't contain any addresses beyond random_poll+0x50. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902210234.NAA00899>