[rt.cpan.org #102709] Unable to handle SIG interrupts
[email protected] ("Dmytro Zagashev via RT")
| Newsgroups | perl.par |
|---|---|
| Message-ID | <[email protected]> |
Fri Jul 17 07:46:57 2015: Request 102709 was acted upon.
Transaction: Correspondence added by ZDM
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 >
Also, this is not the "XY problem". This is a real fully-qualified bug. That leads to the invalid behavior, when program should not exit on SIGINT immediately, but, for example, finish currently running transactions (what can take a lot of time).
Proposed solution resolves this bug completely and do not affect other parts of code.