<html> <body> <basefont face="arial" size="4"> Hello,
I followed the installation instructions in http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html.
Afterwards I tried to run the example.
Unfortunately even when running only:
public static void main(String[] args) {
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
}
I get the following error:
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007feb929073d9, pid=34814, tid=140652798998272
JRE version: 6.0_27-b27
Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
Derivative: IcedTea6 1.12.5
Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.5-0ubuntu0.12.04.1
Problematic frame:
C [libopencv_java245.so+0x6ef3d9] cv::Mutex::~Mutex()+0x19
Will appreciate your advice on the issue.
Thanks.
</basefont> </body>
</html>