-
Type: Bug
-
Resolution: Gone away
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: JavaScript
-
ALL
-
0
localConnectForDbEval makes multiple calls to 'exec', without checking whether they succeeded or failed. If an interrupt is triggered, the JS engine will cleanup the scope, causing one of the exec calls to fail. The next call to exec may access cleaned up resources.
A failing invokation of exec should cause the whole caller to fail.
- is related to
-
SERVER-29651 Interrupt signal is ignored when received inside certain functions.
- Closed