Skip to content

Commit

Permalink
Ignore "waiting on" in middle of stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Colin de Verdiere committed Feb 2, 2018
1 parent 8dad2d3 commit e3fea3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stackcollapse-java-exceptions.pl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ sub remember_stack {
}
unshift @stack, $func;
} elsif (@stack ) {
next if m/.*waiting on .*/;
remember_stack(join(";", @stack), 1) if @stack;
undef @stack;
}
Expand Down

0 comments on commit e3fea3b

Please sign in to comment.