|
RE: ghc IA64 Linux unaligned accesses: msg#00034lang.haskell.glasgow.bugs
On 20 June 2004 16:35, Ian Lynagh wrote: > Hi guys, > > I thought the unaligned accesses I had with GHC on IA64 had magically > gone away when I compiled with a more recent GHC and gcc, but it turns > out they were still happening on another machine. When I tried to > compile a debugging RTS on the first machine to debug on the second > with, I found the newly compiled GHC was again giving unaligned > accesses > on the first machine. > > This is GHC 6.2.1, gcc version 3.3.4 (Debian). I've stuck a load of > debugging info below; if there's anything else you need please ask. I'm afraid I'm completely IA64-ignorant (and hoping to remain that way until IA64 goes away :-) so I can't decipher the gdb output too much. You might proceed by finding the module containing the code fragment that contains the misaligned access (grep your object files), and taking a look at the .hc code for that fragment: recompile that module with -keep-hc-files if you don't already have the .hc file, and possibly re-run gdb if necessary (the symbol names might change). Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | 6.2.1 vs 6.0.1, Arjan van IJzendoorn |
|---|---|
| Next by Date: | RE: 6.2.1 vs 6.0.1, Simon Marlow |
| Previous by Thread: | ghc IA64 Linux unaligned accesses, Ian Lynagh |
| Next by Thread: | RE: 6.2.1 vs 6.0.1, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |