>> 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
> 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
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