
13 Nov
2007
13 Nov
'07
1:46 p.m.
John Maddock wrote:
Lubomir Bourdev wrote:
We don't have access to these platforms. Perhaps someone who does could give us a hand in fixing these issues?
If you're able to get a HP Testdrive account (testdrive.hp.com) then you can test the aCC failure yourself, but the debugger backtrace is:
[...]
So... it's a data alignment error: I wonder are you trying to write to an integer on a char boundary or something?
FWIW, this backtrace points to the same location where I get the unaligned access warnings on Tru64: line 383 (get()) and line 384 (set_unsafe()) in the file channel.hpp. HTH, Markus