From owner-freebsd-current@FreeBSD.ORG Mon Jul 19 15:23:14 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 AB63816A4CE for ; Mon, 19 Jul 2004 15:23:14 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 887A243D54 for ; Mon, 19 Jul 2004 15:23:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29722 invoked from network); 19 Jul 2004 15:23:14 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Jul 2004 15:23:13 -0000 Received: from 10.50.41.229 (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6JFN6Cd012734; Mon, 19 Jul 2004 11:23:10 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-current@FreeBSD.org User-Agent: KMail/1.6 References: <200407152223.i6FMNRV2001315@sakura.ninth-nine.com> <200407152330.i6FNU5NQ003006@sakura.ninth-nine.com> <200407161811.i6GIBlIi095775@sakura.ninth-nine.com> In-Reply-To: <200407161811.i6GIBlIi095775@sakura.ninth-nine.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406301124.22611.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Norikatsu Shigemura cc: current@FreeBSD.org Subject: Re: panic at turnstile_wait (Re: panic at sched_add_internal) 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: , Date: Mon, 19 Jul 2004 15:23:14 -0000 X-Original-Date: Wed, 30 Jun 2004 11:24:22 -0400 X-List-Received-Date: Mon, 19 Jul 2004 15:23:14 -0000 On Friday 16 July 2004 02:11 pm, Norikatsu Shigemura wrote: > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > - - [thread 100124] > > Stopped at turnstile_wait+0x17a: movl %eax,0x10(%edx) > > db> trace > > turnstile_wait(c301e340,c0877f40,c36e4420,c0877f40,f9) at > > turnstile_wait+0x17a _mtx_lock_sleep(c0877f40,0,c07bd610,f9,0) at > > _mtx_lock_sleep+0x125 _mtx_lock_flags(c0877f40,0,c07bd610,f9,0) at > > _mtx_lock_flags+0x64 > > [...] > > > --> LIST_INSERT_HEAD(&ts->ts_free, td->td_turnstile, ts_hash); > > MPASS(owner == ts->ts_owner); > > } > > td->td_turnstile = NULL; > > [...] > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > - - > > Same panic has happend at same place on new current (+1day). Do you have INVARIANTS turned on? Also, can you capture the actual panic message? If you do have INVARIANTS on, then it seems that pointers are magically changing to NULL after the assertion check. I'd be worried about bad memory. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org