bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TCP Socket's accept function does not return


From: Moncef Mezghani
Subject: TCP Socket's accept function does not return
Date: Fri, 10 Jun 2005 11:39:41 +0200

I don't get any response to this email.

After working around and using strace facility, it seams be caused by a last system call to function waitpid(*i, NULL, WNOHANG); with *i containing a very-large number which is not a correct PID.

After correcting the waitpid parameter, the socket is running correctly.
Moncef Mezghani.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]