Hacker News new | ask | show | jobs
by kanwisher 4791 days ago
We used this during a load test and it was able to find insanely small concurrency issues like integer increments, its quite amazing. If your doing go, use it
1 comments

Based on ThreadSanitizer, which does the same for C++ (or similar) programs. Extremely useful.

https://code.google.com/p/data-race-test/wiki/ThreadSanitize...