Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 16:03:37 -0700 (PDT)
From:      John Baldwin <jhb@pike.osd.bsdi.com>
To:        Ben Smithurst <ben@FreeBSD.org>
Cc:        Bruce Evans <bde@zeta.org.au>, current@FreeBSD.org, jasone@FreeBSD.org, jhb@FreeBSD.org
Subject:   Re: page fault in sched_ithd
Message-ID:  <200009142303.QAA95584@pike.osd.bsdi.com>
In-Reply-To: <20000914233231.N77593@strontium.scientia.demon.co.uk> from Ben Smithurst at "Sep 14, 2000 11:32:31 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Ben Smithurst wrote:
> Bruce Evans wrote:
> 
> > On Sat, 9 Sep 2000, Ben Smithurst wrote:
> > 
> >> After poking around a bit with remote GDB, this seems to be caused by a
> >> stray IRQ 7, since irq == 7, ir == ithds[irq] == NULL, ir->foo == BOOM.
> >> 
> >> The attached rather crude patch has "fixed" the problem for now, but
> >> does anyone have any suggestions for a real fix?
> > 
> > The stray interrupt handler needs to have a thread, or stray interrupts
> > need to be handled as traps.  Stray interrupts are more like NMIs than
> > normal interrupts, and NMIs are already (mis)handled as traps.
> 
> OK, but would you or anyone else object to the attached patch as a
> temporary fix, at least?  Page-faulting almost immediately is not
> particularly good.  The patch doesn't seem to have had any negative
> effects so far.
> 
> Who are the main people responsible for the SMPng stuff anyway? jasone
> and jhb seem to have been involved a bit, so I cc'd them as well.

This looks good to me, let me through it my tree here and try it out.
For SMPng stuff, probably just sending to the smp@ list should be
sufficient.

-- 

John Baldwin <jhb@bsdi.com> -- http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009142303.QAA95584>