koute / bytehound

A memory profiler for Linux.
Other
4.49k stars 193 forks source link

fix: panic for unknown backtraces #98

Open crepererum opened 1 year ago

crepererum commented 1 year ago

I had a debugging usecase where the executable would either never finish or get OOM-killed. So I guess the output could be somewhat incomplete/messed up. The output was very large (34GB) so I stripped it (bytehound strip --threshold 10 ...). That bytehound server would crash because it didn't find some backtraces. This PR fixes that and instead just prints a warning.