It seems my program (built with mingw g++
) crashes due to insufficient stack memory. I use the compiling option -Wl,--stack,64000000
to increase the stack limit but the problem persists. I want to know if there is a utility or method to check the current stack limit of my .exe
program, so I can verify the limit is indeed changed to that value.
↧
How to know the stack size limit of .exe program?
↧