``` Aug 19 20:44:28 colte mme[2365]: mme: tpp.c:87: __pthread_tpp_change_priority: Assertion `previous_prio == -1 || (previous_prio >= fifo_min_prio && previous_prio <= fifo_max_prio)' failed. ``` Some spelunking online seems to indicate this happens with memory corruption, stale thread handles, or bad mutexing.
Some spelunking online seems to indicate this happens with memory corruption, stale thread handles, or bad mutexing.