You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running magic-trace to trace a process, when SIGKILL is sent to the traced process, the magic-tracer does not stop running, while perf record does stop. I expected the magic tracer to stop running or to take a snapshot immediately upon the process finishing. To reproduce the issue:
Run sleep 5000 and get its PID.
Run magic-trace attach -p <pid> -o magic-trace.fxt
Run kill -9 <pid> to see that perf record stops running while magic-trace does not.
Running version 6.7.0 of perf userspace tools.
The text was updated successfully, but these errors were encountered:
When running magic-trace to trace a process, when SIGKILL is sent to the traced process, the magic-tracer does not stop running, while
perf record
does stop. I expected the magic tracer to stop running or to take a snapshot immediately upon the process finishing. To reproduce the issue:sleep 5000
and get its PID.magic-trace attach -p <pid> -o magic-trace.fxt
kill -9 <pid>
to see thatperf record
stops running whilemagic-trace
does not.Running version 6.7.0 of perf userspace tools.
The text was updated successfully, but these errors were encountered: