QMutex: destroying locked mutex

Typically: "How do I... ", "How can I... " questions
Post Reply
zcmde
Posts: 1
Joined: 08 Jul 2024, 10:48

QMutex: destroying locked mutex

Post by zcmde »

I am working on a coppeliasim project and when I try to run the .ttt file, the sim crash and get the error as follow:

Code: Select all

Error: signal 11:

/home/a/coppeliasim/libcoppeliaSim.so(_segHandler(int)+0x40) [0x7feff01c2940]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7feff2ded520]
/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so(+0xc25f2d) [0x7fefdab4af2d]
QMutex: destroying locked mutex
The version of my coppeliasim is v4.7 and I run on ubuntu 22.04
How can I solve this problem
coppelia
Site Admin
Posts: 10747
Joined: 14 Dec 2012, 00:25

Re: QMutex: destroying locked mutex

Post by coppelia »

Hello,

does the crash happen when trying to open the file, or when running the simulation? Can you share the file?

Cheers
Post Reply