Displaying 2 results from an estimated 2 matches for "lackingrhot".
2012 Apr 12
3
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
...tion, 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/11/stack-unwinding-risks-on-64-bit-windows.html). In particular, this blog seems to state that exceptions won't unwind properly through functions that don't provide some unwind info, which is the case for LLVM I guess.
Thank you,
Jerome Couture-Gagnon
--------------...
2012 Apr 13
0
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
...xceptionsDemo.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/11/stack-unwinding-risks-on-64-bit-windows.html).
> In particular, this blog seems to state that exceptions won't unwind
> properly through functions that don't provide some unwind info, which is the
> case for LLVM I guess.
>
> Thank you,
>
> Jero...