From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 16:57:47 2003 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 543EE37B401 for ; Sun, 20 Apr 2003 16:57:47 -0700 (PDT) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E9543F93 for ; Sun, 20 Apr 2003 16:57:46 -0700 (PDT) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.8p1/8.12.3) with ESMTP id h3KNvknR040410; Sun, 20 Apr 2003 16:57:46 -0700 (PDT) (envelope-from hodson@puma.icir.org) Message-Id: <200304202357.h3KNvknR040410@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: Mike Makonnen In-Reply-To: Your message of "Sat, 19 Apr 2003 16:03:18 EDT." <20030419200319.RDXW3199.pop016.verizon.net@kokeb.ambesa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Apr 2003 16:57:46 -0700 From: Orion Hodson cc: freebsd-current@freebsd.org Subject: Re: audio related panic 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: Sun, 20 Apr 2003 23:57:47 -0000 /-- Mike Makonnen wrote: | I understand there was some discussion of audio related problems but I don't | remember seeing anyone mention a panic. Hi Thanks for flagging this. There are enough architectural problems with sound, but the only one panic condition (LOR) that I was aware of. I believe the panic you came across comes from one of several malloc(M_NOWAIT) calls that didn't test for failure. These have been dealt with this morning. If the page fault recurs after this, please let me know. Kind Regards - Orion