From owner-freebsd-current@FreeBSD.ORG Wed Oct 6 22:55:59 2004 Return-Path: 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 7D25E16A4CE; Wed, 6 Oct 2004 22:55:59 +0000 (GMT) Received: from www.cray1.de (i.would.like.to.spoof.my.realip.de [64.27.85.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D368343D39; Wed, 6 Oct 2004 22:55:58 +0000 (GMT) (envelope-from ubm@u-boot-man.de) Received: from greatsheep.marines (localhost [127.0.0.1]) by www.cray1.de (8.9.3/8.9.3) with SMTP id AAA31890; Thu, 7 Oct 2004 00:55:49 +0200 Date: Thu, 7 Oct 2004 01:00:08 +0200 From: Marc "UBM" Bocklet To: Brian Fundakowski Feldman Message-Id: <20041007010008.15274fbd.ubm@u-boot-man.de> In-Reply-To: <20041006215134.GN47017@green.homeunix.org> References: <20041006015131.10116be7.ubm@u-boot-man.de> <20041006090104.06710d85.ubm@u-boot-man.de> <20041006154137.GJ47017@green.homeunix.org> <20041006203220.7f8e7b8a.ubm@u-boot-man.de> <20041006192518.GM47017@green.homeunix.org> <20041006215134.GN47017@green.homeunix.org> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: marchenko@gmail.com cc: current@freebsd.org Subject: Re: [BETA7-panic] sodealloc(): so_count 1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 22:55:59 -0000 On Wed, 6 Oct 2004 17:51:34 -0400 Brian Fundakowski Feldman wrote: > On Wed, Oct 06, 2004 at 03:55:21PM -0400, Vlad wrote: > > Brian, > > > > I've created ticket a while ago in regards to this problem: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/72126 > > > > also, attached are some additional debug info I could get during > > last two times it crashed. > > > > unfortunately I don't have big enough stand-alone swap partition to > > get kernel crash dump, so those files are the best I could get. > > > > here is week-old thread for the same problem: > > http://groups.google.com/groups?th=fc0d7d881f0713cc > > Can you tell me where sorele() crashed when you did _not_ have > INVARIANTS enabled? That will help because the INVARIANTS panic tells > us one half of where the problem is and the sorele() panic is the > other half. Want to try this (untested) patch for the problem that I'm > guessing about? [possible patch for sodealloc panic] Ok, I'm just now recompiling my kernel with your patch, I should be able to boot the kernel tomorrow, then we'll see if there are any further panics. Thanks a lot for your help! :-) Bye Marc