From owner-freebsd-current@FreeBSD.ORG Wed Jun 2 05:41:46 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 5731116A4CE; Wed, 2 Jun 2004 05:41:46 -0700 (PDT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C52143D1F; Wed, 2 Jun 2004 05:41:45 -0700 (PDT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i52CfasU067740 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 2 Jun 2004 14:41:36 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i52Cfa8m067739; Wed, 2 Jun 2004 14:41:36 +0200 (CEST) Date: Wed, 2 Jun 2004 14:41:36 +0200 From: Divacky Roman To: Bosko Milekic Message-ID: <20040602124136.GA67607@stud.fit.vutbr.cz> References: <20040601165515.GA75864@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040601165515.GA75864@freefall.freebsd.org> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: current@FreeBSD.org Subject: Re: uipc_socket2.c panic 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, 02 Jun 2004 12:41:46 -0000 On Tue, Jun 01, 2004 at 09:55:15AM -0700, Bosko Milekic wrote: > > Divacky Roman wrote: > >Hi > > > >I am getting panics in uipc_socket2.c very often (every hour at least). > >I am afraid I am not able to provide you more info since I dont have -g > >compiled kernel and it takes me more than hour to compile kernel on this > >machine ;( > > > >once the panic was on line 867, then it was 885 > > I believe I have fixed a potential cause for this. Please sync up > to the latest version of src/sys/kern/kern_mbuf.c and let me know > if they go away. If they do not, please enable debugging options > and provide at least a stack trace. > > -Bosko I wrote done this (from last crash - before update) panic: sbflush cc 64 || mb 0 || mbcnt 0 at line 867 in file uipc_socket2.c trace: sbflush sbrelease sorflush soshutdown shutdown syscall I am cvsuping and compiling kernel now.. so I'll provide more info roman