FreeBSD 4.0/AXP
Assar Westerlund
assar at stacken.kth.se
Sat Apr 22 22:26:39 CEST 2000
Todd Cohen <cohentl at clarkson.edu> writes:
> fatal kernel trap:
>
> trap entry = 0x3 (instruction fault)
> a0 = 0x3
> a1 = 0xfffffe0000712988
> a2 = 0xfffffc00005aa7c0
> pc = 0xfffffe0000712984
> ra = 0xfffffe000070fd14
> curproc = 0xfffffe0004a0bac0
> pid = 923, comm = kldload
Right. One problem that might be causing this is that gcc likes to
use floating point instructions for copying that and FP is a no-no in
kernel mode. So, can you try recompiling the xfs KLD with
`-mno-fp-regs'? I'll add automatic setting of that flag to configure.
/assar
More information about the Arla-drinkers
mailing list