-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
Fully Compatible
TSAN isn't compatible with Bazel's sandbox and will throw an error in the call to the personality function when it tries to disable ASLR: https://github.com/gcc-mirror/gcc/blob/master/libsanitizer/tsan/tsan_platform_linux.cpp#L290
Right now we compile grpc_cpp_plugin internally, switch to an external repository compilation that has TSAN disabled, and remove the modification to skip sandboxing when compiling protos
- is related to
-
SERVER-100149 Disable sandboxing on protobuf compiler actions when TSAN is enabled
- Closed
- related to
-
SERVER-100304 Complete TODO listed in SERVER-100148
- Needs Verification