From owner-freebsd-current@FreeBSD.ORG Thu Sep 30 19:56:26 2004 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 97DD316A4CE for ; Thu, 30 Sep 2004 19:56:26 +0000 (GMT) Received: from mailserv1.neuroflux.com (mailserv1.neuroflux.com [204.228.228.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4586543D49 for ; Thu, 30 Sep 2004 19:56:26 +0000 (GMT) (envelope-from ryans@gamersimpact.com) Received: (qmail 5285 invoked by uid 89); 30 Sep 2004 20:03:26 -0000 Received: from unknown (HELO www2.neuroflux.com) (127.0.0.1) by localhost with SMTP; 30 Sep 2004 20:03:26 -0000 Received: from 208.4.77.15 (SquirrelMail authenticated user ryans@gamersimpact.com); by www2.neuroflux.com with HTTP; Thu, 30 Sep 2004 14:03:26 -0600 (MDT) Message-ID: <60850.208.4.77.15.1096574606.squirrel@208.4.77.15> In-Reply-To: <20040930190716.GA1236@linwhf.opal.com> References: <20040930184729.GA836@linwhf.opal.com> <20040930185842.GA4759@xor.obsecurity.org> <20040930190716.GA1236@linwhf.opal.com> Date: Thu, 30 Sep 2004 14:03:26 -0600 (MDT) From: "Ryan Sommers" To: "J.R. Oldroyd" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-current@freebsd.org cc: Kris Kennaway Subject: Re: panic after 'ifconfig gif0 destroy' 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: Thu, 30 Sep 2004 19:56:26 -0000 > After the panic message, the system stops dead. No traceback, > no addresses, nothing more. > > -jr Can you recompile a debugging kernel with DDB support? When the kernel panics it will drop the console into the DDB debugger. Do a 'trace' and then add that to an email. Note: If you can hook it up to a serial console you can just copy&paste the output instead of hand copying it. > > > On Sep 30, 11:58, Kris Kennaway wrote: >> On Thu, Sep 30, 2004 at 02:47:46PM -0400, J.R. Oldroyd wrote: >> > The command: >> > # ifconfig gif0 destroy >> > panic: page fault >> > >> > isn't really ideal behavior. >> >> Nor is this really an ideal bug report ;-) >> >> You need to post a debugging traceback of the panic, or at the very >> least look up the PC address in your kernel with addr2line. >> >> Kris > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Ryan Sommers ryans@gamersimpact.com