Hi
I just tried to compile OpenCV and run a small OpenCV-Program in Scala following the Java-tutorial. So far everything works as it should.
But the odd thing is: After the program has finished I get an error message. Just calling System.loadLibrary("opencv_java246")
is enough to provoke an error at exit. It looks like as long as the program is running there is no problem.
Can anybody tell me what could cause this?
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007febc90a7324, pid=27277, tid=140650895570688
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libopencv_java246.so+0x212324] cv::Mutex::~Mutex()+0x14
#