problem with fork() and temp dlls
Larry Hall (Cygwin)
reply-to-list-only-lh@cygwin.com
Thu Jun 28 14:55:00 GMT 2012
On 6/28/2012 5:08 AM, Lenci Damien wrote:
> Hello,
>> I am currently trying to port Nagios on Cygwin and I'm having a issue (among others ^^) when trying to use modules.
> Here is how Nagios loads modules :
>> - Create a temporary file using mkstemp()
> - Copy module into this temp file
> - Load module from temp file with dlopen()
> - Delete temp file (on startup, not when nagios process is terminated)
>> Here is the problem message :
>> 0 [main] nagios 3624 child_info_fork::abort: unable to map XXXXXXXX\var\nagios\spool\checkresults\nebmodE56bUw, Win32 error 126
>> Sometimes return code(I think this is the return code) is 1 :
>> 1 [main] nagios 2364 child_info_fork::abort: unable to map XXXXXXXX\var\nagios\spool\checkresults\nebmodE56bUw, Win32 error 126
Looks like fork problems to me. Perhaps you need to rebase the DLLs you're
building? See the link below for more info:
<http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures>
--
Larry
_____________________________________________________________________
A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list