[Bug bpf/23480] bpfinterp.cxx should respond to ^C
me at serhei dot io
sourceware-bugzilla@sourceware.org
Mon Aug 20 18:57:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=23480
Serhei Makarov <me at serhei dot io> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Serhei Makarov <me at serhei dot io> ---
Correction: this only happens when 'probe end { ... }' is being executed. That
is because the signal handler in stapbpf.cxx sets the exit flag, which has no
effect once the end probes are already running.
Fixed in commit 9d29349 by restoring signal handlers before running exit
probes, and having these handlers exit immediately rather than setting exit
status.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list