mirror of
https://github.com/Alexays/Waybar.git
synced 2025-10-29 03:24:26 +00:00
Add tsan.supp file to easily ignore common tsan issues from external libraries
This commit is contained in:
parent
5079884b78
commit
556c5f5a30
7
tsan.supp
Normal file
7
tsan.supp
Normal file
@ -0,0 +1,7 @@
|
||||
# Suppress common thread issues in dependencies, these are often non-fixable or not an issue.
|
||||
# Use it like this (when in repo root): TSAN_OPTIONS="suppressions=./tsan.supp" ./build/waybar
|
||||
race:libfontconfig.so
|
||||
race:libglib-2.0.so
|
||||
race:libpango-1.0.so
|
||||
race:libc.so.6
|
||||
race:libgio-2.0.so
|
||||
Loading…
x
Reference in New Issue
Block a user