From owner-freebsd-current@FreeBSD.ORG Sat Mar 26 20:22:25 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 5392516A4CF for ; Sat, 26 Mar 2005 20:22:25 +0000 (GMT) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D9743D2F for ; Sat, 26 Mar 2005 20:22:25 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with SMTP id A8F4846B83 for ; Sat, 26 Mar 2005 15:22:24 -0500 (EST) Date: Sat, 26 Mar 2005 20:19:20 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: current@FreeBSD.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: panic: Duplicate free of item 0xc5862800 from zone 0xc55f8580(NAMEI) 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: Sat, 26 Mar 2005 20:22:25 -0000 On Sat, 26 Mar 2005, Robert Watson wrote: > Got the following panic while doing a buildworld on a dual xeon (quad > logical processor) system today, using 6-CURRENT source from today. And similar: tiger-1# Slab at 0xc585e100, freei 2 = 0. panic: Duplicate free of item 0xc5864800 from zone 0xc55f8580(NAMEI) cpuid = 3 KDB: enter: panic [thread pid 18337 tid 100122 ] Stopped at kdb_enter+0x2b: nop db> trace Tracing pid 18337 tid 100122 td 0xc57fd8a0 kdb_enter(c08317e5) at kdb_enter+0x2b panic(c084b549,c5864800,c55f8580,c0839cfb,c084b52d) at panic+0x127 uma_dbg_free(c55f8580,0,c5864800) at uma_dbg_free+0x110 uma_zfree_arg(c55f8580,c5864800,0) at uma_zfree_arg+0xf4 namei(eb9d5c10,c0928f80,c57fd8a0,0,c57fd914) at namei+0x390 kern_stat(c57fd8a0,8081884,0,eb9d5c84) at kern_stat+0x35 stat(c57fd8a0,eb9d5d14,2,0,286) at stat+0x1b syscall(2f,2f,2f,8081884,8080458) at syscall+0x213 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (188, FreeBSD ELF32, stat), eip = 0x8064c6f, esp = 0xbfbfd9cc, ebp = 0xbfbfdc58 --- db> Robert N M Watson > > Robert N M Watson > > Slab at 0xc5857200, freei 2 = 0. > panic: Duplicate free of item 0xc5862800 from zone 0xc55f8580(NAMEI) > > cpuid = 1 > KDB: enter: panic > [thread pid 10534 tid 100207 ] > Stopped at kdb_enter+0x2b: nop > db> trace > Tracing pid 10534 tid 100207 td 0xc5e27000 > kdb_enter(c08317e5) at kdb_enter+0x2b > panic(c084b549,c5862800,c55f8580,c0839cfb,c084b52d) at panic+0x127 > uma_dbg_free(c55f8580,0,c5862800) at uma_dbg_free+0x110 > uma_zfree_arg(c55f8580,c5862800,0) at uma_zfree_arg+0xf4 > namei(ebb3fbdc,c0626abe,c5e27000,c5e27000,c5e27000) at namei+0x245 > vn_open_cred(ebb3fbdc,ebb3fcdc,1a4,c5ddec80,3) at vn_open_cred+0x278 > vn_open(ebb3fbdc,ebb3fcdc,1a4,3,c0626abe) at vn_open+0x1e > kern_open(c5e27000,8418900,0,8001,1b6) at kern_open+0xb6 > open(c5e27000,ebb3fd14,3,b,202) at open+0x1a > syscall(2f,2f,bfbf002f,0,0) at syscall+0x213 > Xint0x80_syscall() at Xint0x80_syscall+0x1f > --- syscall (5, FreeBSD ELF32, open), eip = 0x82d0e27, esp = 0xbfbfe2fc, > ebp = 0xbfbfe318 --- > db> show lockedvnods > Locked vnodes > > 0xc61819fc: tag ufs, type VREG > usecount 1, writecount 0, refcount 4 mountedhere 0 > flags () > v_object 0xc6174738 ref 0 pages 5 > lock type ufs: EXCL (count 1) by thread 0xc5e27a10 (pid 10541) > ino 2028972, on dev ar0s1e > > 0xc6b5fd50: tag ufs, type VREG > usecount 1, writecount 0, refcount 3 mountedhere 0 > flags () > v_object 0xc76d3528 ref 0 pages 1 > lock type ufs: EXCL (count 1) by thread 0xc624aa10 (pid 10538) > ino 2028317, on dev ar0s1e > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >