CCS 4.2.3.00004
BIOS 6.31.04.27
When running some of my code I get an error:
ti.sysbios.gates.GateMutex: line 114: assertion failure: A_badContext: bad calling context. See GateMutex API doc for details.
xdc.runtime.Error.raise: terminating execution
I am not using any gates directly in my code, although I do not know how the other BIOS modules that I am using might.
The call stack in the debug window is just
Thread [main] (Suspended)
0 abort() at exit.c:67 0xc065a120
How do I get any useful information from a crash like this to find out where in my code the problem is occurring?
Is there another SYS/BIOS module that I should include, or are there parameters that I should set?
When I get an exception I get the register dump (with ti.sysbios.family.c64p.Exception.enablePrint set to TRUE).
Thanks,
Peter Steinberg
