From owner-freebsd-current@FreeBSD.ORG Fri Feb 8 21:22:35 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 22F24D32 for ; Fri, 8 Feb 2013 21:22:35 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from zcs04.jnb1.cloudseed.co.za (zcs04.jnb1.cloudseed.co.za [41.154.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id B45BF19F for ; Fri, 8 Feb 2013 21:22:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zcs04.jnb1.cloudseed.co.za (Postfix) with ESMTP id 6CE602A82E77; Fri, 8 Feb 2013 23:14:55 +0200 (SAST) X-Virus-Scanned: amavisd-new at zcs04.jnb1.cloudseed.co.za Received: from zcs04.jnb1.cloudseed.co.za ([127.0.0.1]) by localhost (zcs04.jnb1.cloudseed.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zPhDOe6YEEB6; Fri, 8 Feb 2013 23:14:54 +0200 (SAST) Received: from clue.co.za (unknown [41.154.88.19]) by zcs04.jnb1.cloudseed.co.za (Postfix) with ESMTPSA id 7DE0B2A82DE7; Fri, 8 Feb 2013 23:14:54 +0200 (SAST) Received: from localhost ([127.0.0.1] helo=new.clue.co.za) by clue.co.za with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U3vHZ-0001DC-4I; Fri, 08 Feb 2013 23:14:53 +0200 To: Hans Petter Selasky From: Ian FREISLICH Subject: Re: uath panic on insert. In-Reply-To: <201302082109.13251.hselasky@c2i.net> References: <201302082109.13251.hselasky@c2i.net> X-Attribution: BOFH Date: Fri, 08 Feb 2013 23:14:52 +0200 Message-Id: Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 08 Feb 2013 21:22:35 -0000 Hans Petter Selasky wrote: > On Friday 08 February 2013 19:21:24 Ian FREISLICH wrote: > > Uptime: 7s > > Dumping 237 out of 3971 > > MB:..7%..14%..21%..34%..41%..54%..61%..75%..81%..95% > > > > Reading symbols from /boot/kernel/acpi_asus_wmi.ko...Reading symbols from > > /boot/kernel/acpi_asus_wmi.ko.symbols...done. do > > Maybe you can also look into /var/crash for more information? This is from /var/crash. The vmcore is quite badly corrupted. [new] /var/crash # kgdb -c vmcore.4 /boot/kernel/kernel GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Attempt to extract a component of a value that is not a structure pointer. Attempt to extract a component of a value that is not a structure pointer. #0 0xffffffff8041a3e4 in doadump () (kgdb) I've just noticed that I had USB_DEBUG="yes" set. I'm trying a kernel without that set just in case that tickles an issue. It's been ages (2 years or more) since I used this card so a binary search is nearly out of the question. I'm trying to ressurect it because I got a new laptop with a totally useless new iwn(4) "Centrino Advanced-N 6235" card in it that can't do 40MHz channels and can't stay connected to a 20MHz channel for longer than 15 minutes at a stretch. And, the antenna cables have w-FL connectors so I can't just replace it with a good old AR9285. I'm not sure I'll be able to desolder the w-FL connectors and move them to my Atheros card without destroying them. I'll try to capture some more useful debugging data, but it blows up pretty badly when the card is inserted. Ian -- Ian Freislich