I have a multithreaded PPC2003 application with a bug that causes a
"Datatype misalignment" exception.
In VS2005, the exception is displayed in the output window as:
Data Abort: Thread=92bfeb9c Proc=902ea4e0 'DSClient.exe'
AKY=01000001 PC=01f83390 RA=01f83ab4 BVA=32168fc9 FSR=00000003
First-chance exception at 0x01f83390 in DSClient.exe: 0x80000002:
Datatype misalignment.
I'm able to get my callstack during the break, but it doesn't appear to
point to anywhere:
> 0x01f83390
0x01f83ab4
How can I find where this exception is actually occuring?