On Sun, Sep 16, 2007 at 09:49:27PM +0200, Joerg Schilling wrote:

> > Much better is to add an option to abort_sequence_enter() to panic instead 
> > of
> > drop into the debugger. That way you wouldn't even need kmdb. Of course, the
> > option would imply nopanicdebug=1.
> 
> Thank you for this hint. It may be that is is sufficient to add
> 
> #
> # Do not call debugger on panic()
> #
> set nopanicdebug=1
> 
> If I did understand this correctly. For me it would be sufficient not to call
> the debugger but directly dump-core and reboot.

No, since you'd also need abort_sequence-enter() to call into the panic code in
the first case.

regards
john
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to