-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Build
-
v8.0
The dist tcmalloc build forces static linking on certain libraries that are sensitive to load order, ex tcmalloc_internal_percpu:
https://github.com/google/tcmalloc/blob/master/tcmalloc/internal/BUILD#L590
Force static linking on any of the targets we're building that Google's tcmalloc build system marked as "linkstatic".
This is possibly the cause of https://jira.mongodb.org/browse/BF-32587