Date: Mon, 14 Aug 1995 20:30:02 -0700 From: David Greenman <davidg@Root.COM> To: freebsd-bugs Subject: Re: kern/688: Page fault: supervisor write, page not present Message-ID: <199508150330.UAA19230@freefall.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/688; it has been noted by GNATS. From: David Greenman <davidg@Root.COM> To: root@kaiwan.kaiwan.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/688: Page fault: supervisor write, page not present Date: Mon, 14 Aug 1995 20:27:14 -0700 >instruction pointer = 0x8:0xf018679c ... >#4 0xf01920b7 in trap () >#5 0xf018b571 in calltrap () >#6 0xf0121831 in allocbuf () ... Would you mind additionally doing an 'nm /kernel | sort' and fishing out the routines around the 0xf018679c? As you may have noticed above, our gdb screws up the stack decoding at the point of the trap (the panic happend in a routine that allocbuf() called, not in allocbuf. Someone really needs to fix that. Thanks. -DG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508150330.UAA19230>