From owner-freebsd-current@FreeBSD.ORG Sun Aug 7 09:02:26 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 49A2C16A424 for ; Sun, 7 Aug 2005 09:02:26 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70BC94409D for ; Sun, 7 Aug 2005 08:31:04 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by postfix4-2.free.fr (Postfix) with ESMTP id 0EAFF31928F for ; Sun, 7 Aug 2005 10:31:02 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j778Uwli022077 for ; Sun, 7 Aug 2005 10:31:01 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Sun, 7 Aug 2005 10:30:49 +0200 User-Agent: KMail/1.8.2 X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508071030.51140.thierry@herbelot.com> Subject: panic: lock (sleep mutex) vnode interlock not locked X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 09:02:26 -0000 Hello, on a recent -Current on an SMP mobo, I get the following panic : FreeBSD 7.0-CURRENT #750: Sun Aug 7 02:57:37 CEST 2005 XX@YYY:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium II/Pentium II Xeon/Celeron (334.09-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183fbff ... panic: lock (sleep mutex) vnode interlock not locked @ /usr/src/sys/kern/vfs_subr.c:750 cpuid = 0 KDB: enter: panic [thread pid 49 tid 100039 ] Stopped at kdb_enter+0x2b: nop db> where Tracing pid 49 tid 100039 td 0xc12a3960 kdb_enter(c085a50f) at kdb_enter+0x2b panic(c085e290,c0875751,c085dc1d,c0863291,2ee) at panic+0x127 witness_unlock(c19693ac,8,c0863291,2ee) at witness_unlock+0xbc _mtx_unlock_flags(c19693ac,0,c0863291,2ee) at _mtx_unlock_flags+0x5b vdestroy(c1969330,c1969330,c7228cec,c0684ed5,c1969330) at vdestroy+0x1b5 vdropl(c1969330,7,c12a3960,c0907700,c1969330) at vdropl+0x3e vlrureclaim(c13c3800,c12a3960,c12a2830,c06850b0,c12a2830) at vlrureclaim+0x1fd vnlru_proc(0,c7228d38,0,c06850b0,0) at vnlru_proc+0x18b fork_exit(c06850b0,0,c7228d38) at fork_exit+0xa0 fork_trampoline() at fork_trampoline+0x8 the machine was running cvs over an ssh link : # cd /usr/src # cvs -qR up -Pd U ObsoleteFiles.inc ... U rescue/librescue/Makefile (no kernel dump) TfH