Re: early panics broken

1999-09-04 Thread Bruce Evans
>> 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. This is because no shutdown_final event handlers have been register

Re: early panics broken

1999-08-30 Thread Mike Smith
> 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. That would only be an issue if panic() then calls boot() without initia

early panics broken

1999-08-29 Thread Bruce Evans
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 [EMAIL PROTECTED] with "unsubscribe freebsd-c