Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: About support for rtVAX300



On Mon, Jan 14, 2013 at 02:47:29PM +0100, Holm Tiffe wrote:
> db> x/x 0x000000008021b2e8
> netbsd:pvtable_lock:    11701

Good, so we know which lock it is.

Now do the x/i also for the "last locked" address, and do a bt
(backtrace) to get the call stack. The pvtable_lock is hold (by the code
pointed at in the last lock field) and one or two frames up from the "panic"
you will see the code that tries to lock it again.

Martin


Home | Main Index | Thread Index | Old Index