Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-7859

printStackTrace() not work on Linux

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 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
    • Hide

      Open mongo shell. Type: printStackTrace()

      Show
      Open mongo shell. Type: printStackTrace()
    • None
    • 3
    • 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
      > 
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            happysoft Vadim Voitsiakh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: