From owner-freebsd-current Mon May 26 14:17:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA11373 for current-outgoing; Mon, 26 May 1997 14:17:11 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA11353; Mon, 26 May 1997 14:17:06 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199705262117.OAA11353@hub.freebsd.org> Subject: Re: Boom! :-) To: karl@Mcs.Net (Karl Denninger) Date: Mon, 26 May 1997 14:17:06 -0700 (PDT) Cc: joerg_wunsch@uriah.heep.sax.de, current@FreeBSD.ORG In-Reply-To: <19970526153232.13834@Jupiter.Mcs.Net> from "Karl Denninger" at May 26, 97 03:32:32 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Karl Denninger wrote: > > > > instruction pointer = 0x8:0xf01119b0 > > ^^^^^^^^^^ > > > > Well, you forgot the most important: where the heck is it? > > > > -- > > cheers, J"org > > Oh c'mon, you want a stack traceback? :-) > > Assuming gdb is fixed and will actually work on kernels (it didn't the last > time I tried using it a month or so ago) I'll get one the next dump I get (I > have to rebuild with -g). > karl, could you start with the output of: nm / | sort | grep -5 '^f0111' jmb