janestreet / magic-trace

magic-trace collects and displays high-resolution traces of what a process is doing
https://magic-trace.org
MIT License
4.7k stars 93 forks source link

Give a good error message when waitpid raises #211

Closed cgaebel closed 2 years ago

cgaebel commented 2 years ago

This behavior is best demonstrated by the report in #210, where perf crashed and that made magic-trace crash. Let's nudge people that perf may have crashed, instead.

Fixes #210