[llvm-dev] How to catch EXCEPTION_ACCESS_VIOLATION exceptions on win64

haifeng.qin@wellintech.com via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 16 01:48:15 PST 2017


For help:
Llvm generated instruction calls a function (extern), the function will have a SEH exception (EXCEPTION_ACCESS_VIOLATION),  But JIT can not capture the exception of the EXCEPTION_ACCESS_VIOLATION. I saw Bug 24233. EXCEPTION_ACCESS_VIOLATION exception cannot be captured after modification. 

How to catch EXCEPTION_ACCESS_VIOLATION exceptions on win64 ?



haifeng.qin at wellintech.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170216/d3e7098f/attachment-0001.html>


More information about the llvm-dev mailing list