Package: manpages-dev Version: 3.40-0 Severity: normal After spawning a bunch (>500) of processes to connect and close connections to the same port on my local machine, connect returned -1 with errno=EADDRNOTAVAIL, which is not described in the manpage connect(2).
EADDRNOTAVAIL is defined in /usr/include/asm-generic/errno.h I suspect this is an upstream problem because this is not communicated in Arch Linux's manpage either, and I have also produced the errno there. $ uname -a Linux L1 3.5.0-49-generic #73-Ubuntu SMP Tue Apr 1 18:32:29 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux