Closed XavierBuhot closed 1 year ago
Please provide patch_str
file to debug the issue.
/lib/x86_64-linux-gnu/libQt5Core.so.5
Problem is here. There is likely a mess of native libraries. E.g. conflict of PyQt and OpenCV in a single application.
Indeed, it seems there are conflicts between PySide2 and Qt in cpp
Expected behaviour
I use cv2.imshow to display an image
Actual behaviour
I get a sgmentation fault error.
Write here what went wrong.
Steps to reproduce
I use opencv-python 4.5.5.64 on python 3.8. I am working on Ubuntu 20.04.
My program is composed of a self compiled c++ library and a python wrapper which use that library. The c++ library use ros/opencv/Qt and OpenGL
Here is the trace I have:
The segmentation fault happens after a call of the wrapper.
Opencv build data: