greeninho / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

cvSURFParams EXCEPTION_ACCESS_VIOLATION #235

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run the ObjectFinder example

What is the expected output? What do you see instead?
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005833b61a, pid=5768, 
tid=2248
#
# JRE version: 7.0_04-b22
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.0-b21 mixed mode windows-amd64 
compressed oops)
# Problematic frame:
# V  [jvm.dll+0xfb61a]
#
# Failed to write core dump. Minidumps are not enabled by default on client 
versions of Windows
#
# An error report file with more information is saved as:
# D:\Dev_java\OpenCVtesting\OpenCVTest\hs_err_pid5768.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

What version of the product are you using? On what operating system?
JavaCV on windows 7 64bit

Seems that it fails when trying to run this line:
CvSURFParams parameters = cvSURFParams(500, 1);

Original issue reported on code.google.com by Omry.Zobel on 24 Aug 2012 at 5:15

GoogleCodeExporter commented 8 years ago
Did you follow the instructions here?
http://code.google.com/p/javacv/wiki/Windows7AndOpenCV

Original comment by samuel.a...@gmail.com on 30 Aug 2012 at 12:49

GoogleCodeExporter commented 8 years ago
Given the lack of feedback, I'm guessing that following the instructions fixed 
the crash, but please let me know if you still have that issue, thanks.

Original comment by samuel.a...@gmail.com on 5 Nov 2012 at 11:45