Ipfw unaligned access fault

Andrew Gallatin gallatin at cs.duke.edu
Sun Mar 30 14:02:15 PST 2003


oliver writes:
 > Hi there,
 > 
 > I hope this is the correct newsgroup for this problem:
 > Mar 27 03:04:31 metroflux kernel: pc             = 0xfffffc00004a3640
 > Mar 27 03:04:31 metroflux kernel: ra             = 0xfffffc00004a3614

Can you run gdb on the kernel.debug which corresponds to
/boot/kernel/kernel, and do:

(gdb) l* 0xfffffc00004a3640
(gdb) l* 0xfffffc00004a3614

A stack trace would also be quite useful, but would require you
to rebuild your kernel with 'options DDB'

Drew


More information about the freebsd-alpha mailing list