|
ThreadSanitizer, similar to AddressSanitizer, allocates a large volume of shadow (virtual) memory to track the addresses for memory reads and writes. When using the gcore command this memory ends up in the core dump. Until the changes in SERVER-69255 can be made we should not attempt to capture core dumps on TSan build variants using gdb.
https://spruce.mongodb.com/task/mongodb_mongo_master_enterprise_rhel80_debug_tsan_aggregation_optimization_fuzzer_0_linux_enterprise_patch_d3065025d46f42e9dcbc83c4eaac0735beded6fe_650499a92a60eda5be39563b_23_09_15_17_52_08?execution=2&sortBy=STATUS&sortDir=ASC
|