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

mongodb-uniqstack should dedupe based on frame.pc() rather than frame.name()

    • Fully Compatible
    • ALL
    • v3.4
    • Repl 2017-03-27

      Using frame.name() means that all sites within a function are considered the same, so if a single function waits on different condvars, you will consider all stacks duplicates, even if they are at different lines. Using frame.pc() for deduping should solve this.

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: