Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
Fully Compatible
-
ALL
-
v3.4
-
Repl 2017-03-27
Description
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.