After upgrading to WIndows 10 1511 November upgrade I get the following below. To me it looks that it may have to do with MSYS. I am not sure, but maybe nppexec needs to be compiled with the new MSYS2 to overkome the fork error.
NPP_SAVEALL
CD: /cygdrive/h/
Current directory: C:\
CD: testing
Current directory: C:\testing
pwd
Process started >>>
\cygdrive\c\testing
<<< Process finished. (Exit code 0)
make clean
Process started >>>
make[1]: Map '\cygdrive\c\testing' wordt binnengegaan
rm -f tt.out
1 [main] make 4332 C:\cygwin\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
690 [main] make 4332 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
1 [main] make 6324 fork: child -1 - forked process 4332 died unexpectedly, retry 0, exit code 0x100, errno 11
make[1]: fork: Resource temporarily unavailable
make[1]: Map '\cygdrive\c\testing' wordt verlaten
<<< Process finished. (Exit code 2)
================ READY ================
I am running Windows 10, Cygwin, Notepad++ v6.8.6 (portableapps), nppexec 0.5.3.
The stackdump file is attached.
$ uname -a
CYGWIN_NT-10.0 UX305 2.3.1(0.291/5/3) 2015-11-14 12:44 x86_64 Cygwin
Help is much appreciated :) Thanks !
I'm having the same problem.