From owner-freebsd-questions Sat Jul 22 16:57:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id BA54A37B55F for ; Sat, 22 Jul 2000 16:57:42 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA01195; Sun, 23 Jul 2000 09:27:30 +0930 (CST) (envelope-from grog) Date: Sun, 23 Jul 2000 09:27:30 +0930 From: Greg Lehey To: Chris Hardie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mysterious ffs_clusteralloc kernel panics: need help! Message-ID: <20000723092730.M78588@wantadilla.lemis.com> References: <20000721091234.G936@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 22 July 2000 at 8:13:45 -0500, Chris Hardie wrote: > >>>> OK, now do a backtrace ('bt'). >>> >> >> You need the kernel with debugging symbols, which you appear to have. >> But this isn't the one. Take a look at >> http://www.lemis.com/vinum/how-to-debug.html for further details. > > Sorry about that. Here's the output of a backtrace from a kernel > compiled with debugging turned on: > > (kgdb) bt > #0 0xc0163a5b in boot () > #1 0xc0163ce0 in at_shutdown () > #2 0xc015f9e0 in lockmgr () > > #24 0x80480e9 in ?? () No, this kernel doesn't have symbols. > I'm afraid it doesn't look much different than the one I previously > sent, so I suspect perhaps I'm doing something wrong. I'm a little > out of my league here. I'll attempt to recompile and install the > kernel from scratch with debugging on, and then let you know what > happens when it crashes next Wednesday or Thursday (crashed this > morning at 3:30, right on "schedule", grrr). I'd assume that you compiled with -g and then installed the stripped version of the kernel. That's fine, you just need to find the unstripped version, which will be in /usr/src/sys/compile/MYKERNEL/kernel.debug, for your value of MYKERNEL. This is described in the web page I refer to above. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message