From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 02:22:26 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 0287D16A4CE for ; Mon, 23 Aug 2004 02:22:26 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80F243D3F for ; Mon, 23 Aug 2004 02:22:25 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.40.138) by smtp01.syd.iprimus.net.au (7.0.028) id 412634F3000C2EF4; Mon, 23 Aug 2004 12:22:24 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id C65D0420D; Mon, 23 Aug 2004 12:21:58 +1000 (EST) Date: Mon, 23 Aug 2004 12:21:58 +1000 From: Tim Robbins To: Pawel Worach Message-ID: <20040823022158.GA17167@cat.robbins.dropbear.id.au> References: <41294CAA.4010306@telia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41294CAA.4010306@telia.com> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: panic: getnewbuf: locked buf 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: Mon, 23 Aug 2004 02:22:26 -0000 On Mon, Aug 23, 2004 at 03:47:22AM +0200, Pawel Worach wrote: > Hi, > > Got this while running ssh host "tar cf - /usr/X11R6.8" | tar xf - > and firefox decided to crash. > > FreeBSD corona 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sun Aug 22 19:15:47 > CEST 2004 root@darkstar:/export/data/obj/usr/src/sys/CORONA i386 > > #0 doadump () at pcpu.h:159 > #1 0xc04f9654 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:396 > #2 0xc04f9a09 in panic (fmt=0xc06afa0b "getnewbuf: locked buf") > at /usr/src/sys/kern/kern_shutdown.c:552 > #3 0xc054e71e in getnewbuf (slpflag=0, slptimeo=0, size=16384, > maxsize=16384) > at /usr/src/sys/kern/vfs_bio.c:1879 This is the same problem as PR 70705. The recent lockmgr() fixes from PR 69964 seem to have introduced other bugs. Work is currently underway on fixing this. Tim