Sujet : Re: signal handling issues
De : rweikusat (at) *nospam* talktalk.net (Rainer Weikusat)
Groupes : comp.unix.programmerDate : 06. Feb 2025, 23:31:47
Autres entêtes
Message-ID : <87seoqemcs.fsf@doppelsaurus.mobileactivedefense.com>
References : 1 2 3 4
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Geoff Clare <
geoff@clare.See-My-Signature.invalid> writes:
Geoff Clare wrote:
>
After some digging I found the source of the change,
which was this bug:
https://austingroupbugs.net/view.php?id=66
It updated some text on the signal() page and then copied it into
XSH 2.4.3.
So the conflict Rainer has identified was already there in Issue 6,
but only for signal handlers installed using signal(), not sigaction().
Obviously it made no sense for there to be different signal handler
rules depending on which function installed the handler, hence the
copying.
>
I have now reported the problem to the Austin Group. See
https://austingroupbugs.net/view.php?id=1905
Thanks. I was thinking on-and-off if I should do this myself but I would
certainly have made a much worse job of it due to being entirely
unfamiliar with the processes involved here.