Port-vax archive

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

Re: Interrupt lockout



> [...]

> So something seems to be able to lock out the clock from interrupting
> for rather long times.  Clock interrupts happens at IPL_SCHED, so
> this would seem to mean that the system is running at IPL_HIGH for
> extended periods (I don't think anything is using the IPL levels in
> between).

> Anyone have any ideas what this might be?

I don't, but I have an idea that might help you figure out what it is.

On hardclock entry, walk back up the stack far enough to find the PC
saved by the hardclock interrupt.  This should be immediately after the
relevant splx(); if you're lucky, this will be sufficiently non-generic
to help.

Yes, walking the stack like this is MD, but for debugging an MD problem
I would not consider that a problem.

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index