From owner-freebsd-current@FreeBSD.ORG Sun May 8 06:25:37 2005 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 8762316A4E1 for ; Sun, 8 May 2005 06:25:37 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id EF0F143D82 for ; Sun, 8 May 2005 06:25:36 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 29191 invoked from network); 8 May 2005 06:18:51 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 8 May 2005 06:18:51 -0000 X-pair-Authenticated: 80.161.118.233 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.1/8.13.1) with ESMTP id j486Iiks049706; Sun, 8 May 2005 08:18:44 +0200 (CEST) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.1/8.13.1/Submit) id j486IeMl049497; Sun, 8 May 2005 08:18:40 +0200 (CEST) (envelope-from pho) Date: Sun, 8 May 2005 08:18:40 +0200 From: Peter Holm To: Gavin Atkinson Message-ID: <20050508061840.GA98114@peter.osted.lan> References: <20050507145707.GA83528@peter.osted.lan> <20050508001118.L6307@ury.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050508001118.L6307@ury.york.ac.uk> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: panic: Lock GEOM topology not exclusively locked 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: Sun, 08 May 2005 06:25:37 -0000 On Sun, May 08, 2005 at 12:13:07AM +0100, Gavin Atkinson wrote: > On Sat, 7 May 2005, Peter Holm wrote: > > >With GENERIC HEAD from May 5 04:56 UTC I got: > > > >panic(c0841f8c,c083c2d3,c083c608,1d8,1) at panic+0x14b > >_sx_assert(c0906ae0,4,c083c608,1d8) at _sx_assert+0x77 > >g_new_providerf(c1733900,c081aeee,0,1,c168b804) at g_new_providerf+0x1f > >acd_read_toc(c16af780,0,c091c1a0,0,0) at acd_read_toc+0x1c0 > >acd_geom_ioctl(c1733880,c00c6303,c16ba7b0,5,c1863600) at > >acd_geom_ioctl+0x6a > >g_dev_ioctl(c174d500,c00c6303,c16ba7b0,5,c1863600) at g_dev_ioctl+0x1cf > >devfs_ioctl_f(c181a360,c00c6303,c16ba7b0,c19f7780,c1863600) at > >devfs_ioctl_f+0xc7 > >ioctl(c1863600,cf387d04,3,45,200246) at ioctl+0x370 > >syscall(80c003b,80c003b,bfbf003b,bfbfd8fc,80fc100) at syscall+0x227 > > Were you trying to mount a CD at the time, just inserting one or had it > in already at boot? > I was testing grip, so it was a music cd. The second panic was with the cd already in. Testing with a different CD made the panic go away. - Peter > I had the exact same panic (well, ignoring filesystem changes) a year ago > when trying to mount a data partition off a CD which also contained audio > tracks. > > http://lists.freebsd.org/pipermail/freebsd-current/2004-April/026495.html > > Gavin