Erros de tempo de execução do Cygwin (“não foi possível alocar o heap do cygwin”)

2

Estou recebendo exceções após começar a executar alguns comandos no Cygwin.

C:\cygwin\bin\bash.exe (4136): *** couldn't allocate cygwin heap, Win32 error 0,
 base 0x740000, top 0x755000, reserve_size 86016, allocsize 86016, page_const 40
96
30952849 [main] bash 7928 sync_with_child: child 4136(0x240) died before initial
ization with status code 0x1
30953019 [main] bash 7928 sync_with_child: *** child state waiting for longjmp
bash: fork: Resource temporarily unavailable
bash-2.05b$ ls
C:\cygwin\bin\bash.exe (4236): *** couldn't allocate cygwin heap, Win32 error 0,
 base 0x740000, top 0x755000, reserve_size 86016, allocsize 86016, page_const 40
96
32476910 [main] bash 7928 sync_with_child: child 4236(0x240) died before initial
ization with status code 0x1
32478264 [main] bash 7928 sync_with_child: *** child state waiting for longjmp
bash: fork: Resource temporarily unavailable

Se este é um problema de memória, como posso aumentar o tamanho de heap para o Cygwin, estou usando o windows7

Agradecemos antecipadamente por qualquer ajuda

    
por KItis 31.10.2012 / 04:53

1 resposta

0

Isso parece um erro clássico de fork() . Consulte a seção relevante na FAQ do Cygwin para obter mais informações.

    
por 28.05.2013 / 01:28