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]

Startup of daemon process


Hi

whenn running a process as a daemon with fork() and setsid() the startup code in  
crt0 is not executed properly. A number of calls (getpwent(), gethostbyname()) fail  
after becoming a daemon since some internal data structures are not initialized.

Will this be fixed in b19?

Thanks
Walter Jenny
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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