From owner-freebsd-current@FreeBSD.ORG Sun Nov 20 12:54:39 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 AAEFF16A41F for ; Sun, 20 Nov 2005 12:54:39 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BB843D5A for ; Sun, 20 Nov 2005 12:54:38 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1EdoiL-000P88-FC for freebsd-current@freebsd.org; Sun, 20 Nov 2005 14:54:37 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Nov 2005 14:54:37 +0200 From: Danny Braniss Message-ID: Subject: panic: lockmgr: upgrade without shared X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Nov 2005 12:54:39 -0000 im getting this, so i guess i can reproduce it: panic: lockmgr: upgrade without shared cpuid = 0 KDB: enter: panic [thread pid 806 tid 100167 ] Stopped at kdb_enter+0x2b: nop db> tr Tracing pid 806 tid 100167 td 0xc9881000 kdb_enter(c087b148) at kdb_enter+0x2b panic(c0879c7b,c9881000,0,c08ddd00,eb9edc08) at panic+0x127 lockmgr(c9706388,2014,c97063ac,c9881000,eb9edbf8) at lockmgr+0x26b vop_stdlock(eb9edc08,c9706330,c9881000,eb9edc34,c069b937) at vop_stdlock+0x1e VOP_LOCK_APV(c961e240,eb9edc08) at VOP_LOCK_APV+0x43 vput(c9706330,1,c9ac9b00,eb9edc30,1) at vput+0xff NDFREE(eb9edc80,0,c9881000,c9706000,0,8057400) at NDFREE+0x104 __acl_get_file(c9881000,eb9edd04,3,89d,206) at __acl_get_file+0x67 syscall(3b,bfbe003b,eb9e003b,805c03c,8057400) at syscall+0x2bf Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (347, FreeBSD ELF32, __acl_get_file), eip = 0x880f8517, esp = 0xbfbec5bc, ebp = 0xbfbec5d8 --- it's 6.0-STABLE from this morning (it also happens with an older one) newfs -U /dev/ad4s1g mount /dev/ad4s1g /mnt cd /mnt tar cf - -C /dist | tar xpf - (/dist is nfs mounted). and after some time it panics. danny