From owner-freebsd-current Fri Oct 31 00:40:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA21773 for current-outgoing; Fri, 31 Oct 1997 00:40:15 -0800 (PST) (envelope-from owner-freebsd-current) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA21768 for ; Fri, 31 Oct 1997 00:40:13 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id AAA29548 for ; Fri, 31 Oct 1997 00:38:21 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd029546; Fri Oct 31 08:38:17 1997 Date: Fri, 31 Oct 1997 00:36:32 -0800 (PST) From: Julian Elischer To: current@freebsd.org Subject: Anyone else see this (broken ddb)? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk boot a new -current kernel with: Boot: -sd when the kernel comes to a stop in the debugger add: break vfs_mountrootfs cont when the system breaks on vfs_mountrootfs() try trace or step and get more pagefaults.. Does any one else see this? (I updates my sources today) julian