Date: Wed, 4 Feb 2009 20:39:10 +0100 From: Marius Strobl <marius@alchemy.franken.de> To: Craig Butler <craig001@lerwick.hopto.org> Cc: freebsd-sparc64 <freebsd-sparc64@freebsd.org> Subject: Re: can anyone make available the whole usIII source tree from perforce please Message-ID: <20090204193910.GH15677@alchemy.franken.de> In-Reply-To: <1233756984.45384.31.camel@main.lerwick.hopto.org> References: <1233668470.1364.45.camel@main.lerwick.hopto.org> <20090203220737.GA7715@alchemy.franken.de> <1233756984.45384.31.camel@main.lerwick.hopto.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 04, 2009 at 02:16:24PM +0000, Craig Butler wrote: > > Hi Marius, > > Thanks for all your hard work and pointers so far. I have compiled and > installed the new kernel (cas is statically compiled in). Unfortunately > its panic'ing on boot with the following; > > cas0: <Sun Cassini+ Gigabit Ethernet> at device 10.0 on pci0 > panic: trap: memory address not aligned > cpuid = 0 > Uptime: 1s > > Is there a work around for that ? am I able to get anymore detail on the > trap ? > I need a backtrace and the corresponding source code line numbers to help you with this. The failsafe way to obtain these is to use a kernel built with kdb(4) and ddb(4) and to translate the addresses from the backtrace using gdb(1) with the corresponding kernel.debug. Marius
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090204193910.GH15677>