Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 127227
Status: new
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.71
Fixed in: (no value)



Subject: IO::Async::Function gets upset if worker processes SIGQUIT
I inadvertently SIGQUIT'ed the entire foreground process group by sending Ctrl-\, where in fact I just wanted to SIGQUIT the leader (as part of Devel::MAT::Dumper). Doing this caused all the forked worker processes to presumably exit; starting a lot of complaints about Can't call method "new_future" on an undefined value at /usr/share/perl5/IO/Async/Channel.pm line 446 various filehandle leaks, and other problems. -- Paul Evans