Date: Sun, 10 Sep 2000 00:23:15 -0500 (CDT) From: Mike Meyer <mwm@mired.org> To: Ben Smithurst <ben@FreeBSD.ORG> Cc: current@FreeBSD.ORG Subject: Re: page fault in sched_ithd Message-ID: <14779.6851.88867.359611@guru.mired.org> In-Reply-To: <20000909210619.F77593@strontium.scientia.demon.co.uk> References: <20000909195525.E77593@strontium.scientia.demon.co.uk> <20000909210619.F77593@strontium.scientia.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Ben Smithurst writes: > 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? Isn't a stray IRQ a hardware glitch? If so, I'd say that logging it and then ignoring it would be the right thing. <mike 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?14779.6851.88867.359611>