Hi, are someone experienced with the same problem?
I have a application based on RTX V3.70 & toolchain V3.22a. The application after some time's go on Undef_handler: after this I open the Active Task view and the os_clock_demon are not displayed with the other task.
I know that is a stack problem, but why the RTX don't ceck the overflow?
Thank for your help
Giorgio
Hi to all, I'm working around the problem and I find the source of problem: the heap is no enough, so I think that a task go in overflow...on rtx config the stack overflow check is enabled but don't trap any overflow; anyway I have set the heap with more dimension and the exeption don't raise any more.
Some people has encountered the same issue on rtx, with the stack overflow?
Regards Giorgio
Hi heap and stack are not the same things, so why should RTX warn you, when heap is insufficient, if it only checks the stack?
en.wikipedia.org/.../Dynamic_memory_allocation en.wikipedia.org/.../Stack-based_memory_allocation