Subject: panic: setrunnable (help with gdb)
To: None <port-alpha@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: port-alpha
Date: 12/06/2001 12:52:31
Hi,
today I got a panic from my alpha (running 1.5.2):
panic: setrunnable

I have a core dump but I have troubles getting infos from it. The console
message was:
panic: setrunnable
Begin traceback...
alpha trace requires known PC =eject=
End traceback...
syncing disks... 
fatal kernel trap:

    trap entry = 0x2 (memory management fault)
    a0         = 0x250
    a1         = 0x1
    a2         = 0x0
    pc         = 0xfffffc0000300c04
    ra         = 0xfffffc00003a5dd0
    curproc    = 0x0

panic: trap
Begin traceback...
alpha trace requires known PC =eject=
End traceback...


When I look at the core dump with GDB I get the stack frame of the *second*
panic. How can I access the stack trace of the first panic ?
I think it was from interrupt context, not from a process context, so using
proc isn't the way of getting it.

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--