From owner-freebsd-current@FreeBSD.ORG Wed Jan 28 23:04:25 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 21E4C16A4CE; Wed, 28 Jan 2004 23:04:25 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9040A43D2D; Wed, 28 Jan 2004 23:04:23 -0800 (PST) (envelope-from emoe@cox.net) Received: from emoe ([68.97.44.169]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040129070415.EADE2412.lakemtao08.cox.net@emoe>; Thu, 29 Jan 2004 02:04:15 -0500 From: "Erik Moe" To: "Don Lewis" Date: Thu, 29 Jan 2004 01:04:15 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <200401290656.i0T6uJ7E085865@gw.catspoiler.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-current@FreeBSD.org cc: jhb@FreeBSD.org Subject: RE: 5.2-RELEASE panic in turnstile_wait 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: Thu, 29 Jan 2004 07:04:25 -0000 My loader.conf looks like this... hw.pci.allow_unsupported_io_range="1" hw.ata.atapi_dma="1" hw.snd.pcm0.vchans=4 hw.snd.maxautovchans=4 > -----Original Message----- > From: Don Lewis [mailto:truckman@FreeBSD.org] > Sent: Thursday, January 29, 2004 12:56 AM > To: emoe@cox.net > Cc: jhb@FreeBSD.org; freebsd-current@FreeBSD.org > Subject: Re: 5.2-RELEASE panic in turnstile_wait > > > On 29 Jan, Erik Moe wrote: > > Humm.... crashing the stack for fun and profit.... > > > > > > (kgdb) frame 7 > > #7 0xc0546015 in _mtx_lock_sleep (m=0xc69e0aa8, opts=0, > > file=0xc06f3a10 "/usr/src/sys/kern/kern_exit.c", line=453) > > at /usr/src/sys/kern/kern_mutex.c:476 > > 476 turnstile_wait(ts, &m->mtx_object, mtx_owner(m)); > > (kgdb) p *m > > $1 = {mtx_object = {lo_class = 0x0, lo_name = 0x0, lo_type = 0x0, > > lo_flags = 0, lo_list = {tqe_next = 0x0, tqe_prev = 0x0}, > > lo_witness = 0x0}, mtx_lock = 0, mtx_recurse = 0} > > Hmn, lots of zeros. Would you happen to be using audio hardware with > vchans? > >