From owner-freebsd-current@FreeBSD.ORG Thu Jan 19 15:50:49 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 943C01065678; Thu, 19 Jan 2012 15:50:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 67A988FC15; Thu, 19 Jan 2012 15:50:49 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 20F9446B1A; Thu, 19 Jan 2012 10:50:49 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 806F3B999; Thu, 19 Jan 2012 10:50:48 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Date: Thu, 19 Jan 2012 10:50:45 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <20120118220136.GA1862@glenbarber.us> In-Reply-To: <20120118220136.GA1862@glenbarber.us> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201201191050.45477.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 19 Jan 2012 10:50:48 -0500 (EST) Cc: Glen Barber Subject: Re: [panic] intr_event_execute_handlers() - Corrupted DWARF expression 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, 19 Jan 2012 15:50:49 -0000 On Wednesday, January 18, 2012 5:01:37 pm Glen Barber wrote: > Hi, > > I'm running -CURRENT from about 5 days ago: > > nucleus# uname -a > FreeBSD nucleus 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r230037M: Fri Jan > 13 17:48:14 EST 2012 gjb@nucleus:/usr/obj/usr/src/sys/NUCLEUS amd64 > > (The 'M' is kib's DRM patches for Intel GPU.) > > So far, I haven't had much problem with this laptop, but just had the > machine panic. > > I have kgdb output attached, and I'll be happy to provide whatever > additional information that may be needed. > > I have core.txt.N available here: > > http://people.freebsd.org/~gjb/core.txt In kgdb, can you go to frame 6 and 'p td->td_lock'. If that is non-null, can you do 'p *td->td_lock'? -- John Baldwin