Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2000 15:05:31 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        Todd Cohen <cohentl@clarkson.edu>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: unaligned access
Message-ID:  <Pine.BSF.4.05.10004101501150.59206-100000@semuta.feral.com>
In-Reply-To: <Pine.GSO.4.10.10004101751430.10228-100000@isis.aoc.clarkson.edu>

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

pid 90886 (moc): unaligned access: va=0x16012d484 pc=0x16009eaf4
ra=0x16009ec60 op=ldq

Look at the VA and opcode. It's loading a quadword on a longword boundary.
Linux is quiet about such traps.

See sys/alpha/alpha/machdep.c for alpha_unaligned_print which you can set to
nonzero to quiesce this- Umm, it's:

farrago.feral.com > sysctl -a |grep unali
machdep.unaligned_print: 1
machdep.unaligned_fix: 1
machdep.unaligned_sigbus: 0




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




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