From owner-freebsd-current Mon Jan 27 12:26:59 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094C437B405 for ; Mon, 27 Jan 2003 12:26:57 -0800 (PST) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 824D843F18 for ; Mon, 27 Jan 2003 12:26:56 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 10346 invoked from network); 27 Jan 2003 20:27:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 27 Jan 2003 20:27:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0RKQsUT058034; Mon, 27 Jan 2003 15:26:55 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030125202206.GA590@slurp.rodal.no> Date: Mon, 27 Jan 2003 15:27:00 -0500 (EST) From: John Baldwin To: Morten Rodal Subject: RE: panic in fork() on SMP 5.0-RELEASE Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 <>< 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