Core.multiply crashes JVM (Bug #4393)
Description
Core.multiply(Mat, Scalar, Mat) crashes the Java VM under Mac OS X, using Java 1.8.0_45 under Mac OS 10.10.3
(It does work under Windows 7 x64 with the same JVM version)
Same goes for Core.add(Mat, Scalar, Mat) and Core.divide(Mat, Scalar, Mat), but Core.substract(Mat, Scalar, Mat) works fine.
Core.multiply(Mat, Mat, Mat) works fine, too.
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/5014