From owner-freebsd-current Mon Aug 30 0:38:16 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 4566015279; Mon, 30 Aug 1999 00:38:10 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA05290; Mon, 30 Aug 1999 17:38:05 +1000 Date: Mon, 30 Aug 1999 17:38:05 +1000 From: Bruce Evans Message-Id: <199908300738.RAA05290@godzilla.zeta.org.au> To: current@freebsd.org Subject: early panics broken Cc: msmith@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG panic() no longer works when called early. E.g., after booting with -d, typing `panic' at the debugger prompt produces no output and hangs. This may be because panic() now depends on uninitialized event handlers. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message