On Fri, Oct 11, 2002 at 05:40:25PM -0400, Gerald S. Williams wrote: >Jason Tishler wrote: >> > Is it possible that this is an aspect of the dreaded "rebase" issue? >> >> I don't think so. If it was, then you would have experienced fork() >> failures with messages (not dialogs) like the following: > >That was my initial impression also. But what could >cause that error? Given its nature, I'd be really >surprised if nobody else had run into it.
It's usually caused by the use of CYGWIN=ntsec and cygwin1.dll not having executable permissions, I believe. It's showed up here from time to time. So, doing something like: c:\>set CYGWIN=ntsec c:\>chmod a+rx /bin/* may help. cgf -- Please do not send me personal email with cygwin questions. Use the resources at http://cygwin.com/ . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/