From owner-freebsd-current Sat Feb 7 16:58:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02819 for current-outgoing; Sat, 7 Feb 1998 16:58:09 -0800 (PST) (envelope-from owner-freebsd-current@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 QAA02790 for ; Sat, 7 Feb 1998 16:57:56 -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 LAA11396; Sun, 8 Feb 1998 11:27:43 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA04072; Sun, 8 Feb 1998 11:27:42 +1030 (CST) (envelope-from grog) Message-ID: <19980208112742.23313@freebie.lemis.com> Date: Sun, 8 Feb 1998 11:27:42 +1030 From: Greg Lehey To: sepotvin@videotron.ca, Current@FreeBSD.ORG Subject: Re: Current dying horribly when using lp0 References: <34DA0A69.D60EE489@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <34DA0A69.D60EE489@videotron.ca>; from Stephane E. Potvin on Thu, Feb 05, 1998 at 01:52:26PM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" On Thu, 5 February 1998 at 13:52:26 -0500, Stephane E. Potvin wrote: > Maybe it will help shed some light on why both my computers keep > rebooting... > Last time it crashed, instead of simply rebooting it did a trap 12. > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x7993b183 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xf0113fc8 > stack pointer = 0x10:0xf01f89d0 > frame pointer = 0x10:0xf01f89dc > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = resume, IOPL = 0 > current process = 218 (ftpd) > interrupt mask = net tty bio cam > trap number = 12 > panic: page fault > > I don't really know what conclusion can be reached from that (if any > can) but some light would surely be appreciated. Do you have a dump or a stack trace? Where is address 0xf0113fc8? Greg