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