From owner-freebsd-bugs Mon Mar 4 00:00:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA10364 for bugs-outgoing; Mon, 4 Mar 1996 00:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA10354 Mon, 4 Mar 1996 00:00:02 -0800 (PST) Resent-Date: Mon, 4 Mar 1996 00:00:02 -0800 (PST) Resent-Message-Id: <199603040800.AAA10354@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, kls Received: from wetware.com (root@wetware.wetware.com [192.216.52.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA10280 for ; Sun, 3 Mar 1996 23:59:21 -0800 (PST) Received: from ditka by wetware.com with uucp (Smail3.1.28.1 #4) id m0ttVAo-000JaZC; Sun, 3 Mar 96 23:59 PST Received: from ohare.chicago.com by ditka.chicago.com with smtp (Smail3.1.28.1 #1) id m0ttV9x-0001VuC; Sun, 3 Mar 96 23:58 WET Received: by ohare.chicago.com (Smail3.1.28.1 #1) id m0ttV9x-0000FbC; Sun, 3 Mar 96 23:58 WET Message-Id: Date: Sun, 3 Mar 96 23:58 WET From: kls@ohare.chicago.com Reply-To: kls To: FreeBSD-gnats-submit@freebsd.org, kls@chicago.com X-Send-Pr-Version: 3.2 Subject: kern/1059: null fs panics system Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1059 >Category: kern >Synopsis: null fs panics system >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 4 00:00:00 PST 1996 >Last-Modified: >Originator: Karl Swartz >Organization: Karl Swartz |Home kls@chicago.com |Work kls@slac.stanford.edu |WWW http://www.chicago.com/~kls/ Moderator of sci.aeronautics.airliners -- Unix/network work pays the bills >Release: FreeBSD 2.1-STABLE i386 >Environment: Newly installed FreeBSD 2.1 system (from Walnut Creek CDROM), with selected packages installed (including bash and perl) but no other special software, running the stock kernel on the following hardware: Alaris motherboard with IBM 486SLC2-66 (no 387 installed) 8 MB memory generic IDE controller Maxtor 7420AV disk SMC Ultra Ethernet User home directories in /usr/u/, which preferably would be visible as /u/ via a null/lofs mount. Running as nonprivileged user with bash as the default shell. >Description: The system panics as follows when trying to execute a newly created Perl script iff running from a null fs: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xf05586fc code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1119 (bash) interrupt mask = panic: page fault >How-To-Repeat: (login) $ echo $SHELL /usr/local/bin/bash $ echo $HOME /usr/u/user $ su Password: # mkdir /u # mount -t null /usr/u /u # exit $ cd /u/user $ mkdir panic $ cd panic $ cat >hello <Fix: >Audit-Trail: >Unformatted: