Error: “Fatal signal 11 (SIGSEGV), code 1” when passing Mat object from java to jni function
- 阅读更多 关于 Error: “Fatal signal 11 (SIGSEGV), code 1” when passing Mat object from java to jni function
问题 I am running the video camera using the OpenCV function. I pass the Mat object to the jni function it works for awhile, them the error: 10-10 13:03:17.978: A/libc(28693): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x9 in tid 28791 (Thread-5418) Java code that runs the camera and calls the jni function: package com.adhamenaya; import java.util.ArrayList; import org.opencv.android.BaseLoaderCallback; import org.opencv.android.CameraBridgeViewBase; import org.opencv.android