jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

NPE when Method Info is missing #205

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

We're seeing profiles where the MethodInfo for particular method Ids isn't in the profile. The aggregation code fails and must be hardened to deal with this.

PhRX commented 7 years ago

Fixed in https://github.com/PhRX/honest-profiler-fx-ui/commit/1e1e31e313b9714ae764f5c2d4a690dc179091a3

Will close this case when I can make a PR for it (prereq : previous PRs accepted) and it gets accepted.

PhRX commented 7 years ago

Fixed independently in #205