-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
-
Fully Compatible
-
Execution NAMR Team 2023-07-10
-
123
We have a TSAN suppression for WiredTiger, which as of SERVER-78018 is done by specifying called_from_lib:libwiredtiger.so. However WT may call into another library (zstd for example) which then performs the write. Since the called_from_lib suppression only cares about the library that actually performed the write (ignoring anything further up the stack), it does not get suppressed in this case.
- is caused by
-
SERVER-78018 TSAN crashes on symbolization
- Closed