Date: Mon, 27 Jan 2003 15:27:00 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: Morten Rodal <morten@rodal.no> Cc: current@FreeBSD.ORG Subject: RE: panic in fork() on SMP 5.0-RELEASE Message-ID: <XFMail.20030127152700.jhb@FreeBSD.org> In-Reply-To: <20030125202206.GA590@slurp.rodal.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On 25-Jan-2003 Morten Rodal wrote: > Is this a known panic? I tried to search the mailinglist archives to > see if somebody had posted something similar, but I couldn't find > anything. > > The system is running 5.0-RELEASE with a pretty standard kernel (just > removed all the drivers I don't use and added SMP support). I think > the load of the system might have been high at the moment as I had > just started > > > cd /usr/ports && make -j8 clean > > before I went to eat dinner. When I came back a few hours later it at > rebooted, with this panic. > > I have attached the backtrace of this (dual?) panic. I have never > poked in the kernel source code before, so if there is anything else > you need to know just ask and I'll see what I can do. Do you still have the kernel.debug from this kernel lying around? Can you pop gdb up on it and do 'l *0xc01bdb48' please? That is the instruction pointer from the fault and will give the line that the actual panic occurred at. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20030127152700.jhb>