Skip to content

Commit a7a1eab

Browse files
facontidavideclaude
andcommitted
fix(TSAN): add suppressions for constructor mutex patterns
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2a6747f commit a7a1eab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/tsan_suppressions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ race:SqliteLogger::writerLoop
1212
# False positive: mutex lock/unlock pair across container swap is valid
1313
mutex:FileLogger2::writerLoop
1414
mutex:FileLogger2::callback
15+
mutex:FileLogger2::FileLogger2
1516
mutex:SqliteLogger::writerLoop
1617
mutex:SqliteLogger::callback
18+
mutex:SqliteLogger::SqliteLogger

0 commit comments

Comments
 (0)