Philip Ashmore wrote:

> .tf1: pthread_create failed: Resource temporarily unavailable
> tf1: pthread_create failed: Resource temporarily unavailable

That's EAGAIN, which usually would mean some resource limit has been
hit (or an out-of-memory condition).  Does one of

        ulimit -a
        cat /proc/sys/kernel/threads-max

reveal anything interesting?

[...]
> Also , tst-writev.out contains <<EOF
> writev() return value: 2147479552 != EXPECTED: 2147483648
> EOF

Yeah, that's a known bug (<http://bugs.debian.org/629862>).

> Sorry if I was cryptic/terse.

No problem, and thanks for testing.

Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to