This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undef_handler & os_clock_deamon missed from Active Task

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

Parents
  • 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

Reply
  • 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

Children