From owner-freebsd-questions Mon Jan 19 15:46:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04804 for questions-outgoing; Mon, 19 Jan 1998 15:46:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04716 for ; Mon, 19 Jan 1998 15:44:51 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id JAA07932; Tue, 20 Jan 1998 09:55:14 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA06454; Tue, 20 Jan 1998 09:55:14 +1030 (CST) (envelope-from grog) Message-ID: <19980120095513.01356@lemis.com> Date: Tue, 20 Jan 1998 09:55:13 +1030 From: Greg Lehey To: Neal Rigney Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stack trace References: <01d501bd24f9$ddd19b00$2e00e5cd@dilbert.pernet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01d501bd24f9$ddd19b00$2e00e5cd@dilbert.pernet.net>; from Neal Rigney on Mon, Jan 19, 1998 at 10:47:01AM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Mon, Jan 19, 1998 at 10:47:01AM -0600, Neal Rigney wrote: > Is my instinct correct that frames 9-16 of this kernel stack are user > proccesses that were running at death? > > #8 0xf017db33 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 1207504, > tf_esi = 0, tf_ebp = -272641888, tf_isp = -272629788, tf_ebx = > 24347481, > tf_edx = 104, tf_ecx = -272642038, tf_eax = 5, tf_trapno = 12, > tf_err = 7, tf_eip = 269482113, tf_cs = 31, tf_eflags = 659, > tf_esp = -272642264, tf_ss = 39}) at ../../i386/i386/trap.c:914 > #9 0x100ff881 in ?? () > #10 0x5142 in ?? () > #11 0xd6eb in ?? () > #12 0xf723 in ?? () > #13 0xfdcb in ?? () > #14 0x9f0b in ?? () > #15 0xccfa in ?? () > #16 0x1095 in ?? () Almost. It's a stack trace into the process that was running. If you can figure out which it was, and it was compiled with symbols, you should be able to load its symbol table and trace back into it. Greg