[Rpm-maint] [rpm-software-management/rpm] Fix regression on ctrl-c during transaction killing scriptlets (PR #1945)
Panu Matilainen
notifications at github.com
Thu Mar 3 08:36:43 UTC 2022
Commit cb6aa82dbc10d554f8d234e934ae7c77e39a3ce2 unblocked all signals
from scriptlets, but turns out this is too much: SIGINT, SIGTSTP and
SIGQUIT sent from the terminal are passed to the process group, and
with unblocked signals end up killing our scriptlets while rpm itself
continues. -ENOSENSE.
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/1945
-- Commit Summary --
* Fix regression on ctrl-c during transaction killing scriptlets
-- File Changes --
M lib/rpmscript.c (4)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/1945.patch
https://github.com/rpm-software-management/rpm/pull/1945.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1945
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1945 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220303/4b8e1565/attachment-0001.html>
More information about the Rpm-maint
mailing list