bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.58k stars 1.58k forks source link

opencv_imgcodecs.imencode:This thread tries Read and write a virtual address, and it does not have corresponding access rights to the address #1509

Open jiangwy8 opened 4 years ago

jiangwy8 commented 4 years ago

Hello, seniors. I found a problem. When using multi-threaded pressure measurement of opencv_imgcodecs.imencode method, the problem of JVM down occurs, but OpenCV's Imgcodecs.imencode does not have this problem. I hope to fix this problem; mdmp message "This thread tries to read Write a virtual address, and it does not have corresponding access rights to the address"

saudet commented 4 years ago

Could you provide a small code snippet to reproduce this?