Displaying 2 results from an estimated 2 matches for "exceptionsdemo".
Did you mean:
exceptiondemo
2012 Apr 12
3
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
...gle.com/group/llvm-dev/browse_thread/thread/b7fc0999e9f11b8f/2cc43ddaba3bcff6?lnk=gst&q=SEH+exception#2cc43ddaba3bcff6
More details about the crash:
I was able to repro the issue simply by modifying the Fibonacci example to call an external C++ function which throws an exception, much like in ExceptionsDemo.cpp: works on 32 bits but not on 64 bits Visual Studio. The crash happens within Windows' _cxxThrowException routine. I read that the 64 bits exception handling in Windows is doing some unwinding in a different fashion than on 32 bits (as explained here: http://lackingrhoticity.blogspot.ca/2011...
2012 Apr 13
0
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
...e_thread/thread/b7fc0999e9f11b8f/2cc43ddaba3bcff6?lnk=gst&q=SEH+exception#2cc43ddaba3bcff6
>
> More details about the crash:
>
> I was able to repro the issue simply by modifying the Fibonacci example to
> call an external C++ function which throws an exception, much like in
> ExceptionsDemo.cpp: works on 32 bits but not on 64 bits Visual Studio. The
> crash happens within Windows' _cxxThrowException routine. I read that the 64
> bits exception handling in Windows is doing some unwinding in a different
> fashion than on 32 bits (as explained
> here: http://lackingrhotic...