Displaying 1 result from an estimated 1 matches for "078332".
Did you mean:
78332
2015 Apr 28
2
[LLVMdev] MCJIT longjmp failure on Win64 - was Invalid or unaligned stack exception on Windows
...contain any references to these functions, so I must conclude
> that unwinding through LLVM JITed frames on Win64 is not supported. Sorry.
> :-(
>
Now that I know what to look for it seems there are a number of posts
on this issue:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-October/078332.html
I am changing the subject so that more people can find this topic.
Re your suggestion to use my own longjmp/setjmp - do you mean I should
use the LLVM intrinsics? But would they not call the Windows API
anyway?
I am also wondering if mingw gcc compilers have the same issue.
Thanks and Reg...