This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

B19: socket() problem with fork()


Hello,

I'm trying to port a Unix program using socket on 95/NT with GnuWin32.
But when I call the socket() function, this returns an error with
errno=EINPROGRESS (errno=119, strerror="Error 119") which I don't know
on Unix !?

This call is done in a child process (using fork()) but when I call it
in the father (before fork()), it works perfectly !

Does anyone have an idea ? Is it a known bug, a new bug, a programming
error ?

PS: I don't use WinSock sockets !
begin:          vcard
fn:             Laurent Merckx
n:              Merckx;Laurent
org:            EURO DB
adr:            16, Place de l'Université;;;1348 Louvain-La-Neuve;;;Belgique
email;internet: laurent.merckx@eurodb.be
title:          Informaticien
tel;work:       010/47.67.54
tel;fax:        010/47.67.67
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]