When i was trying to run the program in the above mentioned OS, the program is crashing each time i try to run it.
The problem seems to be in the Java Runtime, so i reinstalled the same but the issue persists. Had anyone experienced any similar sort of issues?
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000008f214ed4, pid=7528, tid=0x000000000000209c
JRE version: OpenJDK Runtime Environment (8.0_222-b10) (build 1.8.0_222-1-ojdkbuild-b10)
Java VM: OpenJDK 64-Bit Server VM (25.222-b10 mixed mode windows-amd64 )
Problematic frame:
C 0x000000008f214ed4
Core dump written. Default location: C:\Program Files\Autopsy-4.19.3\hs_err_pid7528.mdmp
If you would like to submit a bug report, please visit:
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x0000000080af2800): JavaThread “main” [_thread_in_native, id=8348, stack(0x00000000860c0000,0x00000000862c0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffff971f7aa8
Registers:
RAX=0xffffffff971f7970, RBX=0x0000000096fb2468, RCX=0x0000000080af2a68, RDX=0x00000000862bebe8
RSP=0x00000000862bead0, RBP=0x00000000862bebc0, RSI=0x0000000040200021, RDI=0x00000000033cab74
R8 =0x0000000000000062, R9 =0x00000001855c5bb8, R10=0x00000000000000d0, R11=0x000000006edb0048
R12=0x0000000182f9d088, R13=0x0000000096fb2468, R14=0x00000000862bebe8, R15=0x0000000080af2800
RIP=0x000000008f214ed4, EFLAGS=0x0000000000010282
Top of Stack: (sp=0x00000000862bead0)
0x00000000862bead0: 0000000080af2a68 00000000862bebe8
0x00000000862beae0: 0000000096fb2468 000000006e696414
0x00000000862beaf0: ffffffff971f7970 0000000080af2800
0x00000000862beb00: 0000000096fb2468 000000008f227da7
0x00000000862beb10: 0000000080af2a68 00000000862bebe8
0x00000000862beb20: 00000000862bf900 0000000080af2800
0x00000000862beb30: 0000000096fb2468 0000000040200021
0x00000000862beb40: 00000000033cab74 00000000033db667
0x00000000862beb50: 0000000080af2a68 00000000862bebd0
0x00000000862beb60: 00000000862bebe8 0000000000000000
0x00000000862beb70: 00000000862bec40 00000000033db362
0x00000000862beb80: 00000000862beb80 0000000096fb2468
0x00000000862beb90: 00000000862bebe8 0000000096fb2c80
0x00000000862beba0: 0000000000000000 0000000096fb2468
0x00000000862bebb0: 0000000000000000 00000000862bebe0
0x00000000862bebc0: 00000000862bec30 00000000033cab74
Instructions: (pc=0x000000008f214ed4)
0x000000008f214eb4: 7c 24 20 00 75 15 48 8d 15 df 58 04 00 48 8b 4c
0x000000008f214ec4: 24 40 e8 45 00 00 00 33 c0 eb 32 48 8b 44 24 20
0x000000008f214ed4: 83 b8 38 01 00 00 00 74 1f 48 8b 44 24 20 44 8b
0x000000008f214ee4: 80 38 01 00 00 48 8b 54 24 20 48 8b 4c 24 40 e8
Register to memory mapping:
RAX=0xffffffff971f7970 is an unknown value
RBX={method} {0x0000000096fb2470} ‘setLogger’ ‘(Lorg/hyperic/sigar/Sigar;Lorg/apache/log4j/Logger;)V’ in ‘org/hyperic/sigar/SigarLog’
RCX=0x0000000080af2a68 is an unknown value
RDX=0x00000000862bebe8 is pointing into the stack for thread: 0x0000000080af2800
RSP=0x00000000862bead0 is pointing into the stack for thread: 0x0000000080af2800
RBP=0x00000000862bebc0 is pointing into the stack for thread: 0x0000000080af2800
RSI=0x0000000040200021 is an unknown value
RDI=0x00000000033cab74 is at code_begin+2292 in an Interpreter codelet
invoke return entry points [0x00000000033ca280, 0x00000000033cac60] 2528 bytes
R8 =0x0000000000000062 is an unknown value
R9 =
[error occurred during error reporting (printing register info), id 0xc0000005]
Stack: [0x00000000860c0000,0x00000000862c0000], sp=0x00000000862bead0, free space=2042k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x000000008f214ed4
C 0x000000008f227da7
C 0x00000000033db667
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.hyperic.sigar.SigarLog.setLogger(Lorg/hyperic/sigar/Sigar;Lorg/apache/log4j/Logger;)V+0
j org.hyperic.sigar.SigarLog.disable(Lorg/hyperic/sigar/Sigar;)V+2
j org.hyperic.sigar.Sigar.enableLogging(Z)V+12
j org.sleuthkit.autopsy.corelibs.SigarLoader.getSigar()Lorg/hyperic/sigar/Sigar;+50
j org.sleuthkit.autopsy.coreutils.PlatformUtil.getPID()J+20
j org.sleuthkit.autopsy.coreutils.Installer.restored()V+254
j org.sleuthkit.autopsy.core.Installer.restored()V+49
j org.netbeans.core.startup.NbInstaller.loadCode(Lorg/netbeans/Module;Z)V+51
j org.netbeans.core.startup.NbInstaller.loadImpl(Ljava/util/List;)V+334
j org.netbeans.core.startup.NbInstaller.access$000(Lorg/netbeans/core/startup/NbInstaller;Ljava/util/List;)V+2
j org.netbeans.core.startup.NbInstaller$1.run()V+8
j org.openide.filesystems.FileUtil$2.run()V+4
j org.openide.filesystems.EventControl.runAtomicAction(Lorg/openide/filesystems/FileSystem$AtomicAction;)V+7
j org.openide.filesystems.FileSystem.runAtomicAction(Lorg/openide/filesystems/FileSystem$AtomicAction;)V+5
j org.openide.filesystems.FileUtil.runAtomicAction(Lorg/openide/filesystems/FileSystem$AtomicAction;)V+7
j org.openide.filesystems.FileUtil.runAtomicAction(Ljava/lang/Runnable;)V+10
j org.netbeans.core.startup.NbInstaller.load(Ljava/util/List;)V+9
j org.netbeans.ModuleManager.enable(Ljava/util/Set;Z)V+1710
j org.netbeans.ModuleManager.enable(Ljava/util/Set;)V+3
j org.netbeans.core.startup.ModuleList.installNew(Ljava/util/Set;)V+366
j org.netbeans.core.startup.ModuleList.trigger(Ljava/util/Set;)V+190
j org.netbeans.core.startup.ModuleSystem.restore()V+45
j org.netbeans.core.startup.Main.getModuleSystem(Z)Lorg/netbeans/core/startup/ModuleSystem;+115
j org.netbeans.core.startup.Main.getModuleSystem()Lorg/netbeans/core/startup/ModuleSystem;+1
j org.netbeans.core.startup.Main.start([Ljava/lang/String;)V+354
j org.netbeans.core.startup.TopThreadGroup.run()V+4
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000008956f800 JavaThread “IM-results-ingest-0” [_thread_blocked, id=8320, stack(0x0000000097bf0000,0x0000000097df0000)]
0x000000008956e800 JavaThread “IM-file-ingest-1” [_thread_blocked, id=1964, stack(0x00000000979f0000,0x0000000097bf0000)]
0x0000000089564800 JavaThread “IM-file-ingest-0” [_thread_blocked, id=1092, stack(0x00000000977f0000,0x00000000979f0000)]
0x0000000089567000 JavaThread “IM-data-source-ingest-0” [_thread_blocked, id=4176, stack(0x00000000975f0000,0x00000000977f0000)]
0x000000008956d000 JavaThread “Thread-6” daemon [_thread_in_native, id=1724, stack(0x00000000973f0000,0x00000000975f0000)]
0x0000000089571800 JavaThread “services-monitor-periodic-task-0” [_thread_blocked, id=8356, stack(0x0000000094860000,0x0000000094a60000)]
0x000000008956e000 JavaThread “JavaFX Application Thread” [_thread_in_native, id=5792, stack(0x00000000944c0000,0x00000000946c0000)]
0x0000000089565000 JavaThread “Thread-5” daemon [_thread_blocked, id=5916, stack(0x00000000942c0000,0x00000000944c0000)]
0x000000008956c000 JavaThread “QuantumRenderer-0” daemon [_thread_blocked, id=9952, stack(0x00000000940c0000,0x00000000942c0000)]
0x000000008956a000 JavaThread “File Watcher” daemon [_thread_blocked, id=2784, stack(0x0000000092b10000,0x0000000092d10000)]
0x0000000089569000 JavaThread “Thread-3” daemon [_thread_in_native, id=288, stack(0x0000000092910000,0x0000000092b10000)]
0x000000008956a800 JavaThread “Inactive RequestProcessor thread [Was:Default RequestProcessor/org.netbeans.core.CoreBridgeImpl$1]” daemon [_thread_blocked, id=1888, stack(0x00000000924f0000,0x00000000926f0000)]
0x0000000089566000 JavaThread “Inactive RequestProcessor thread [Was:On Start/Stop/org.sleuthkit.autopsy.imagegallery.OnStart]” daemon [_thread_blocked, id=3756, stack(0x00000000922f0000,0x00000000924f0000)]
0x0000000089567800 JavaThread “Inactive RequestProcessor thread [Was:On Start/Stop/org.sleuthkit.autopsy.modules.interestingitems.StandardInterestingFilesSetsLoader]” daemon [_thread_blocked, id=2796, stack(0x000000008efe0000,0x000000008f1e0000)]
0x0000000089563800 JavaThread “Inactive RequestProcessor thread [Was:On Start/Stop/org.sleuthkit.autopsy.timeline.OnStart]” daemon [_thread_blocked, id=1440, stack(0x000000008ede0000,0x000000008efe0000)]
0x0000000080c2a000 JavaThread “AWT-EventQueue-0” [_thread_blocked, id=6820, stack(0x0000000087bc0000,0x0000000087dc0000)]
0x000000008385f800 JavaThread “AWT-Windows” daemon [_thread_in_native, id=6828, stack(0x00000000878e0000,0x0000000087ae0000)]
0x000000008386a000 JavaThread “AWT-Shutdown” [_thread_blocked, id=7480, stack(0x00000000876e0000,0x00000000878e0000)]
0x0000000083920800 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=1836, stack(0x00000000874e0000,0x00000000876e0000)]
0x0000000083630800 JavaThread “RequestProcessor queue manager” daemon [_thread_blocked, id=9956, stack(0x00000000862c0000,0x00000000864c0000)]
=>0x0000000080af2800 JavaThread “main” [_thread_in_native, id=8348, stack(0x00000000860c0000,0x00000000862c0000)]
0x0000000080af9000 JavaThread “Inactive RequestProcessor thread [Was:On Start/Stop/org.netbeans.core.impl.InitUI]” daemon [_thread_blocked, id=1256, stack(0x0000000085ec0000,0x00000000860c0000)]
0x0000000083908800 JavaThread “CLI Requests Server” daemon [_thread_in_native, id=1868, stack(0x0000000084cf0000,0x0000000084ef0000)]
0x000000008385f000 JavaThread “Active Reference Queue Daemon” daemon [_thread_blocked, id=2648, stack(0x00000000846f0000,0x00000000848f0000)]
0x0000000083454800 JavaThread “Service Thread” daemon [_thread_blocked, id=7284, stack(0x0000000083ff0000,0x00000000841f0000)]
0x0000000080d74000 JavaThread “C1 CompilerThread14” daemon [_thread_blocked, id=8640, stack(0x0000000083df0000,0x0000000083ff0000)]
0x0000000080d73800 JavaThread “C1 CompilerThread13” daemon [_thread_blocked, id=2820, stack(0x0000000083bf0000,0x0000000083df0000)]
0x0000000080d79000 JavaThread “C1 CompilerThread12” daemon [_thread_blocked, id=9096, stack(0x00000000831f0000,0x00000000833f0000)]
0x0000000080d72800 JavaThread “C1 CompilerThread11” daemon [_thread_blocked, id=3688, stack(0x0000000082ff0000,0x00000000831f0000)]
0x0000000080d78800 JavaThread “C1 CompilerThread10” daemon [_thread_blocked, id=3144, stack(0x0000000082df0000,0x0000000082ff0000)]
0x0000000080d75000 JavaThread “C2 CompilerThread9” daemon [_thread_blocked, id=7160, stack(0x0000000082bf0000,0x0000000082df0000)]
0x0000000080d76800 JavaThread “C2 CompilerThread8” daemon [_thread_blocked, id=7688, stack(0x00000000829f0000,0x0000000082bf0000)]
0x0000000080d77800 JavaThread “C2 CompilerThread7” daemon [_thread_in_native, id=7536, stack(0x00000000827f0000,0x00000000829f0000)]
0x0000000080d76000 JavaThread “C2 CompilerThread6” daemon [_thread_blocked, id=2112, stack(0x00000000825f0000,0x00000000827f0000)]
0x0000000080d58000 JavaThread “C2 CompilerThread5” daemon [_thread_blocked, id=9384, stack(0x00000000823f0000,0x00000000825f0000)]
0x0000000080d37000 JavaThread “C2 CompilerThread4” daemon [_thread_blocked, id=4300, stack(0x00000000821f0000,0x00000000823f0000)]
0x0000000080d2e000 JavaThread “C2 CompilerThread3” daemon [_thread_blocked, id=8788, stack(0x0000000081ff0000,0x00000000821f0000)]
0x0000000080d24800 JavaThread “C2 CompilerThread2” daemon [_thread_blocked, id=10476, stack(0x0000000081df0000,0x0000000081ff0000)]
0x0000000080d1d000 JavaThread “C2 CompilerThread1” daemon [_thread_blocked, id=9544, stack(0x0000000081bf0000,0x0000000081df0000)]
0x0000000080d1a000 JavaThread “C2 CompilerThread0” daemon [_thread_blocked, id=2208, stack(0x00000000819f0000,0x0000000081bf0000)]
0x0000000080d19000 JavaThread “Attach Listener” daemon [_thread_blocked, id=8876, stack(0x00000000817f0000,0x00000000819f0000)]
0x0000000080d18800 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=8920, stack(0x00000000815f0000,0x00000000817f0000)]
0x0000000080cdf800 JavaThread “Surrogate Locker Thread (Concurrent GC)” daemon [_thread_blocked, id=4796, stack(0x00000000813f0000,0x00000000815f0000)]
0x0000000080c0d800 JavaThread “Finalizer” daemon [_thread_blocked, id=8240, stack(0x00000000811f0000,0x00000000813f0000)]
0x0000000080bdf000 JavaThread “Reference Handler” daemon [_thread_blocked, id=2232, stack(0x0000000080ff0000,0x00000000811f0000)]
0x000000000314a000 JavaThread “main” [_thread_blocked, id=11068, stack(0x0000000000450000,0x0000000000650000)]