My Sikuli (RC2) script crashes with a EXCEPTION_ACCESS_VIOLATION when calling System.exit(). My Sikuli installation was installed from the installer and all system environment variables are setup properly. Any idea?
[java] # A fatal error has been detected by the Java Runtime Environment:
[java] #
[java] # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4af16001, pid=4088, tid=4048
[java] #
[java] # JRE version: 6.0_21-b07
[java] # Java VM: Java HotSpot(TM) Client VM (17.0-b17 mixed mode windows-x86 )
[java] # Problematic frame:
[java] # C 0x4af16001
[java] #
[java] # An error report file with more information is saved as:
[java] # C:\HUDSON\workspace\UserPerformanceTests\SIKULI\hs_err_pid4088.log
[java] #
[java] # If you would like to submit a bug report, please visit:
[java] # http://java.sun.com/webapps/bugreport/crash.jsp
[java] # The crash happened outside the Java Virtual Machine in native code.
[java] # See problematic frame for where to report the bug.
[java] #