Windows 10升级后,NetBeans IDE 8.0.2无法构建C ++程序

时间:2016-06-18 00:18:02

标签: c++ windows netbeans cygwin fork

我的Windows 7在一周前升级到Windows 10。在升级之前,我的带有C / C ++插件的NetBeans IDE 8.0.2在C ++程序中运行良好。但是,在Windows 10升级之后,它无法再构建/生成C ++程序,并显示以下错误消息。请注意,Java插件仍然可以正常工作,C ++编辑器部分仍然可以。 C / C ++工具集是64位Cygwin。

有关具体原因的任何线索,以及解决这个问题的任何解决方案?

===== Complete Error Message Below: ===== 

4 [main] make 5900 C:\cygwin64\bin\make.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487 

15248 [main] make 5900 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump 

9 [main] make 4464 fork: child -1 - forked process 5900 died unexpectedly, retry 0, exit code 0x100, errno 11 

make: nbproject/Makefile-variables.mk:33: fork: Resource temporarily unavailable 

43162 [main] make 2164 C:\cygwin64\bin\make.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487 

43898 [main] make 2164 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump 

3943868 [main] make 4464 fork: child -1 - forked process 2164 died unexpectedly, retry 0, exit code 0x100, errno 11 

make: fork: Resource temporarily unavailable 

BUILD FAILED (exit value 2, total time: 9s)

0 个答案:

没有答案
相关问题