From owner-freebsd-current@FreeBSD.ORG Tue Jul 27 16:53:38 2010 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 CB7181065678 for ; Tue, 27 Jul 2010 16:53:38 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id 460F98FC0A for ; Tue, 27 Jul 2010 16:53:37 +0000 (UTC) Received: from mail-gw7.york.ac.uk (mail-gw7.york.ac.uk [144.32.129.30]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id o6RGrQkB025168; Tue, 27 Jul 2010 17:53:26 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw7.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1OdnPC-0004B9-Gt; Tue, 27 Jul 2010 17:53:26 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.4/8.14.4) with ESMTP id o6RGrQRK081191; Tue, 27 Jul 2010 17:53:26 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.4/8.14.4/Submit) id o6RGrQZx081190; Tue, 27 Jul 2010 17:53:26 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Anton Shterenlikht In-Reply-To: <20100727144703.GA46905@mech-cluster241.men.bris.ac.uk> References: <20100726132451.GA18443@mech-cluster241.men.bris.ac.uk> <1280226205.78791.0.camel@buffy.york.ac.uk> <20100727115831.GA46325@mech-cluster241.men.bris.ac.uk> <1280238737.78791.20.camel@buffy.york.ac.uk> <20100727144703.GA46905@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset="ASCII" Content-Transfer-Encoding: quoted-printable Date: Tue, 27 Jul 2010 17:53:25 +0100 Message-ID: <1280249605.78791.36.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: freebsd-current@FreeBSD.org Subject: Re: amd64 panic snd_hda - hdac_get_capabilities: Invalid corb size (0) 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: Tue, 27 Jul 2010 16:53:38 -0000 On Tue, 2010-07-27 at 15:47 +0100, Anton Shterenlikht wrote: > On Tue, Jul 27, 2010 at 02:52:17PM +0100, Gavin Atkinson wrote: > > On Tue, 2010-07-27 at 12:58 +0100, Anton Shterenlikht wrote: > > > On Tue, Jul 27, 2010 at 11:23:24AM +0100, Gavin Atkinson wrote: > > > > On Mon, 2010-07-26 at 14:24 +0100, Anton Shterenlikht wrote: > > > >=20 > > > > > hdac0: irq 16 at de= vice 20.2 on pci0 > > > > > hdac0: HDA Driver Revision: 20100226_0142 > > > > > hdac0: [ITHREAD] > > > > > hdac0: hdac_get_capabilities: Invalid corb size (0) > > > > > device_attach: hdac0 attach returned 6 > > > > > Slab at 0xffffff000261eb18, freei 3 =3D 0 > > > > > panic: Duplicate free of item 0xffffff0002661c00 from zone 0xffff= ff00b7f9a500(1024) > > > >=20 > > > > Can you give us this output please? At least the "panic()" line an= d the > > > > next six or so lines? >=20 > here it is: >=20 > db> bt > Tracing pid 0 tid 100000 td 0xffffffff80b40de0 > kdb_enter() at kdb_enter+0x3d > panic() at panic+0x17b > uma_dbg_free() at uma_zfree_arg+0x62 > free() at free+0xcd > device_set_driver() at device_set_driver+0x7c > device_attach() at device_attach+0x1a3 Thanks. Can you try http://people.freebsd.org/~gavin/mexas-hda-panic.diff and see if that solves things for you? (Credit goes to avg@ for looking into this before me :) Gavin --=20 Gavin Atkinson FreeBSD committer and bugmeister