From owner-freebsd-current@FreeBSD.ORG Mon Jan 26 09:25:48 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 5119216A4CE for ; Mon, 26 Jan 2004 09:25:48 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C0843D1F for ; Mon, 26 Jan 2004 09:25:47 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id i0QHPR7E078224; Mon, 26 Jan 2004 09:25:35 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200401261725.i0QHPR7E078224@gw.catspoiler.org> Date: Mon, 26 Jan 2004 09:25:27 -0800 (PST) From: Don Lewis To: gbergling@0xfce3.net In-Reply-To: <20040126133844.GA818@nemesis.md.0xfce3.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: freebsd-current@FreeBSD.org Subject: Re: dev/sound/pcm/* patch testers wanted 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: Mon, 26 Jan 2004 17:25:48 -0000 On 26 Jan, Gordon Bergling wrote: > The "Danger!" message wasn't appeared, but I got the following on the > console. > > malloc() of "1024" with the following non-sleepable locks held: > exclusive sleep mutex pcm0:play:0 (pcm play channel) r = 0 (0xc2be8a80) > locked @ > /storage/os/src/freebsd-current/src/sys/dev/sound/pcm/buffer.c:195 > malloc() of "4096" with the following non-sleepable locks held: > exclusive sleep mutex pcm0:play:0 (pcm play channel) r = 0 (0xc2be8a80) > locked @ > /storage/os/src/freebsd-current/src/sys/dev/sound/pcm/buffer.c:195 A stack trace would be helpful so that we know where malloc() was being called. I've got a hunch, though. What hardware specific driver are you using?