Date: Wed, 31 Mar 1999 21:38:43 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Talbot NEIL <talbotn@sportsmedicine.com.au> Cc: freebsd-alpha@freebsd.org Subject: Re: unaligned access Message-ID: <Pine.BSF.4.05.9903312137320.16579-100000@herring.nlsystems.com> In-Reply-To: <4.1.19990326092415.00926980@130.102.41.66>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 26 Mar 1999, Talbot NEIL wrote: > > does this mean anything to anyone ???? > > pid 30947 (newaliases): unaligned access: va=0x16054d4b9 pc=0x12002498c > ra=0x12002493c op=ldl Its probable harmless. It means that the program attempted to read from an unaligned address and the kernel was forced to emulate the instruction. The program will get the right data, it just takes a bit longer... -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 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.9903312137320.16579-100000>