Hi,
I have a fortran program that when I run it I receive the messages like:
Unaligned access pid=7325 <trac95.exe> va=14004133c pc=12001be18 ra=1200a4f78
type=ldt
The program keep on running and I don't know if this is a warning or what.
When I compile it I get many messages complaining about alignment of
variables.
Questions:
Are the compile time message about alignment releated to the message I receive
at run time?
Is there any way I can know where in the code is this happening. The
clue I get is the "pc=12001be18" and this is a big program. I am talking
about 100,000 lines of code.
Does anyone knowns what "type=ldt" means?
I thank you all of you for your help in advance.
Ricardo.
Received on Sat Feb 03 1996 - 01:59:44 NZDT