Hi
I've been using Sigar in my Java app for months without any issue and for some reason within the last 2 weeks JVM has started crashing intermittently.
Here's the error that I get:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000004e5d4ed4, pid=6896, t
id=12984
#
# JRE version: 6.0_30-b12
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.5-b03 mixed mode windows-amd64
compressed oops)
# Problematic frame:
# C [sigar-amd64-winnt.dll+0x14ed4]
#
# An error report file with more information is saved as:
# C:\bot\hs_err_pid6896.log
#
# 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.
#
The operating system is Windows Server 2008 R2, I've updated Java and the operating system, but I still get the random crashes. I haven't made any major changes to the application within the last few weeks.
Does anyone have any idea what might be causing the crash?
Thanks