Error occurred and the program crashed when I executed cv2.imshow.
My code was just
import cv2
sscv = cv2.imread('/home/myuser/Pictures/Workspace 1_007.png',0)
cv2.imshow("screenshot image", sscv)
cv2.waitKey(0)
The showed Error is
/home/mallory/workspace/python-autoaction/test/test_xutils.py:11: Warning: cannot register existing type 'GdkDisplayManager'
cv2.imshow("screenshot image", sscv)
/home/mallory/workspace/python-autoaction/test/test_xutils.py:11: Warning: g_once_init_leave: assertion 'result != 0' failed
cv2.imshow("screenshot image", sscv)
/home/mallory/workspace/python-autoaction/test/test_xutils.py:11: Warning: g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
cv2.imshow("screenshot image", sscv)
/home/mallory/workspace/python-autoaction/test/test_xutils.py:11: Warning: invalid (NULL) pointer instance
cv2.imshow("screenshot image", sscv)
/home/mallory/workspace/python-autoaction/test/test_xutils.py:11: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
cv2.imshow("screenshot image", sscv)
/home/mallory/workspace/python-autoaction/test/test_xutils.py:11: Warning: cannot register existing type 'GdkDisplay'
cv2.imshow("screenshot image", sscv)
/home/mallory/workspace/python-autoaction/test/test_xutils.py:11: Warning: g_type_register_static: assertion 'parent_type > 0' failed
cv2.imshow("screenshot image", sscv)
Segmentation fault (core dumped)
using
- Ubuntu 14.0.4
- Python 2.7.6
- cv2 2.4.8
What was wrong with that?
'3.0.0-dev'on ubuntu 14.04