On 7/11/22 12:08, Tom de Vries wrote: > Hi, > > Add a new file tsan-suppressions.txt, to suppress the "unlock unlocked mutex" > problem in ncurses, filed in PR29328. > > For now, one needs to specify it manually using something like: > ... > $ export TSAN_OPTIONS=suppressions=$(pwd -P)/src/gdb/tsan-suppressions.txt > ... > > Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29328 > > Any comments? > I just found that we already set ASAN_OPTIONS in lib/gdb.exp, so I've added this TSAN_OPTIONS setting alongside. Thanks, - Tom