From owner-freebsd-questions Mon Jul 2 19: 8: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.plug.cx (unix-gw.gihs.sa.edu.au [203.63.40.115]) by hub.freebsd.org (Postfix) with ESMTP id 71FE737B405 for ; Mon, 2 Jul 2001 19:07:56 -0700 (PDT) (envelope-from andrew.reid@plug.cx) Received: from percible.alfred.cx (firewall.gihs.sa.edu.au [192.168.1.1]) by mail.plug.cx (Postfix) with ESMTP id 9C9292B7EB for ; Tue, 3 Jul 2001 11:58:45 +0000 (GMT) Subject: System Crash during kernel installation From: Andrew Reid To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.10.99 (Preview Release) Date: 03 Jul 2001 11:28:45 +0930 Message-Id: <994125525.6460.4.camel@percible.alfred.cx> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've just ran 'make install' on a FreeBSD machine sitting next to me to install my newly compiled kernel. I was running it from an SSH session. The monitor for the FreeBSD machine is sitting next to me, so I was able to see the following message when the system decided to hang: [ In white writing: ] Fatal trap 12: page fault while in kernel mode fault virtual address = 0x212 fault code = supervisor write, page not present instruction pointer = 0x8:0xc02c0c4c stack pointer = 0x10:0xc8b42228 frame pointer = 0x10;0xc8b4ee28 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 = 17042 (sh) interrupt mask = net tty bio cam trap number = 12 panic: page fault syncing disks... That happened whilst 'make install' was running. The last few lines of output from 'make install' seemed to be installing modules: ===> sound/driver/solo install -c -o root -g wheel -m 555 snd_solo.ko /modules ===> sound/driver/t4dwave install -c -o root -g wheel -m 555 snd_t4dwave.ko /modules ===> sound/driver/via82c686 install -c -o root -g wheel -m 555 snd_via82c686.ko /modules ===> sound/snd install -c -o root -g wheel -m 555 snd.ko /modules ===> ste install -c -o root -g wheel -m 555 if_ste.ko /modules ===> syscons ===> syscons/blank install -c -o root -g wheel -m 555 blank_saver.ko /modules ===> syscons/daemon install -c -o root -g wheel -m 555 daemon_saver.ko /modules ===> syscons/fade install -c -o root -g wheel -m 555 fade_saver.ko /modules Hmmm! What's happened? Is this a hardware fault (It's a relatively new PIII 866, 128MB RAM). - andrew -- void signature () { cout << "Andrew Reid -- andrew.reid@plug.cx" << endl ; cout << "Cell: +61 401 946 813" << endl; cout << "Quidquid latine dictum sit, altum viditur" << endl; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message