public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Pop <Dan.Pop@cern.ch>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Unaligned access in ia64
Date: Tue, 13 Nov 2001 00:00:01 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590698805480@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590698805472@msgid-missing>


On Mon, 12 Nov 2001, Pereira, D LailaX E wrote:

> I have an application running fine on the Intelx86 machines. When I run the
> same on itanium machine ( linux OS) , I get the following  errors:
> stress.udp(16868):unaligned access  to 0x4000000000003541,
> ip=0x400000000001cfe0
> stress.udp(16868):unaligned access  to 0x4000000000003541,
> ip=0x400000000001c551
> 
> What could be the possible causes for this?

You're probably converting pointer to char to pointers to types with
more restrictive alignment requirements.

> Can anyone please point out?
> what are the general cautions to be taken while porting applications to
> itanium? for eg any pointer conversions , int conversions etc 

Each C type wider than char has its own alignment requirements.  Its
address must be a multiple of its size.  The diagnostics you have
quoted above suggest that your program attempts to place such objects
at incorrectly aligned addresses (usually by converting char pointers
or void pointers to pointers to other types).

Dan



      parent reply	other threads:[~2001-11-13  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-12 16:24 [Linux-ia64] Unaligned access in ia64 Pereira, D LailaX E
2001-11-12 16:38 ` n0ano
2001-11-12 16:56 ` Pereira, D LailaX E
2001-11-12 17:16 ` n0ano
2001-11-12 23:50 ` Dan Pop
2001-11-13  0:00 ` Dan Pop [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590698805480@msgid-missing \
    --to=dan.pop@cern.ch \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox