Closed GoogleCodeExporter closed 8 years ago
Could you also provide some sample code that almost certainly crashes? Even if
it has to loop a million times? I'd like to try it here see if I can reproduce
it, thanks
Original comment by samuel.a...@gmail.com
on 9 Apr 2012 at 1:43
I've ran this a couple of times here on my machine and nothing happens:
for (int i = 0; i < 100000; i++) {
IplImage.createFrom(ImageIO.read(new File("/usr/share/opencv/samples/c/lena.jpg")));
cvReleaseImage(cvLoadImage("/usr/share/opencv/samples/c/lena.jpg"));
System.gc();
}
If I cannot reproduce the problem, I won't be able to fix it...
Original comment by samuel.a...@gmail.com
on 28 Apr 2012 at 6:55
Given the lack of feedback, I am guessing this issue has been resolved, but
please let me know if this is not the case, thank you.
Original comment by samuel.a...@gmail.com
on 22 Jul 2012 at 12:50
Original issue reported on code.google.com by
tsure...@gmail.com
on 8 Apr 2012 at 4:37