Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIt could be a memory corruption or stack overflow problem.... Do you have a function that allocates a lot of variables on the stack?
Do you use any pointers? Is that case could you double check that they point where they should? If you use tables, can you check that the index is always in the allowed range?