[rt.cpan.org #102709] Unable to handle SIG interrupts
[email protected] ("Roderich Schupp via RT")
| Newsgroups | perl.par |
|---|---|
| Message-ID | <[email protected]> |
Mon Jul 06 05:35:18 2015: Request 102709 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Unable to handle SIG interrupts
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102709 >
On 2015-07-06 01:18:54, ZDM wrote:
> Do you see the patch code?
Yes. Please use a unified diff next time.
> 1. It is only for windows.
This restriction isn't in your patch (or I can't tell from your patch because of
missing context, see above).
> 2. It solves the problem completely. It prevent parent process to exit
> by SIGINT. When CTRL+C pressed - windows send SIGINT to process group.
Can you cite some reference for this, preferably from MSDN.
Also, why do you re-arm the signal handler - no modern system should need that,
you should use sigaction anyway.
Cheers, Roderich