15.01.2014, 15:48
I have not opened it as a preventive and informative for me especially for the future.
I read a method with the dynamic pragma to fix it, but I want to fix it so "clean" .
No.
There would have been an otherwise error.
EDIT: I read a method with the dynamic pragma to fix it, but I want to fix it so "clean" .
Quote:
If you didnt compile your mode with debug level 3 (-d3) which also pops up that message
Otherwise it shows that there is a possible heap / stack collision in your code Usually happens if you used a lot of local variables or stacked a lot of functions There are two ways to fix it, first, recheck your code and don't waste memory (you got by default around 16kB local memory ~ 4000 cells) second, increase the stack / heap memory block |
No.
There would have been an otherwise error.
EDIT: I read a method with the dynamic pragma to fix it, but I want to fix it so "clean" .