This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: fork errors





----- Original Message -----
> From: Simon Matthews 
> To: cygwin
> Cc: 
> Date: 2018/4/4, Wed 00:20
> Subject: fork errors
> 
> I have been seeing a large number of error messages like this:
> 2 [main] bash 8652 fork: child -1 - forked process 7532 died
> unexpectedly, retry 0, exit code 0xC0000005, errno 11
> 2 [main] bash 8652 fork: child -1 - forked process 7532 died
> unexpectedly, retry 0, exit code 0xC0000005, errno 11
> 
> I followed the instruction to run "rebaseall" and this appears to have
> worked properly.
> 
> I suspect that the cause is that I am running a daemon that I compiled
> myself on a different instance of cygwin and then copied across. This
> daemon is not in the normal /usr tree.
> 
> Should I rebase the binaries associated with this daemon and, if so,
> how do I do this?
> 
> Simon
rebaseall does not see dll files on non-standard location.
I use e.g.
$ /usr/bin/rebase.exe -s -v /opt/gp530-qt/bin/*.dll
from dash.
Tatsuro


--
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


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