-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.1.7
-
Component/s: JavaScript
-
None
-
Fully Compatible
-
ALL
-
Platform 7 08/10/15
quit() in the shell calls quickExit() from deep in the stack. This is a problem because leak sanitizer can't trace reachability for our ImplScope's, so that looks like a leak. If we make quit() return from js and destroy the scope before quickExit we won't have this problem.
- is related to
-
SERVER-22021 Some top-level functions no longer tab-completable
- Closed
-
SERVER-27576 MongoDB 3.4 'mongo' shell quit() not working
- Closed