From owner-freebsd-current@FreeBSD.ORG Wed Apr 30 14:14:32 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 879A837B401 for ; Wed, 30 Apr 2003 14:14:32 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0160D43F85 for ; Wed, 30 Apr 2003 14:14:32 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0402.cvx21-bradley.dialup.earthlink.net ([209.179.193.147] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19AyuK-0006Hg-00; Wed, 30 Apr 2003 14:14:29 -0700 Message-ID: <3EB03C49.825851F1@mindspring.com> Date: Wed, 30 Apr 2003 14:12:41 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Georg Funk References: <200304301455.23334.georgfunk@web.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4c8375fe25f06e6cae3051ae187dc6f39a8438e0f32a48e08350badd9bab72f9c350badd9bab72f9c cc: freebsd-current@freebsd.org Subject: Re: lock order reversal 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: Wed, 30 Apr 2003 21:14:32 -0000 Georg Funk wrote: > I'm running the FreeBSD 5.0-RELEASE. When I boot up, this appears: > > 1st 0xc12a7230 process lock (process lock) @ ../../../kern/kern_descrip.c:2112 > lock order reversal > I haven't noticed any disfunctions, but what does this mean? > > I get a similar error when I use my soundcard: > > lock order reversal > 1st 0xc120a680 pcm0 (sound softc) @ ../../../dev/sound/isa/mss.c:177 > 2nd 0xc120a740 pcm0:play:0 (pcm channel) @ > ../../../dev/sound/pcm/channel.c:441 > > I have to restart the KDE artsd before the soundcard works correct. Please > give me advice how to solve this. THere is a patch for this for -CURRENT, made recently. You should port the patch back to -RELEASE, or run -CURRENT instead. See the -current mailing list archive for the last two weeks to see the patch. -- Terry