I have a fork error when I compile

Michael Young myoung@fwm.tv
Fri Aug 12 15:05:00 GMT 2011


(I don't think my first message went through so I'm trying again)

Hi there,

I have a windows 7 Professional 64 bit machine.  I am trying to compile a simple hello world program and am getting fork errors. 

I have tried rebaseall, increasing the size of the Windows SharedSection in the registry, turning off my virus scanner, and changing the gcc and collect2 exectuables to Windows XP compatible mode.  Nothing has solved the problem.

The source code is:
$ cat hello.c
#include <stdio.h>
main()
{
printf("hello world\n");
}

The errors I get are:
$ gcc hello.c
collect2: fork: Resource temporarily unavailable
      0 [main] collect2 6036 fork: child -1 - died waiting for longjmp before initialization, retry 10, exit code 0xC0000135, errno 11
1063677 [main] collect2 6036 fork: child -1 - died waiting for longjmp before initialization, retry 10, exit code 0xC0000135, errno 11
3102613 [main] collect2 6036 fork: child -1 - died waiting for longjmp before initialization, retry 10, exit code 0xC0000135, errno 11
7147729 [main] collect2 6036 fork: child -1 - died waiting for longjmp before initialization, retry 10, exit code 0xC0000135, errno 11

I have enclosed the results of the cygcheck command as an attachement.  

Does anyone else have any other ideas of what to try?

Thanks,

Mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 32756 bytes
Desc: cygcheck.out
URL: <http://cygwin.com/pipermail/cygwin/attachments/20110812/b377e0d3/attachment.obj>
-------------- next part --------------
--
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