From owner-freebsd-current@freebsd.org Wed Feb 10 10:05:14 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F11DAA38BE for ; Wed, 10 Feb 2016 10:05:14 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED76EF12 for ; Wed, 10 Feb 2016 10:05:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 5DB3A1FE023; Wed, 10 Feb 2016 11:05:03 +0100 (CET) Subject: Re: Open Sound System - OSS "soundon" command causes KERNEL PANIC FreeBSD-11 To: Greg Quinlan , "freebsd-current@freebsd.org" References: <160965484.1978477.1455097861791.JavaMail.yahoo.ref@mail.yahoo.com> <160965484.1978477.1455097861791.JavaMail.yahoo@mail.yahoo.com> From: Hans Petter Selasky Message-ID: <56BB0BDB.2090203@selasky.org> Date: Wed, 10 Feb 2016 11:07:23 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <160965484.1978477.1455097861791.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 10 Feb 2016 10:05:14 -0000 On 02/10/16 10:51, Greg Quinlan wrote: > > Hi, > > I haven't seen a Kernel Panic like this for a long time... i.e. repeatable and due to a single command. > > I have compiled the port /usr/ports/audio/oss and installed it on FreeBSD11. > > A ran /usr/local/sbin/ossdetect which created the file /usr/local/lib/oss/etc/installed_drivers. > > Contents: > Code:oss_hdaudio #Intel High Definition Audio (CPT) > > When i run /usr/local/sbin/soundon > > The system panics.. > > Code:osscore.ac97_amplifier="0" > panic: Lock (sx) module subsystem lock sx lock not locked 0 /usr/src/sys/kern/kern_module.c:219 > cpu_id = 1 > : > Hi, Do you have the complete backtrace for this panic? Do you have any modules under /boot/modules, which are not up to date? Does the same happen with audio/oss under 10.x ? --HPS