Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi Stefan,
Sounds like it could be a stack overflow. Try increasing your stack size. If you have enough memory, double or quadruple the default size it to see if things get better. If this eliminates the problem, you can then try to fine tune, or live with the larger stack sizes, or you'll need to review/restructure your app ... and try to eliminate things like large automatic arrays, structs, etc. (which is a good idea anyway). --Scott