CoppeliaRobotics / simPovRay

CoppeliaSim plugin that allows to render a scene via the POV-Ray renderer
Other
2 stars 0 forks source link

QMutex: destroying locked mutex #2

Closed despzcm closed 2 months ago

despzcm commented 2 months ago

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:

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

How can I solve this problem

despzcm commented 2 months ago

The version of my coppeliasim is v4.7 and I run on ubuntu 22.04