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

investigate adding more processing to core dumps

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible

      We lost/will lose some functionality when the core dump analyzer is first implemented because it will be limited to backtraces. We need to see what features we can get back.

      These gdb commands mostly invoke c++ code. We cannot invoke these c++ functions anymore in the core analyzer because you can only invoke functions inside of a live process and there is no live process when we are analyzing a core dump.

       

      The functions we need to look into restoring are:
      mongodb-dump-locks
      mongodb-show-locks
      mongodb-uniqstack mongodb-bt-if-active
      mongodb-javascript-stack
      mongod-dump-sessions
      mongodb-dump-mutexes
      mongodb-dump-recovery-units
      mongodb-dump-storage-engine-info

            Assignee:
            trevor.guidry@mongodb.com Trevor Guidry
            Reporter:
            trevor.guidry@mongodb.com Trevor Guidry
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: