http://bugs.winehq.org/show_bug.cgi?id=33990
Bug #: 33990 Summary: MSVC 2013 std::mutex crashes Product: Wine Version: 1.6-rc4 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: chris@kode54.net Classification: Unclassified
Created attachment 45165 --> http://bugs.winehq.org/attachment.cgi?id=45165 Source code which, when compiled with MSVC 2012 or 2013 with v*_xp SDK, crashes.
A simple program using std::mutex, compiled with MSVC 2012 or 2013, crashes wine on execution. I have attached the source code.