Exceptions are not catched from DLL

Jonathan Wakely jwakely.gcc@gmail.com
Mon Oct 3 23:12:00 GMT 2011


On 4 October 2011 00:00, niXman wrote:
> When using std::mutex or std::thread or anything from stdthreads, the
> program terminates with SIGSEGV.

On unix-like platforms it's necessary to use -pthread or similar to
build programs using threads, maybe MinGW has something similar.  This
list isn't the best place to ask - a mingw list might be better.



More information about the Libstdc++ mailing list