Hal Finkel <hfin...@anl.gov> wrote on 09.02.2016 04:59:21:

> We generally notice this when we try to use some part of the C++
> standard library (std::atomic or std::thread as I recall). Could we
> have something in the test-suite that uses that functionality in a
> way likely to expose this bug?

Well, when I looked into it, the problem was already in the
std::thread constructor, which sets up a data structure incorrectly
so that the new thread immediately crashes on startup.

I guess any application that uses C++11 threads should show this
problem immediately.

Bye,
Ulrich
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to