-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
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.