From owner-freebsd-stable@FreeBSD.ORG Wed Sep 17 17:15:16 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5683D16A4B3 for ; Wed, 17 Sep 2003 17:15:16 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A2743F85 for ; Wed, 17 Sep 2003 17:15:15 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id CB56672DA3; Wed, 17 Sep 2003 17:15:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id C87DB72DA2; Wed, 17 Sep 2003 17:15:15 -0700 (PDT) Date: Wed, 17 Sep 2003 17:15:15 -0700 (PDT) From: Doug White To: Ilya In-Reply-To: <20030916025858.GA1772@krel.org> Message-ID: <20030917171337.R25425@carver.gumbysoft.com> References: <20030916025858.GA1772@krel.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: 4.9 panic AGAIN!!!! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 00:15:16 -0000 On Mon, 15 Sep 2003, Ilya wrote: > Ive had some crashes after upgrade to 4.9, then the patch came out and i rebuilt > everything. Its been over 2 weeks, and now system crashed again after writing > about 10gb of data to non system disk: > FreeBSD 4.9-PRERELEASE #3: Sat Aug 30 16:53:34 EDT 2003 > Does above time mean there was no fix applied yet? > This panic also caused a lot of files in lost+found. I am running softupdates,is > there anything else i can do to prevent such data loss again? > > thx a lot > > gdb -k /var/crash/kernel.7 /var/crash/vmcore.7 gdb works better if you use the debugging kernel built during the kernel build process instead of the stripped kernel that the crashdump grabs. This trace isn't very useful without it. See the Handbook for details. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org