Pthread mutex assertion error

前端 未结 7 939
渐次进展
渐次进展 2020-12-24 05:50

I\'m encountering the following error at unpredictable times in a linux-based (arm) communications application:

pthread_mutex_lock.c:82: __pthread_mutex_lock         


        
7条回答
  •  太阳男子
    2020-12-24 06:18

    I was having same problem

    in my case inside the thread i was connecting vertica db with odbc adding following setting to /etc/odbcinst.ini solved my problem. dont geting the exception so far.

    [ODBC]
    Threading = 1
    

    credits to : hynek

提交回复
热议问题