This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH v2] PR23891: Make sure stap and staprun respond to SIGTERM when stderr/stdout are blocked
Hello!
On Fri, Nov 23, 2018 at 3:02 PM Yichun Zhang (agentzh) wrote:
>
> When stderr/stdout are blocked (the write buffers are full), write()
> syscalls in stap's signal handler and staprun's stp_main_loop() might
> prevent these processes from responding to signals like SIGTERM.
>
Committed.
Best,
Yichun