Part Number: 66AK2H12
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
PDK 4.0.7, NDK 2.25.1.11, SYS/BIOS 6.46.5.55, IPC 3.46.2.04, EDMA3 2.12.4, CTools 2.2.0, CCS 7.4, GNU v4.9.3
From this thread: https://e2e.ti.com/support/legacy_forums/embedded/tirtos/f/355/t/574635?tisearch=e2e-sitesearch&keymatch=pthread_mutex_lock
Made the additions to my cfg including supportsMutexPriority = true (I require it).
Calls to pthread_mutexattr_init(&attr), pthread_mutexattr_setprotocol(), pthread_mutex_init(), pthread_mutexattr_destroy() all seem to work. However when I call pthread_mutex_lock(&critsec_); I get the crash. All the mentioned calls are from a Task created from main().
I stepped into pthread_mutex_lock() and got to here:
Trying to step over the Task_getPri() results in the doAngelSWI.
Any suggestions please?
Mike

