From owner-freebsd-hackers Thu Oct 23 00:33:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06238 for hackers-outgoing; Thu, 23 Oct 1997 00:33:59 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA06225 for ; Thu, 23 Oct 1997 00:33:54 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA07309; Thu, 23 Oct 1997 09:33:45 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.7/8.8.5) id JAA04218; Thu, 23 Oct 1997 09:32:20 +0200 (MET DST) Message-ID: <19971023093219.WB10314@uriah.heep.sax.de> Date: Thu, 23 Oct 1997 09:32:19 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-hackers@FreeBSD.ORG Cc: paul@mu.org (Paul Saab) Subject: Re: page fault References: <199710230234.VAA00538@elvis.mu.org> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199710230234.VAA00538@elvis.mu.org>; from Paul Saab on Oct 22, 1997 21:34:58 -0500 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Paul Saab wrote: > My question is without debugging > symbols it is not possible to find out what caused the crash is > it? Even without debugging symbols, the kernel usually has the default symbol table, so you could find out in which function it happened. My normal way of analyzation is then to recompile parts of the kernel (the interesting parts according to the stacktrace) with -g, and have a closer look at them. Fortunately, gcc usually produces the same code with or without -g, provided the -O etc. flags remain the same. Hava a look at the section about kernel debugging in the handbook. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)