[Rpm-maint] [rpm-software-management/rpm] RPM must kill all childs on exit (from section?) (#134)
Panu Matilainen
notifications at github.com
Tue Sep 18 07:14:18 UTC 2018
It's just a plain old shell executing whatever was in the build script, it doesn't know anything about rpm or blocks. Also any co-operative scheme is a fail, what we'd like to catch is accidents.
As of commit 06953879d3e0b1e9a434979056d1225ab4646142 rpm kills any background jobs left from build-scripts, that's the best we can do without venturing into Linux-specific container etc business. For further protection, run builds under something like systemd-run which can actually track all the processes (via cgroups or whatever).
--
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/issues/134#issuecomment-422281309
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180918/d1c27215/attachment.html>
More information about the Rpm-maint
mailing list