From owner-freebsd-current Wed Mar 6 15:31:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09600 for current-outgoing; Wed, 6 Mar 1996 15:31:27 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA09595 for ; Wed, 6 Mar 1996 15:31:24 -0800 (PST) Received: by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA07642; Wed, 6 Mar 1996 15:31:20 -0800 Date: Wed, 6 Mar 1996 15:31:20 -0800 (PST) From: "Brian N. Handy" To: Terry Lambert Cc: freebsd-current@FreeBSD.ORG Subject: Re: Whee! Page Fault! In-Reply-To: <199603062311.QAA12098@phaeton.artisoft.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG Precedence: bulk > > > > I did an 'ls' on the CD and got a page fault, kernel panic, a window of > > > > goodies flies by and I reboot. I haven't had a kernel panic in so long, I > > > > figured maybe I'd better report this one to someone. SOOOO...here's what > > > > we'll put here: > > > > > > [ ... ] > > > > > > > panic: page fault > > > > > > What are the symbols in the 0xf0103c2b area? > > [...] > If you do "nm /kernel | sort | more",[...] 0xf0103a84 _cd9660_readdir 0xf0103f34 _cd9660_readlink Terry scores. Recall, I was doing an 'ls' at the time of the offending kernel panic. Brian