Re: callout_reset page fault panic

From: John Baldwin <jhb_at_freebsd.org>
Date: Thu, 25 May 2006 13:49:55 -0400
On Wednesday 24 May 2006 16:22, Pawel Worach wrote:
> John Baldwin wrote:
> > On Saturday 20 May 2006 09:22, Pawel Worach wrote:
> >> One day old CURRENT, i368 UP. Died while installing some ports and 
> >> running mplayer. vmcore and kernel available (minidumps kick ass!).
> >>
> >> Unread portion of the kernel message buffer:
> >> kernel trap 12 with interrupts disabled
> > 
> > I think the previous 'struct callout' on the callout wheel
> > is unmapped, maybe a kernel module was unloaded and it forgot
> > to do a callout_stop() or callout_drain() or somehow did a
> > callout_reset() after doing the stop() or drain()?
> > 
> 
> If nothing was unloaded automagically it's unlikely.

It could have been free'd perhaps and the page later subsequently unmapped 
from KVA?  (Not sure if that can happen.)

-- 
John Baldwin
Received on Thu May 25 2006 - 16:27:48 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:56 UTC