bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Replacement for the sigs_to_ignore hack in timeout.c


From: Bruno Haible
Subject: Re: [PATCH] Replacement for the sigs_to_ignore hack in timeout.c
Date: Sat, 28 Feb 2009 22:03:01 +0100
User-agent: KMail/1.9.9

Bruce Korb wrote:
> "implementations" are now allowed to reset the handler to
> SIG_DFL on exec(2)

Ah, an improvement indeed.

> so it is "may not work" not "will not work".

No, it's still "will not work" because the text is talking about the
setting of SIGCHLD in the process that it calling wait_subprocess.
The setting in the child process has no effect here, and the setting
in the parent process is not directly relevant since it may have been
corrected in the current process.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]