On 20/05/12 04:10, Jonathan Nieder wrote:
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
$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 63238
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 63238
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
cat /proc/sys/kernel/threads-max
$ cat /proc/sys/kernel/threads-max
126476
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-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org