From owner-freebsd-stable@FreeBSD.ORG Fri May 11 01:13:56 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37DF516A403 for ; Fri, 11 May 2007 01:13:56 +0000 (UTC) (envelope-from scotts@inetz.com) Received: from garnet.inetz.com (mail.inetz.com [209.63.19.5]) by mx1.freebsd.org (Postfix) with ESMTP id 17D6913C458 for ; Fri, 11 May 2007 01:13:56 +0000 (UTC) (envelope-from scotts@inetz.com) Received: from localhost (localhost [127.0.0.1]) by garnet.inetz.com (Postfix) with ESMTP id BF9A85656F; Thu, 10 May 2007 19:13:55 -0600 (MDT) X-Virus-Scanned: amavisd-new at inetz.com X-Spam-Score: -2.599 X-Spam-Level: X-Spam-Status: No, score=-2.599 required=4 tests=[AWL=-0.000, BAYES_00=-2.599] Received: from garnet.inetz.com ([127.0.0.1]) by localhost (mail.inetz.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AHzovSX7cVTl; Thu, 10 May 2007 19:13:53 -0600 (MDT) Received: from [192.168.2.102] (sswanson.dsl.xmission.com [166.70.38.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by garnet.inetz.com (Postfix) with ESMTP id AC37C5656C; Thu, 10 May 2007 19:13:52 -0600 (MDT) Message-ID: <4643C34F.9070504@inetz.com> Date: Thu, 10 May 2007 19:13:51 -0600 From: Scott Swanson User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Kris Kennaway References: <46438569.1000506@inetz.com> <20070510214348.GA68925@xor.obsecurity.org> <4643C010.7060302@inetz.com> <20070511010654.GA75689@xor.obsecurity.org> In-Reply-To: <20070511010654.GA75689@xor.obsecurity.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: panic: spin lock held too long (w/ backtrace) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 01:13:56 -0000 Kris Kennaway wrote: > On Thu, May 10, 2007 at 07:00:00PM -0600, Scott Swanson wrote: > >>>> Unread portion of the kernel message buffer: >>>> spin lock smp rendezvous held by 0xc95a5900 for > 5 seconds >>> What is thread 0xc95a5900 doing? >>> >>> Kris >>> >> Is this the best way to determine the action of the thread? >> >> Regards; >> Scott >> >> (kgdb) info threads >> 90 Thread 100123 (PID=18303: bsdtar) 0xc0644f5b in sched_switch >> (td=0xc95a5900, newtd=0xc92aad80, flags=0) at >> /usr/src/sys/kern/sched_4bsd.c:973 > > Yes, now 'proc 18303' and 'bt'. > > Kris (kgdb) proc 18303 (kgdb) bt #0 0xc0644f5b in sched_switch (td=0xc95a5900, newtd=0xc92aad80, flags=0) at /usr/src/sys/kern/sched_4bsd.c:973 #1 0xeaa6dcb4 in ?? () #2 0x00000001 in ?? () #3 0x0ee2c000 in ?? () #4 0x00000000 in ?? () #5 0x00004000 in ?? () #6 0x00000000 in ?? () #7 0x00000000 in ?? () #8 0xc95a5900 in ?? () #9 0xeaa6dd30 in ?? () #10 0xc081a8fb in syscall (frame=Cannot access memory at address 0x4008 ) at /usr/src/sys/i386/i386/trap.c:983 Previous frame inner to this frame (corrupt stack?) (kgdb) Thanks, Scott