From owner-freebsd-current Thu Sep 4 22:28:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA02597 for current-outgoing; Thu, 4 Sep 1997 22:28:03 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA02518 for ; Thu, 4 Sep 1997 22:27:22 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id PAA24633 for ; Fri, 5 Sep 1997 15:02:04 +1000 Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id OAA00743; Fri, 5 Sep 1997 14:31:52 +0930 (CST) Message-ID: <19970905143151.18150@lemis.com> Date: Fri, 5 Sep 1997 14:31:51 +0930 From: Greg Lehey To: FreeBSD current users Subject: Thursday's -current page faults in kernel mode on boot Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just rebooted with a kernel built yesterday, supped at about 3am our time (18:30 UTC on Wednesday, 3 September). It doesn't make it through the boot. I was also unable to get a dump: after entering 'pa' to ddb, it just rebooted without dumping. Possibly it hadn't got round to mounting the swap partition. Anyway, the process that died was an 'rm'. Here's the stack trace. vgonel+0x156 vrecycle+0x19 ufs_inactive+0x16b vputrele+0xf9 vrele+0xd vnode_pager_dealloc+0x74 vm_pager_deallocate+0x16 vm_object_terminate+0x150 vm_object_deallocate+0x17f vputrele+0x6e vput+0xd ufs_remove+0x70 unlink+0x103 syscall Registers: cs 0x8 ds 0x10 es 0x10 ss 0x10 eax 0x0 ecx 0xf0726900 edx 0x0 ebx 0xf0726900 esp 0xf4ba7d78 ebp 0xf4ba7d84 esi 0xf0726900 edi 0xf0726900 efl 0x10246 If I have to, I can reboot and try things out. Greg