From owner-freebsd-current@FreeBSD.ORG Sat Aug 9 11:14:01 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 D2FC337B401 for ; Sat, 9 Aug 2003 11:14:01 -0700 (PDT) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8D643FEA for ; Sat, 9 Aug 2003 11:14:00 -0700 (PDT) (envelope-from mitya@fling-wing.demos.su) Received: from [194.87.5.69] (HELO fling-wing.demos.su) by demos.su (CommuniGate Pro SMTP 4.1/D) with ESMTP-TLS id 90099002 for current@freebsd.org; Sat, 09 Aug 2003 22:13:58 +0400 Received: from fling-wing.demos.su (localhost [127.0.0.1]) by fling-wing.demos.su (8.12.9/8.12.6) with ESMTP id h79IDwJ6046562 for ; Sat, 9 Aug 2003 22:13:58 +0400 (MSD) (envelope-from mitya@fling-wing.demos.su) Received: (from mitya@localhost) by fling-wing.demos.su (8.12.9/8.12.6/Submit) id h79IDvBI046561 for current@freebsd.org; Sat, 9 Aug 2003 22:13:57 +0400 (MSD) Date: Sat, 9 Aug 2003 22:13:57 +0400 From: Dmitry Sivachenko To: current@freebsd.org Message-ID: <20030809181357.GA46208@fling-wing.demos.su> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.4i Subject: LOR in pcm 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: Sat, 09 Aug 2003 18:14:02 -0000 Hello! I have Chaintech Apogee 7VGL motherboard with on-board CMedia 8738 audio chip. Kernel identifies it as follows: pcm0: port 0xe400-0xe4ff irq 10 at device 19.0 on pci0 I am running very recent -current. When I am watching movies in mplayer, I get on the console from time to time: lock order reversal 1st 0xc4021c40 pcm0 (sound softc) @ /usr/src/sys/dev/sound/pci/cmi.c:520 2nd 0xc402c4c0 pcm0:play:0 (pcm channel) @ /usr/src/sys/dev/sound/pcm/channel.c :440 Stack backtrace: backtrace(c03503c2,c402c4c0,c4045154,c03420f5,c03421cf) at backtrace+0x17 witness_lock(c402c4c0,8,c03421cf,1b8,c) at witness_lock+0x672 _mtx_lock_flags(c402c4c0,0,c03421cf,1b8,800000c1) at _mtx_lock_flags+0xba chn_intr(c4045100,c,10000,208,c4021b80) at chn_intr+0x2f cmi_intr(c4045280,0,c034b2ba,215,c405f1e4) at cmi_intr+0xa0 ithread_loop(c4045200,d6947d48,c034b12c,30e,0) at ithread_loop+0x182 fork_exit(c01ef870,c4045200,d6947d48) at fork_exit+0xcf fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xd6947d7c, ebp = 0 --- I could provide additional information if needed.