pthread_create failure
This should be easy but I can't find it. I have two identical
AMD64 Linux 2.4.21 hosts. Both were running iperf without
problems. One crashed yesterday and even after re-imaging when
I run iperf -s the first connection causes it to exit with the
pthread_create failed message.
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 1.99 MByte (default)
------------------------------------------------------------
pthread_create failed
It runs just fine on the other identical host. Iperf binary
is identical (and has been rebuilt) on both. Can someone
tell me what Linux threads magic I've forgotten? TIA