JVM chrashes with fatal error EXCEPTION_ACCESS_VIOLATION wen saving file in eclipse -


i use wildfly8.2 , eclipse luna wth java8

when save java file , eclipse tryes republish on server jvm chrashes , have restart server every time. error is:

 fatal error has been detected java runtime environment:    exception_access_violation (0xc0000005) @ pc=0x000000006ffd8225, pid=12012, tid=11688   jre version: java(tm) se runtime environment (8.0_40-b26) (build 1.8.0_40-b26)  java vm: java hotspot(tm) 64-bit server vm (25.40-b25 mixed mode windows-amd64 compressed oops)  problematic frame:  v  [jvm.dll+0x128225]   failed write core dump. minidumps not enabled default on client versions of windows   error report file more information saved as:  c:\java\runtimes\wildfly-8.2.0.final\bin\hs_err_pid12012.log   if submit bug report, please visit:    http://bugreport.java.com/bugreport/crash.jsp 

the vm arguments passed jvm:

jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:61787 -dprogram.name=jbosstools: wildfly 8.2 -xms64m -xmx800m -dorg.jboss.resolver.warning=true -djava.net.preferipv4stack=true -dsun.rmi.dgc.client.gcinterval=3600000 -dsun.rmi.dgc.server.gcinterval=3600000 -djboss.modules.system.pkgs=org.jboss.byteman -djava.awt.headless=true -dorg.jboss.boot.log.file=c:/java/runtimes/wildfly-8.2.0.final/standalone/log/boot.log -dlogging.configuration=file:/c:/java/runtimes/wildfly-8.2.0.final/standalone/configuration/logging.properties -djboss.home.dir=c:/java/runtimes/wildfly-8.2.0.final -dorg.jboss.logmanager.nocolor=true -djboss.bind.address.management=localhost -dfile.encoding=utf-8  java_command: org.jboss.modules.main -mp c:/java/runtimes/wildfly-8.2.0.final/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -b localhost --server-config=standalone.xml -djboss.server.base.dir=c:\java\runtimes\wildfly-8.2.0.final\standalone java_class_path (initial): c:\java\runtimes\wildfly-8.2.0.final\jboss-modules.jar launcher type: sun_standard 

the thread dump here: http://www.filedropper.com/hserrpid12012


Comments