Hi,

Currently I'm working in a project where we would like to asses end to end test 
coverage. To do this we start the application with the jacocoagent using the 
following command:

'-javaagent:jacoco/jacocoagent.jar=destfile=build/jacoco/jacoco.rest.exec'

However after a few tests the jvm crashes.

Any help would be appreciated.

versions:
JVM: 1.8.0_121
Groovy: 2.4.7
JaCoCo: 0.7.8  

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000010bcf99fd, pid=52822, tid=0x0000000000005103
#
# JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 
1.8.0_121-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.121-b13 mixed mode bsd-amd64 
compressed oops)
# Problematic frame:
# V  [libjvm.dylib+0xf99fd]
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# 
/Users/username/Projects/transmart-upgrade/transmart-rest-api/hs_err_pid52822.log
#
# Compiler replay data is saved as:
# 
/Users/username/Projects/transmart-upgrade/transmart-rest-api/replay_pid52822.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

the log is here: http://pastebin.com/wSht7wN8

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/874b88db-3292-4add-8f30-74c0e505c3a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to