Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2003 17:02:08 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        oliver <opalpha@terraflux.com>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: Ipfw unaligned access fault
Message-ID:  <16007.26976.112185.428882@grasshopper.cs.duke.edu>
In-Reply-To: <BAAC808C.1144%opalpha@terraflux.com>
References:  <BAAC808C.1144%opalpha@terraflux.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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



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