Symptoms of a stack overflow in a TriCore application
car engine
Find results that contain at least one of the two words.
"car engine"
Find results that contain the exact phrase 'car engine'.
+car +engine
Find results that contain both words.
car -engine
Find results that contain the word 'car' but not 'engine'.
car*
Partial match. Find results like 'car', 'carneval', 'carousell'.
Symptoms of a stack overflow in a TriCore application
07-Jan-2025
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.