Open Quuxplusone opened 5 years ago
Attached main.cpp
(1301 bytes, text/x-c++src): Example code to hit the race condition. May need adjustment of loop_delay. Compile with e.g. clang++ -o test -O2 -stdlib=libc++ main.cpp on a machine with an affected libcxx version.
Marshall, Eric, have you had a chance to look at this?
(Not new, so not a 10.0.0 blocker, but sounds like something that would be nice to fix.)
main.cpp
(1301 bytes, text/x-c++src)