From owner-freebsd-current@FreeBSD.ORG Sun Aug 16 18:50:04 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46A05106568C; Sun, 16 Aug 2009 18:50:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1A4CD8FC45; Sun, 16 Aug 2009 18:50:04 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id A90FB46B23; Sun, 16 Aug 2009 14:50:03 -0400 (EDT) Date: Sun, 16 Aug 2009 19:50:03 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Marc UBM In-Reply-To: <20090816185930.49144213.ubm.freebsd@gmail.com> Message-ID: References: <20090816185930.49144213.ubm.freebsd@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: attilio@FreeBSD.org, current@freebsd.org Subject: Re: panic: _sx_xlock_hard: recursed on non-recursive sx newbus X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 16 Aug 2009 18:50:04 -0000 On Sun, 16 Aug 2009, Marc UBM wrote: > While loading snd_hda for fun on my fileserver, I got the following panic > (crashdump available for poking around): > > panic: _sx_xlock_hard: recursed on non-recursive sx newbus @ > /usr/src/sys/kern/subr_bus.c:219 > > Backtrace is attached. Hi Marc-- This is most likely associated with the known "newbus" locking issues from late-break MPSAFEty work on newbus for 8.0. I understand that Attilio is working actively on fixing this (CC'd). Robert