-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
SP Prioritized List
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In SERVER-100559, we noticed that the changes in SERVER-98918 (overwriting of __cxa_throw to print a stack trace) caused a large slowdown in the shutdown of the mongo shell, which happened to throw many boost exceptions on shutdown.
Because //src/mongo/platform:throw_hook is linked into //src/mongo:base, this behavior is present in both the server and the shell. This ticket is a request to only link this library in the server where it is needed.
- is related to
-
SERVER-100559 Shell's implementation of ls attempts to call stat on symlinks
-
- Closed
-
-
SERVER-98918 Ensure correct size parameter for array new operator
-
- Closed
-