From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 18 02:00:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E389A16A4B3 for ; Thu, 18 Sep 2003 02:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB4D343FE1 for ; Thu, 18 Sep 2003 02:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8I90YFY009206 for ; Thu, 18 Sep 2003 02:00:34 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8I90YIB009205; Thu, 18 Sep 2003 02:00:34 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 18 Sep 2003 02:00:34 -0700 (PDT) Resent-Message-Id: <200309180900.h8I90YIB009205@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Gillis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 232EF16A4B3 for ; Thu, 18 Sep 2003 01:59:21 -0700 (PDT) Received: from boobookittyfuck.zefram.net (c-24-91-173-175.ne.client2.attbi.com [24.91.173.175]) by mx1.FreeBSD.org (Postfix) with SMTP id 3765D43F3F for ; Thu, 18 Sep 2003 01:59:19 -0700 (PDT) (envelope-from zefram@boobookittyfuck.zefram.net) Received: (qmail 501 invoked by uid 1000); 18 Sep 2003 08:59:17 -0000 Message-Id: <20030918085917.500.qmail@boobookittyfuck.zefram.net> Date: 18 Sep 2003 08:59:17 -0000 From: John Gillis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/56976: Random panic on reading virtual memory X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Gillis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 09:00:36 -0000 >Number: 56976 >Category: kern >Synopsis: Random panic on reading virtual memory >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 18 02:00:34 PDT 2003 >Closed-Date: >Last-Modified: >Originator: John Gillis >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD boobookittyfuck.zefram.net 4.8-STABLE FreeBSD 4.8-STABLE #3: Sun Aug 17 04:06:58 EDT 2003 zefram@boobookittyfuck.zefram.net:/usr/obj/usr/src/sys/BOOBOOKITTYFUCK i386 Developer machine running X and KDE, using an nVidia board. nVidia's drivers seem to make X eat alot of memory (nearly 1G before crash). AMD XP 2000+ on a ASUS board, 512M DDR 2100 RAM. IBM 15G drive with 512M VM partition. I was using portupgrade at the time of the crash. >Description: Not much to describe, my computer randomly shut off. Here's some useful information (I hope). First is of course the error from /v/l/messages, then I ran nm on the kernel (sorry, it was not in debug). Error appears to happen 44 double words (however long an instruction pointer is) into vm_page_lookup. Anything I can do to be of help, please ask. I wonder if it could be a bad sector or some such on the hard drive. Any thoughts? Any way to check? ------ Sep 18 04:34:26 boobookittyfuck /kernel: Fatal trap 12: page fault while in kernel mode Sep 18 04:34:26 boobookittyfuck /kernel: fault virtual address = 0x13 Sep 18 04:34:26 boobookittyfuck /kernel: fault code = supervisor read, page not present Sep 18 04:34:26 boobookittyfuck /kernel: instruction pointer = 0x8:0xc022ceb0 Sep 18 04:34:26 boobookittyfuck /kernel: stack pointer = 0x10:0xe05cee34 Sep 18 04:34:26 boobookittyfuck /kernel: frame pointer = 0x10:0xe05cee3c Sep 18 04:34:26 boobookittyfuck /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Sep 18 04:34:26 boobookittyfuck /kernel: = DPL 0, pres 1, def32 1, gran 1 Sep 18 04:34:26 boobookittyfuck /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Sep 18 04:34:26 boobookittyfuck /kernel: current process = 90949 (sh) Sep 18 04:34:26 boobookittyfuck /kernel: interrupt mask = net bio cam Sep 18 04:34:26 boobookittyfuck /kernel: trap number = 12 Sep 18 04:34:26 boobookittyfuck /kernel: panic: page fault ------- > nm -n /kernel | grep c022ce c022ce84 T vm_page_lookup c022cee0 T vm_page_rename >How-To-Repeat: Running X & KDE for a week and a half, which ate up alot of virtual memory. Then compiling. >Fix: >Release-Note: >Audit-Trail: >Unformatted: