From owner-freebsd-current@FreeBSD.ORG Thu Feb 23 09:20:25 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9860E1065674 for ; Thu, 23 Feb 2012 09:20:25 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E3F128FC12 for ; Thu, 23 Feb 2012 09:20:24 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA11568; Thu, 23 Feb 2012 11:20:19 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1S0UqZ-0002mu-1b; Thu, 23 Feb 2012 11:20:19 +0200 Message-ID: <4F4604B3.9090906@FreeBSD.org> Date: Thu, 23 Feb 2012 11:19:47 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: Erich Dollansky References: <201202231238.17693.erichfreebsdlist@ovitrap.com> In-Reply-To: <201202231238.17693.erichfreebsdlist@ovitrap.com> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: kldstat hangs in 8.3 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: Thu, 23 Feb 2012 09:20:25 -0000 on 23/02/2012 07:38 Erich Dollansky said the following: > Hi, > > my sound just stopped working. Dmesg says: > > pcm0: chn_write(): pcm0:virtual:dsp0.vp0: play interrupt timeout, channel dead > > I am used to this. I unload the sound module and load it again and the problem is solved. As the unloading did not work, I did this here: > > AMD620:///home/erich (root) > kldstat > Id Refs Address Size Name > > The console hangs then in this state forever. > > I am not able to stop it with control C. > > What could I prepare if this happens again to help debugging? procstat -k for a start. -- Andriy Gapon