New settable parameter to force stack traces from all asserts

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.1.0
    • Affects Version/s: None
    • Component/s: Admin
    • None
    • Fully Compatible
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      It would be nice to be able to do something like :

      mongo <host>
      > use admin
      > db.runCommand(

      { setParameter : 1, forceAssertStackTrace : true }

      )

      which would then start printing full stack traces for all assertions on the running server. This would be useful in tracking down uncaught exceptions from frequently-used parts of the code.

            Assignee:
            Greg Studer (Inactive)
            Reporter:
            Greg Studer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: