[Rpm-maint] [rpm-software-management/rpm] Stop blocking when GPG process dies prematurely (RhBug:1746353) (#938)
Panu Matilainen
notifications at github.com
Mon Nov 18 13:51:17 UTC 2019
Good point @mlschroe , we're still in a library here and the calling process may have forked children we don't know about, and whose termination should not affect our behavior. So we should only abort if the SIGCHLD originated from our forked gpg process, and probably use SA_NOCLDSTOP to ignore stuff that is not our business.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/938#issuecomment-555023362
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191118/53773b5b/attachment.html>
More information about the Rpm-maint
mailing list