From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 12:57:06 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 09F9216A4CF; Fri, 9 Jul 2004 12:57:06 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4BEC43D1D; Fri, 9 Jul 2004 12:57:03 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i69Cv0Wg003838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Jul 2004 08:57:00 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i69CutwW022047; Fri, 9 Jul 2004 08:56:55 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16622.38423.535731.804551@grasshopper.cs.duke.edu> Date: Fri, 9 Jul 2004 08:56:55 -0400 (EDT) To: Robert Watson In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: current@FreeBSD.org Subject: Re: panic: Assertion td->td_turnstile != NULL failed at ../../../kern/subr_turnstile.c:478 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: Fri, 09 Jul 2004 12:57:06 -0000 Robert Watson writes: > panic(c07ccf34,c07d2fd8,c07d2dc0,1de,c089a9c0) at panic+0x11e > turnstile_wait(c24ade80,c088f4a0,c22d6b00,c088f4a0,2,c07cf595,20d) at > turnstile_wait+0x23a > _mtx_lock_sleep(c088f4a0,0,c07d873a,208) at _mtx_lock_sleep+0x103 > _mtx_lock_flags(c088f4a0,0,c07d873a,208) at _mtx_lock_flags+0x80 > vn_read(c291c330,e6ff8c88,c2a54400,1,c2ba4840) at vn_read+0x22 > dofileread(c2ba4840,c291c330,20,ac3e528,3b) at dofileread+0xb0 > pread(c2ba4840,e6ff8d14,6,a3,202) at pread+0x6d > syscall(ac0002f,ac1002f,bf82002f,3b,0) at syscall+0x217 > Xint0x80_syscall() at Xint0x80_syscall+0x1f > --- syscall (198), eip = 0x28472477, esp = 0xbf82a360, ebp = 0xbf82a38c --- Any chance at all this could be related to the _mtx_assert() in vrele() described in "Alpha problems (though maybe not just Alpha...)" Drew