QMutex : destroying locked mutex

Typically: "How do I... ", "How can I... " questions
Post Reply
jkw0701
Posts: 6
Joined: 11 Apr 2017, 09:02

QMutex : destroying locked mutex

Post by jkw0701 »

Hello.

When I ran V-rep 3.6v in ubuntu 16.04, vrep was crahsed with the message :

--------------------------------------------------------------------------------
Error: signal 11:

/home/kendrick/vrep/libv_rep.so(_Z11_segHandleri+0x28)[0x7f999275d488]
/lib/x86_64-linux-gnu/libc.so.6(+0x354b0)[0x7f99965a44b0]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x4a7350)[0x7f99638ab350]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x24b618)[0x7f996364f618]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0xce9ae)[0x7f99634d29ae]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0xb900f)[0x7f99634bd00f]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0xcad86)[0x7f99634ced86]
/home/kendrick/vrep/libv_rep.so(_ZN3ogl12drawRichTextEiiiRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorIiSaIiEEiPfSB_+0x3fb)[0x7f9992958f3b]
/home/kendrick/vrep/libv_rep.so(_ZN3ogl10drawButtonE6VPointS0_PfS1_S1_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEibifbiS1_P16CTexturePropertyPS0_SA_S9_+0xdd7)[0x7f999295bba7]
/home/kendrick/vrep/libv_rep.so(_ZN12CButtonBlock12displayBlockEPib+0x4c5)[0x7f9992949035]
QMutex: destroying locked mutex
----------------------------------------------------------------------------------

How can I solve this?

fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: QMutex : destroying locked mutex

Post by fferri »

/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so is related to your graphics drivers.

Can you try reproduce the problem using alternative graphics drivers?

coppelia
Site Admin
Posts: 10337
Joined: 14 Dec 2012, 00:25

Re: QMutex : destroying locked mutex

Post by coppelia »

Hello,

it seems that it crashes in the old openGl-based custom user interfaces. Do not use them anymore, and try to use the Qt-based custom UIs.

Cheers

Nick_Name
Posts: 8
Joined: 18 Mar 2020, 13:58

Re: QMutex : destroying locked mutex

Post by Nick_Name »

Hi,

I experience the same crashes with identical error messages.
how can I switch my graphics drivers in this scenario?

Regards

Nick

Nick_Name
Posts: 8
Joined: 18 Mar 2020, 13:58

Re: QMutex : destroying locked mutex

Post by Nick_Name »

Hi,

my coppeliaSim 4.0.0 instance on Ubuntu 18.04 crashes nearly every 3 minutes with this error message. How can I switch the used graphics drivers as recommended by @fferri?

Regards

Nick

fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: QMutex : destroying locked mutex

Post by fferri »

Search what drivers are available for your graphics card. Some cards have more than one.

Post Reply