|
From: Jan V. <jan...@ni...> - 2014-08-19 14:09:05
|
> If you think it's a race, then the address sanitizer won't find it, I guess. > Rather, try the thread sanitizer. > > http://clang.llvm.org/docs/ThreadSanitizer.html Unfortunatelly, thread sanitizer does not support synchronization using memory barriers. The same with Helgrind. |