From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 25 23:40:04 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B236106566C for ; Sun, 25 Apr 2010 23:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 40CFB8FC0A for ; Sun, 25 Apr 2010 23:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3PNe43X070569 for ; Sun, 25 Apr 2010 23:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3PNe4QA070567; Sun, 25 Apr 2010 23:40:04 GMT (envelope-from gnats) Date: Sun, 25 Apr 2010 23:40:04 GMT Message-Id: <201004252340.o3PNe4QA070567@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2010 23:40:04 -0000 The following reply was made to PR kern/146031; it has been noted by GNATS. From: Garrett Cooper To: Alexander Best Cc: bug-followup@freebsd.org Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called Date: Sun, 25 Apr 2010 16:31:24 -0700 On Sun, Apr 25, 2010 at 4:26 AM, Alexander Best wrote: > running > > sh -c 'i=1; while [ 1 ] ; do echo "Try $i"; kldload snd_hda; kldunload snd_hda > sound; : $(( i += 1 )); done' > > complains about sound.ko not being loaded, since unloading snd_hda.ko also > unloads sound.ko. is this what you got too? > > i'm not sure this logic is correct. loading snd_hda.ko also loads sound.ko, > since it depends on it. however i don't see why unloading snd_hda.ko also > unloads sound.ko, since sound.ko has no dependencies and can exist without any > snd_*.ko module. > > i wasn't able to trigger the panic however (command cancelled with i=350 or > so). > > i'm running 9-CURRENT (r207154). Hi Alexander, 1. How many cores and processors does your machine have? 2. Do you have SMP enabled? Thanks, -Garrett