Hello:
Could anyone tell me what this message means? I have recently added a dynamically created (SEM_create) semaphore to my system. It runs for about a minute and crashes like this. The call stack says nothing.
I am not trying to call the binary Post or Pend from a ISR.
How can I debug a SYS abort message?
This is from the kernel message viewer.
86116670 PRD: begin PRD0 (0x8522bfb4)
86116671 SEM: post <unknown handle> (0x8160f32c) count = 0
86116672 SWI: post KNL_swi (TSK scheduler) (0x8521cba8)
86116673 SYS abort called with message '***LOCK NOT CALLED IN TSK CONTEXT'
Thanks.
--B