Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV 4.4.0 cv2.imshow() crashed on OSX 10.15.5 (Catalina) #18087

Closed
3 tasks done
kangks opened this issue Aug 13, 2020 · 2 comments
Closed
3 tasks done

OpenCV 4.4.0 cv2.imshow() crashed on OSX 10.15.5 (Catalina) #18087

kangks opened this issue Aug 13, 2020 · 2 comments

Comments

@kangks
Copy link

kangks commented Aug 13, 2020

System information (version)
  • OpenCV => 4.4.0
  • Operating System / Platform => OSX 10.15.5 (Catalina)
  • Compiler => Python 3.8.5, pip 20.2.2
Detailed description

Running cv2.imshow() with any graphic caused segfault Python_2020-08-13-173300_Richards-MacBook-Pro-2.crash.txt

% pip freeze
certifi==2020.6.20
chardet==3.0.4
cycler==0.10.0
gluoncv==0.8.0
graphviz==0.8.4
idna==2.10
kiwisolver==1.2.0
matplotlib==3.3.0
mxnet==1.6.0
numpy==1.19.1
opencv-python==4.4.0.40
Pillow==7.2.0
portalocker==2.0.0
pyparsing==2.4.7
python-dateutil==2.8.1
requests==2.24.0
scipy==1.5.2
six==1.15.0
tqdm==4.48.2
urllib3==1.25.10
% brew ls   
aom			giflib			leptonica		libvorbis		openssl@1.1		sqlite
boost			glib			libass			libvpx			opus			srt
cairo			glog			libbluray		libwebsockets		p11-kit			suite-sparse
ceres-solver		gmp			libevent		little-cms2		pandoc			szip
cmake			gnutls			libffi			lzo			pango			tbb
dav1d			gobject-introspection	libidn2			metis			pcre			tesseract
eigen			graphite2		libmpc			mpfr			pixman			theora
ffmpeg			graphviz		libogg			netcdf			pkg-config		unbound
flac			gts			libpng			netpbm			protobuf		webp
fontconfig		harfbuzz		libsamplerate		nettle			python@3.8		x264
freetype		hdf5			libsndfile		nginx			rav1e			x265
frei0r			icu4c			libsoxr			nmap			readline		xvid
fribidi			ilmbase			libtasn1		node			rtmpdump		xz
gcc			iperf3			libtiff			numpy			rubberband
gd			isl			libtool			openblas		sdl2
gdbm			jasper			libunistring		opencore-amr		sip
gettext			jpeg			libuv			openexr			snappy
gflags			lame			libvidstab		openjpeg		speex
Steps to reproduce
import cv2
img = cv2.imread('image.jpg',0) # any jpeg
cv2.imshow('frame',img)
Issue submission checklist
  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues,
    answers.opencv.org, Stack Overflow, etc and have not found solution
  • I updated to latest OpenCV version and the issue is still there
  • [?] There is reproducer code and related data files: videos, images, onnx, etc
@alalek
Copy link
Member

alalek commented Aug 13, 2020

@alalek
Copy link
Member

alalek commented Aug 13, 2020

duplicate of #18079

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants