Note that there are some explanatory texts on larger screens.

plurals
  1. POJava crash troubleshooting
    primarykey
    data
    text
    <p>I'm working with a structure that allows me to run AHK code in java, I've been getting an error after about 3-5 minutes after starting. I'm wondering if anyone has any suggestions of where I should debug</p> <pre><code> # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61308396, pid=9820, tid=7128 # # JRE version: 7.0_17-b02 # Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 ) # Problematic frame: # V [jvm.dll+0x148396] # # 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: # C:\Users\Preston\IdeaProjects\jBot\hs_err_pid9820.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # </code></pre> <p>hs_err_pid9820.log: <a href="http://pastebin.com/T7yhGNti" rel="nofollow">http://pastebin.com/T7yhGNti</a></p> <pre><code>public static boolean control() { try { NativeCall.init(); init(); return true; } catch (Throwable t) { t.printStackTrace(); System.out.println("\n" + "Something went wrong..."); return false; } } public static void init() { IntCall textdll = new IntCall("AutoHotkey.dll", "ahktextdll"); textdll.executeCall(new Object[]{"", "", ""}); exec = new IntCall("AutoHotkey.dll", "ahkExec"); } public static void ahk(String code) { exec.executeCall(code); } </code></pre> <p>Full Source code: <a href="http://pastebin.com/ndrnX4a1" rel="nofollow">http://pastebin.com/ndrnX4a1</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload