From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 18 17:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A13C9C7 for ; Fri, 18 Jan 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 416F3999 for ; Fri, 18 Jan 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0IHK1hZ080089 for ; Fri, 18 Jan 2013 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0IHK1m6080088; Fri, 18 Jan 2013 17:20:01 GMT (envelope-from gnats) Date: Fri, 18 Jan 2013 17:20:01 GMT Message-Id: <201301181720.r0IHK1m6080088@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Baldwin Subject: Re: kern/175365: Freebsd 8.3-RELEASE kernel panics when Xorp tries to shutdown X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 17:20:01 -0000 The following reply was made to PR kern/175365; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, dspisak@agiosat.net Cc: Subject: Re: kern/175365: Freebsd 8.3-RELEASE kernel panics when Xorp tries to shutdown Date: Fri, 18 Jan 2013 11:55:38 -0500 For panic 1, can you go to the faulting frame (7) and do 'l'? panics 2 and 3 look to be the same thing. Can you adjust the faulting PC value you are passing to 'l*' up and down a bit until you get a file/line in the relevant C file and are no longer in atomic.h? -- John Baldwin