Subject: Re: Escape panic without reboot?
To: Matthew Theobalds <mtheobalds@mac.com>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 01/20/2001 14:53:19
Matthew Theobalds wrote:
> My machine seemed to hang, so I put a monitor on to have a look and I got
> the following:
> 
>     panic: spincheck_switchcheck CPU 0 has 1 spin lock
>     Stopped in pagedaemon at _cpu_Debugger+0x6: unit a6
> 
> I can type reboot, I know, but I was wondering if there's a way out without
> a reboot? I don't want to lose my uptime, and it would be more convenient.
> Anyone know? 
> 
> Last time I tried killing the pid I had no luck.

first, do a 'trace' in the debugger and report the stack here.  perhaps
someone will be able to help you figure out what went wrong in the first
place.  what kernel are you running, btw?

in general, if the kernel panic's, something is hosed and you need to
reboot to fix things up.  i think you can type 'cont' to continue from the
debugger, but you're probably not going to get anywhere.  you can compile
a kernel without the debugger and the machine will reboot spontaneously if
you want to minimize downtime.

later.

colin