Ask Your Question

dacian's profile - activity

2013-12-09 10:12:26 -0600 received badge  Student (source)
2013-07-16 14:41:03 -0600 asked a question opencv 2.4.6 crash in Mat.n_delete()

I am getting random crashes under windows 64 using opencv 2.4.6 or 2.4.5 on creation or deletion of a Mat() object. I am using the binary distribution for windows:

Stack: [0x000000000c5f0000,0x000000000c6f0000], sp=0x000000000c6eed80, free space=1019k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [ntdll.dll+0x55aa1] RtlUnicodeToMultiByteSize+0x51

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.opencv.core.Mat.n_delete(J)V+0 j org.opencv.core.Mat.finalize()V+4

Any ideas?

Is worth mentioning that the java code creates many Mat object from AWT-EventThread and an arbitrary thread.

Dacian