Symptoms of a stack overflow in a TriCore application

12-Nov-2024

Typically a stack overflow will show:

  • a strange behavior of the application and/or
  • a subsequent out-of-control behavior (crash/application trap).

The post-mortem analysis will have to include an inspection of the stack pointer (A10 register), the trap status register, and possibly a trace of the last executed instructions.


More resources



Was this answer helpful?