Bug#730908: libio-event-perl: FTBFS: Failed tests

Damyan Ivanov dmn at debian.org
Thu Jan 16 10:14:23 UTC 2014


-=| Damyan Ivanov, 16.01.2014 11:25:41 +0200 |=-
> I was able to reproduce this by heavily loading the machine. I used 
> pbzip2 -p16 < $bug file > /dev/null on a 4-core amd64. The tests 
> failed like this:
> 
> ok 109
> # CHILD closing
> # test paragraph mode, getlines, $/ set funny
> ok 110
> ok 111
> # SIGPIPE recevied in 5395
> # Looks like you planned 115 tests but ran 111.
> print 5395: Broken pipe
> Compilation failed in require at t/forked2.t line 5.
> Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 4/115 subtests

Here's the output with $debug enabled in t/forked.tt:

# test paragraph mode, getlines, $/ set funny
# ACCEPTED CONNECTION
ok 110
ok 111
# got 'go\n'
# SENDING 'this is '
# SENDING 'a test\n'
# SIGPIPE recevied in 6846
# Looks like you planned 115 tests but ran 111.
print 6846: Broken pipe
Compilation failed in require at t/forked2.t line 5.

6846 is the child PID.

I tried running the test under strace -ff, but was unable to reproduce 
the problem.



More information about the pkg-perl-maintainers mailing list