On Mon, Jan 30, 2006 at 02:01:12PM +0100, Wouter Verhelst wrote: > One would be the server which is listening to the socket we got from > socket() and did bind() on; the other would be the child process that > was forked off after the parent did accept() and which is spawned to > handle a client. > > It would be interesting to know what message, exactly, the other process > was sending out. Was this the same "Socket operation on non-socket" > message, or did you see something else?
Same message. Note, it was not the same PID as the original parent process (28890), I believe it was another PID in the 14xxx range. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

