Hi all,
i have a nice issue for you, took us hours to track down.

Compile and run the following with a mingw build with Thread model: posix.

#include <vector>
std::vector<int> global;
int main() {
    std::vector<int> vec;
}

g++ -static -D_GLIBCXX_DEBUG main.cpp && a.exe

results in a __gnu_cxx::__concurrence_lock_error

Doesn’t happen with win32 builds.

Best, Norbert.
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to