-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.2.2
-
Component/s: Shell
-
None
-
Environment:Linux 3.5.0-19-generic #30-Ubuntu SMP x86_64
-
Linux
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
MongoDB shell version: 2.2.2
connecting to: test
> printStackTrace()
Error("Printing Stack Trace")@:0
()@src/mongo/shell/utils.js:37
@(shell):1
>
And latest version has the same issue:
MongoDB shell version: 2.3.2-pre-
connecting to: test
> printStackTrace()
Error: Printing Stack Trace
at printStackTrace (src/mongo/shell/utils.js:37:7)
at (shell):1:1
>