-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.1.6
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
Sharding 7 08/10/15
The concurrency suite will print out these JSThread exceptions when a global db variable is undefined:
js thread raised js exception: EmptyArrayOperation ReferenceError: assignment to undeclared variable db
This is because guardedThreadFn in fsm_libs/thread_mgr.js unconditionally assigns null to db to aid garbage collection.
- is related to
-
SERVER-19705 SpiderMonkey error codes overlap with Mongo error codes in thrown user assertions
- Closed