Subject: Re: i386-current page fault trap in profiled code
To: john heasley <heas@shrubbery.net>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: port-i386
Date: 11/11/2002 14:59:07
On Fri, Nov 01, 2002 at 01:27:30PM -0800, john heasley wrote:
> login: kernel: page fault trap, code=0
> Stopped in pid 766 (tac_plus) at        fuswintr+0x27:  movzwl           0(%edx)
> ,%eax
> db{1}> trace
> fuswintr(e3335d3c,804ee88,0,e3335d3c) at fuswintr+0x27
> statclock(e33c4fa4,6,e3242cc8,1000) at statclock+0x82
> hardclock(e33c4fa4,c03039d0,0,0,4811bd80) at hardclock+0xc9
> lapic_clockintr(e33c4fa4) at lapic_clockintr+0x73
> Xintrltimer() at Xintrltimer+0x4a

This should be fixed now, in sys/arch/i386/i386/trap.c revision 1.174.
Could you perhaps update your kernel and try again?

- Frank