Other Parts Discussed in Thread: SYSBIOS
I am running SYSBIOS on my custom 6748 board. i keep getting aborts seemingly randomly. i don't know where to look for them exactly.
my question is: How do you debug aborts? i get an abort message from SysMin but i have no idea what any of it means. here is an example from the latest abort:
[C674X_0] {module#39}: line 345: error {id:0xbaa0000, args:[0xc1f23538, 0x2c23768]}
xdc.runtime.Error.raise: terminating execution
{module#44}: line 97: error {id:0x92c0000, args:[0xc301a2f5, 0xc301a2f4]}
xdc.runtime.Error.raise: terminating execution
i looked for a wiki to explain this but i can't seem to find one. how do i debug this? when i looked at the ROV i get 2 tasks that are flagged red saying "invalid state" but none of the stacks, heaps, or system stack is overflowing. this happened several times now and it is not always the same tasks that this is occuring to.