On 7 Jan 2025, at 2:07, Guido Jäkel wrote: > I'm no developer, but Google probably tell me to add the right flags:
Yes, -fsanitize=thread is the main flag. You should also build in debug so that you get filenames and line numbers. Are you saying svn's own test suite does not pass under Thread Sanitizer? That's a bit shocking, but if true, is definitely something the svn devs should check out. TSan has very few false positives, and is an amazing tool. A must for any C/C++ multithreaded code. Sean