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

XMLWordPrintableJSON

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

      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 Stearn
            Reporter:
            Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: