Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28593 Discussions

Does DBGHELP work with x64 IVF dll files?

Nick2
New Contributor I
223 Views
Hello,

Just curious...is the Windows DBGHELP library supposed to work with x64 IVF dll files? (Or, am I doing something wrong?)

I've attached a small repro program.

In x64 debug mode, it ends up crashing with


Unhandled exception at 0x77d20368 in TestStackWalk.exe: 0xC0000028: An invalid or unaligned stack was encountered during an unwind operation.


(Right after __except(filter) statement)

Please change Debugger Type (under project properties/Debugging) to native only, otherwise it won't work.

Nick
0 Kudos
0 Replies
Reply