On Sat, Aug 20, 2016 at 06:49:21PM +0200, gregor herrmann wrote: > Control: tag -1 + sid stretch unreproducible > On Sat, 20 Aug 2016 17:18:10 +0200, Santiago Vila wrote: > > > ok 24 - missing end of line - missing end of line... > > ok 25 - missing end of line - missing end of line... c > > ok 26 > > not ok 27 > > Failed 24/50 subtests > > > FWIW, the package builds fine for me (amd64 sid cowbuilder).
Looks like https://rt.cpan.org/Public/Bug/Display.html?id=101278 ; quoting Slaven: So it seems that the completion of the fork() call is quite slow in this case. Setting $SIG{INT} to IGNORE did not happen yet in the child, so it was unexpectedly killed, and the next write() call caused a SIGPIPE in the parent -- Niko Tyni [email protected]

