Re: [Mingw-w64-public] Program that was compiled with i686-4.9.0-dwarf toolchain crashed.

2014-01-23 Thread Adrien Nader
Yes, the windows implementation for dwarf2 has several limitations and issues. It's in the use at your own risk category or at least only use if you know the limitations. -- Adrien Nader -- CenturyLink Cloud: The Leader

Re: [Mingw-w64-public] Program that was compiled with i686-4.9.0-dwarf toolchain crashed.

2014-01-23 Thread lh_mouse
Acknowledged that. I used to use sjlj version of i686, but there is a very serious problem: it injects setjmp's into each function that is marked as noexcept - ISO C++ requires that throwing an exception in a noexcept function results in a call to std::terminate() - which gives significant