JVM fatal error most of the times when running test suite

656 views
Skip to first unread message

4d.ga...@gmail.com

unread,
May 14, 2016, 12:05:10 PM5/14/16
to JaCoCo and EclEmma Users
I am trying to run a coverage test for my test suite, which groups 322 methods. Most of the times I am getting a JVM crash related to EclEmma.

There are two popup windows that say:

No Coverage Data

No coverage data has been collected during this coverage session.

Please do not terminate the Java process manually from Eclipse.

And the other:

'com.mountainminds.eclemma.internal.core.launching.AgentServer' has encountered a problem. Error while dumping coverage date (code 5013).

[Details:] Error while dumping coverage data (code 5013). Connection reset

The console logs this:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005b8796af, pid=4412, tid=5272
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x4b96af]
#
# 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:
# X:\xxxxxx\hs_err_pid4412.log
#
# Compiler replay data is saved as:
# X:\xxxxxx\replay_pid4412.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#

Marc R. Hoffmann

unread,
May 16, 2016, 2:42:17 AM5/16/16
to jac...@googlegroups.com
Hi,

to investigate the follwong would be helpful:

1) The hs_err_pid*.log file
2) A reproducer

Regards,
-marc

4d.ga...@gmail.com

unread,
May 16, 2016, 3:13:25 AM5/16/16
to JaCoCo and EclEmma Users
I don't know what you'd mean with "reproducer", but here's the hs_err_pid.log file:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000669e96af, pid=6680, tid=8148
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x4b96af]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#

--------------- T H R E A D ---------------

Current thread (0x0000000058f2c000): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=8148, stack(0x0000000059cf0000,0x0000000059df0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000008

Registers:
RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0x000000005d10df60, RDX=0x0000000000000800
RSP=0x0000000059deb860, RBP=0x0000000059f628c0, RSI=0x000000005d10df60, RDI=0x0000000059debd30
R8 =0x0000000000000000, R9 =0x000000005be2f860, R10=0x0000000059debd30, R11=0x000000005b344a10
R12=0x0000000059f62b48, R13=0x00000000590e8dd0, R14=0x0000000059deb948, R15=0x0000000059deb968
RIP=0x00000000669e96af, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x0000000059deb860)
0x0000000059deb860: 0000000059f62ba8 0000000059f628c0
0x0000000059deb870: 000000005d111280 0000000059deba10
0x0000000059deb880: 0000000059f628c0 0000000059deb9b8
0x0000000059deb890: 0000000059deba10 00000000669eaec9
0x0000000059deb8a0: 0000000059f62ba8 0000000000000063
0x0000000059deb8b0: 0000000000000001 000000005d10df60
0x0000000059deb8c0: 0000000059dec700 0000000066a1d950
0x0000000059deb8d0: 000000005bc08d80 0000000058ec0c10
0x0000000059deb8e0: 0000000058fd6b70 0000000059deba10
0x0000000059deb8f0: 0000000058ec0c10 0000000000000000
0x0000000059deb900: 0000000059debd30 00000000669ecddf
0x0000000059deb910: 0000000059debd30 0000000000000001
0x0000000059deb920: 0000000000000001 0000000058fd6b70
0x0000000059deb930: 000000005bc0cdd0 000000005bc10d68
0x0000000059deb940: 00000000000302e8 0000000058ec0c10
0x0000000059deb950: 0000000000000080 000000005b3445d0

Instructions: (pc=0x00000000669e96af)
0x00000000669e968f: 4c 89 64 24 50 4c 8b e0 4c 3b e8 0f 84 4f 01 00
0x00000000669e969f: 00 44 8b 43 28 4c 8b 8f f0 09 00 00 4b 8b 1c c1
0x00000000669e96af: 48 8b 43 08 48 83 38 00 75 2a 8b 57 28 0f 1f 40
0x00000000669e96bf: 00 8b 43 28 3b c2 73 0c 8b c8 48 8b 47 30 48 8b


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0x000000005d10df60 is an unknown value
RDX=0x0000000000000800 is an unknown value
RSP=0x0000000059deb860 is pointing into the stack for thread: 0x0000000058f2c000
RBP=0x0000000059f628c0 is an unknown value
RSI=0x000000005d10df60 is an unknown value
RDI=0x0000000059debd30 is pointing into the stack for thread: 0x0000000058f2c000
R8 =0x0000000000000000 is an unknown value
R9 =0x000000005be2f860 is an unknown value
R10=0x0000000059debd30 is pointing into the stack for thread: 0x0000000058f2c000
R11=0x000000005b344a10 is an unknown value
R12=0x0000000059f62b48 is an unknown value
R13=0x00000000590e8dd0 is an unknown value
R14=0x0000000059deb948 is pointing into the stack for thread: 0x0000000058f2c000
R15=0x0000000059deb968 is pointing into the stack for thread: 0x0000000058f2c000


Stack: [0x0000000059cf0000,0x0000000059df0000], sp=0x0000000059deb860, free space=1006k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x4b96af]
V [jvm.dll+0x4baec9]
V [jvm.dll+0x4bcddf]
V [jvm.dll+0x46eda1]
V [jvm.dll+0x46fade]
V [jvm.dll+0x452d12]
V [jvm.dll+0xa4912]
V [jvm.dll+0xa524f]
V [jvm.dll+0x243274]
V [jvm.dll+0x29a0fa]
C [msvcr100.dll+0x21d9f]
C [msvcr100.dll+0x21e3b]
C [kernel32.dll+0x1652d]
C [ntdll.dll+0x2c541]


Current CompileTask:
C2: 3690 2562 4 gnu.trove.impl.hash.TIntIntHash::insertKey (125 bytes)


--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x0000000058f0b000 JavaThread "ReaderThread" [_thread_in_native, id=9680, stack(0x000000005a700000,0x000000005a800000)]
0x0000000058f81800 JavaThread "Service Thread" daemon [_thread_blocked, id=9516, stack(0x0000000059df0000,0x0000000059ef0000)]
0x0000000058f2f000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=8076, stack(0x00000000594b0000,0x00000000595b0000)]
=>0x0000000058f2c000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=8148, stack(0x0000000059cf0000,0x0000000059df0000)]
0x0000000058f2b000 JavaThread "C2 CompilerThread0" daemon [_thread_in_vm, id=1924, stack(0x0000000059bf0000,0x0000000059cf0000)]
0x0000000058e9d000 JavaThread "org.jacoco.agent.rt.internal_14f7ee5.output.TcpClientOutput" daemon [_thread_in_native, id=6328, stack(0x00000000597b0000,0x00000000598b0000)]
0x0000000057649800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2368, stack(0x0000000058930000,0x0000000058a30000)]
0x0000000057646800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8476, stack(0x0000000058cb0000,0x0000000058db0000)]
0x00000000575e8000 JavaThread "Finalizer" daemon [_thread_blocked, id=7264, stack(0x0000000058a50000,0x0000000058b50000)]
0x00000000575e1000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6824, stack(0x00000000586b0000,0x00000000587b0000)]
0x00000000022df800 JavaThread "main" [_thread_in_vm, id=3200, stack(0x00000000023c0000,0x00000000024c0000)]

Other Threads:
0x00000000575db800 VMThread [stack: 0x0000000058800000,0x0000000058900000] [id=1728]
0x0000000058f99000 WatcherThread [stack: 0x00000000599b0000,0x0000000059ab0000] [id=7136]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
PSYoungGen total 611840K, used 136455K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 524800K, 26% used [0x00000000d5580000,0x00000000ddac1c28,0x00000000f5600000)
from space 87040K, 0% used [0x00000000fab00000,0x00000000fab00000,0x0000000100000000)
to space 87040K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000fab00000)
ParOldGen total 1398272K, used 0K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 0% used [0x0000000080000000,0x0000000080000000,0x00000000d5580000)
Metaspace used 11963K, capacity 12358K, committed 12544K, reserved 1060864K
class space used 1299K, capacity 1421K, committed 1536K, reserved 1048576K

Card table byte_map: [0x0000000011c50000,0x0000000012060000] byte_map_base: 0x0000000011850000

Marking Bits: (ParMarkBitMap*) 0x0000000066d3a5b0
Begin Bits: [0x0000000012850000, 0x0000000014850000)
End Bits: [0x0000000014850000, 0x0000000016850000)

Polling page: 0x0000000000320000

CodeCache: size=245760Kb used=8055Kb max_used=8069Kb free=237704Kb
bounds [0x0000000002890000, 0x0000000003080000, 0x0000000011890000]
total_blobs=2966 nmethods=2633 adapters=247
compilation: enabled

Compilation events (10 events):
Event: 3.566 Thread 0x0000000058f2f000 2564 3 java.util.ArrayList$SubList$1::next (79 bytes)
Event: 3.566 Thread 0x0000000058f2b000 2567 4 data.model.schedule.value.ScheduleValue::$jacocoInit (52 bytes)
Event: 3.566 Thread 0x0000000058f2b000 nmethod 2567 0x0000000003043a10 code [0x0000000003043b40, 0x0000000003043b98]
Event: 3.566 Thread 0x0000000058f2f000 nmethod 2564 0x0000000003040cd0 code [0x0000000003040e80, 0x0000000003041308]
Event: 3.566 Thread 0x0000000058f2f000 2566 3 data.model.schedule.value.AbstractScheduleValue::<init> (53 bytes)
Event: 3.567 Thread 0x0000000058f2f000 nmethod 2566 0x0000000003045f90 code [0x0000000003046140, 0x0000000003046638]
Event: 3.567 Thread 0x0000000058f2f000 2568 3 java.util.Collections$UnmodifiableList::indexOf (11 bytes)
Event: 3.567 Thread 0x0000000058f2f000 nmethod 2568 0x0000000003045b50 code [0x0000000003045cc0, 0x0000000003045ee8]
Event: 3.568 Thread 0x0000000058f2f000 2569 3 java.util.regex.Pattern$GroupTail::match (111 bytes)
Event: 3.568 Thread 0x0000000058f2f000 nmethod 2569 0x0000000003045350 code [0x00000000030454e0, 0x0000000003045888]

GC Heap History (0 events):
No events

Deoptimization events (10 events):
Event: 0.863 Thread 0x00000000022df800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002b6784c method=org.jacoco.agent.rt.internal_14f7ee5.asm.tree.VarInsnNode.accept(Lorg/jacoco/agent/rt/internal_14f7ee5/asm/MethodVisitor;)V @ 9
Event: 0.863 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002ac32c4 method=org.jacoco.agent.rt.internal_14f7ee5.asm.MethodVisitor.visitMethodInsn(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V @ 50
Event: 0.908 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002b642e4 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 129
Event: 1.121 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002a4d440 method=org.jacoco.agent.rt.internal_14f7ee5.asm.ClassReader.readUTF(II[C)Ljava/lang/String; @ 77
Event: 1.259 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002c33bc0 method=org.jacoco.agent.rt.internal_14f7ee5.asm.commons.AnalyzerAdapter.execute(IILjava/lang/String;)V @ 1058
Event: 1.271 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002a54578 method=org.jacoco.agent.rt.internal_14f7ee5.asm.Item.isEqualTo(Lorg/jacoco/agent/rt/internal_14f7ee5/asm/Item;)Z @ 345
Event: 1.529 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002b7c51c method=org.jacoco.agent.rt.internal_14f7ee5.asm.Label.resolve(Lorg/jacoco/agent/rt/internal_14f7ee5/asm/MethodWriter;I[B)Z @ 56
Event: 3.157 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002f7b888 method=org.chocosolver.memory.trailing.StoredInt.set(I)V @ 9
Event: 3.157 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002f9fdf8 method=org.chocosolver.solver.propagation.hardcoded.SevenQueuesPropagatorEngine.onVariableUpdate(Lorg/chocosolver/solver/variables/Variable;Lorg/chocosolver/solver/variables/events/7 %4AE @
Event: 3.159 Thread 0x00000000022df800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002f7b450 method=org.chocosolver.util.objects.queues.CircularQueue.addLast(Ljava/lang/Object;)Z @ 47

Internal exceptions (10 events):
Event: 3.394 Thread 0x00000000022df800 Implicit null exception at 0x0000000002b9b682 to 0x0000000002b9be67
Event: 3.395 Thread 0x00000000022df800 Exception <a 'java/lang/NullPointerException'> (0x00000000dcfd4e20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 3.515 Thread 0x00000000022df800 Implicit null exception at 0x0000000002b9b682 to 0x0000000002b9be67
Event: 3.515 Thread 0x00000000022df800 Exception <a 'java/lang/NullPointerException'> (0x00000000dd33e788) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 3.516 Thread 0x00000000022df800 Implicit null exception at 0x0000000002b9b682 to 0x0000000002b9be67
Event: 3.516 Thread 0x00000000022df800 Exception <a 'java/lang/NullPointerException'> (0x00000000dd3419c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 3.516 Thread 0x00000000022df800 Implicit null exception at 0x0000000002b9b682 to 0x0000000002b9be67
Event: 3.516 Thread 0x00000000022df800 Exception <a 'java/lang/NullPointerException'> (0x00000000dd344f20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 3.517 Thread 0x00000000022df800 Implicit null exception at 0x0000000002b9b682 to 0x0000000002b9be67
Event: 3.517 Thread 0x00000000022df800 Exception <a 'java/lang/NullPointerException'> (0x00000000dd347ed8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]

Events (10 events):
Event: 3.503 Thread 0x00000000022df800 DEOPT PACKING pc=0x0000000002f79ea7 sp=0x00000000024bdc10
Event: 3.503 Thread 0x00000000022df800 DEOPT UNPACKING pc=0x00000000028d71bf sp=0x00000000024bd9c0 mode 0
Event: 3.514 loading class data/model/schedule/value/AbstractScheduleValue
Event: 3.514 loading class data/model/schedule/value/AbstractScheduleValue done
Event: 3.515 loading class data/model/schedule/value/AbstractScheduleValue
Event: 3.515 loading class data/model/schedule/value/AbstractScheduleValue done
Event: 3.516 loading class data/model/schedule/value/AbstractScheduleValue
Event: 3.516 loading class data/model/schedule/value/AbstractScheduleValue done
Event: 3.516 loading class data/model/schedule/value/AbstractScheduleValue
Event: 3.516 loading class data/model/schedule/value/AbstractScheduleValue done


Dynamic libraries:
0x000000013f1c0000 - 0x000000013f1f7000 C:\Program Files\Java\jre1.8.0_66\bin\javaw.exe
0x00000000774c0000 - 0x0000000077669000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000773a0000 - 0x00000000774bf000 C:\Windows\system32\kernel32.dll
0x000007fefd5a0000 - 0x000007fefd60b000 C:\Windows\system32\KERNELBASE.dll
0x000007fefeca0000 - 0x000007fefed7b000 C:\Windows\system32\ADVAPI32.dll
0x000007feff4d0000 - 0x000007feff56f000 C:\Windows\system32\msvcrt.dll
0x000007feff6e0000 - 0x000007feff6ff000 C:\Windows\SYSTEM32\sechost.dll
0x000007feff580000 - 0x000007feff6ad000 C:\Windows\system32\RPCRT4.dll
0x00000000772a0000 - 0x000000007739a000 C:\Windows\system32\USER32.dll
0x000007fefdaf0000 - 0x000007fefdb57000 C:\Windows\system32\GDI32.dll
0x000007feff570000 - 0x000007feff57e000 C:\Windows\system32\LPK.dll
0x000007feff700000 - 0x000007feff7c9000 C:\Windows\system32\USP10.dll
0x000007fefbdb0000 - 0x000007fefbfa4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefd650000 - 0x000007fefd6c1000 C:\Windows\system32\SHLWAPI.dll
0x000007feff6b0000 - 0x000007feff6de000 C:\Windows\system32\IMM32.DLL
0x000007fefd6d0000 - 0x000007fefd7d9000 C:\Windows\system32\MSCTF.dll
0x000000006b170000 - 0x000000006b242000 C:\Program Files\Java\jre1.8.0_66\bin\msvcr100.dll
0x0000000066530000 - 0x0000000066db9000 C:\Program Files\Java\jre1.8.0_66\bin\server\jvm.dll
0x000007fefaca0000 - 0x000007fefaca9000 C:\Windows\system32\WSOCK32.dll
0x000007fefe8f0000 - 0x000007fefe93d000 C:\Windows\system32\WS2_32.dll
0x000007fefd880000 - 0x000007fefd888000 C:\Windows\system32\NSI.dll
0x000007fefafd0000 - 0x000007fefb00b000 C:\Windows\system32\WINMM.dll
0x000007fefc310000 - 0x000007fefc31c000 C:\Windows\system32\VERSION.dll
0x0000000077690000 - 0x0000000077697000 C:\Windows\system32\PSAPI.DLL
0x00000000746d0000 - 0x00000000746df000 C:\Program Files\Java\jre1.8.0_66\bin\verify.dll
0x000000006c0d0000 - 0x000000006c0f9000 C:\Program Files\Java\jre1.8.0_66\bin\java.dll
0x000000006b5a0000 - 0x000000006b5c3000 C:\Program Files\Java\jre1.8.0_66\bin\instrument.dll
0x000000006c3e0000 - 0x000000006c3f6000 C:\Program Files\Java\jre1.8.0_66\bin\zip.dll
0x000007fefdb60000 - 0x000007fefe8e8000 C:\Windows\system32\SHELL32.dll
0x000007feff2c0000 - 0x000007feff4c3000 C:\Windows\system32\ole32.dll
0x000007fefd270000 - 0x000007fefd27f000 C:\Windows\system32\profapi.dll
0x000000006c6e0000 - 0x000000006c6fa000 C:\Program Files\Java\jre1.8.0_66\bin\net.dll
0x000007fefca10000 - 0x000007fefca65000 C:\Windows\system32\mswsock.dll
0x000007fefca00000 - 0x000007fefca07000 C:\Windows\System32\wship6.dll
0x000007fefb2b0000 - 0x000007fefb2c5000 C:\Windows\system32\NLAapi.dll
0x000007fef2d10000 - 0x000007fef2d25000 C:\Windows\system32\napinsp.dll
0x000007fef2ba0000 - 0x000007fef2bb9000 C:\Windows\system32\pnrpnsp.dll
0x0000000073800000 - 0x0000000073826000 C:\Program Files\Bonjour\mdnsNSP.dll
0x000007fefab60000 - 0x000007fefab87000 C:\Windows\system32\Iphlpapi.DLL
0x000007fefab00000 - 0x000007fefab0b000 C:\Windows\system32\WINNSI.DLL
0x000007fef2b70000 - 0x000007fef2b9f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x000007fefc890000 - 0x000007fefc8eb000 C:\Windows\system32\DNSAPI.dll
0x000007fef2b60000 - 0x000007fef2b6b000 C:\Windows\System32\winrnr.dll
0x000007fefc3e0000 - 0x000007fefc3e7000 C:\Windows\System32\wshtcpip.dll
0x000007feeed50000 - 0x000007feeed58000 C:\Windows\system32\rasadhlp.dll
0x000007fefaa70000 - 0x000007fefaac3000 C:\Windows\System32\fwpuclnt.dll
0x000007feec3d0000 - 0x000007feec4f5000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -javaagent:X:\Eclipse Mars JEE 4.5.2\configuration\org.eclipse.osgi\929\0\.cp\jacocoagent.jar=includes=*,excludes=,exclclassloader=sun.reflect.DelegatingClassLoader,output=tcpclient,port=62439 -Xms2g -Xmx2g -Dfile.encoding=Cp1252
java_command: org.eclipse.jdt.internal.junit.runner.RemoteTestRunner -version 3 -port 62440 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -classNames suites.TestSuite
java_class_path (initial): X:\xxxxxx\target\test-classes;X:\xxxxxx\target\classes;X:\Eclipse Mars JEE 4.5.2\plugins\org.junit_4.12.0.v201504281640\junit.jar;X:\Eclipse Mars JEE 4.5.2\plugins\org.hamcrest.core_1.3.0.v201303031735.jar;C:\Users\XXXXX\.m2\repository\org\choco-solver\choco-solver\3.3.3-j7\choco-solver-3.3.3-j7.jar;C:\Users\XXXXX\.m2\repository\dk\brics\automaton\automaton\1.11-8\automaton-1.11-8.jar;C:\Users\XXXXX\.m2\repository\org\javabits\jgrapht\jgrapht-core\0.9.3\jgrapht-core-0.9.3.jar;C:\Users\XXXXX\.m2\repository\args4j\args4j\2.32\args4j-2.32.jar;C:\Users\XXXXX\.m2\repository\com\github\cp-profiler\cpprof-java\1.1.0\cpprof-java-1.1.0.jar;C:\Users\XXXXX\.m2\repository\org\zeromq\jeromq\0.3.4\jeromq-0.3.4.jar;C:\Users\XXXXX\.m2\repository\com\google\protobuf\protobuf-java\2.6.1\protobuf-java-2.6.1.jar;C:\Users\XXXXX\.m2\repository\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\XXXXX\.m2\repository\org\apache\commons\commons-lang3\3.0\commons-lang3-3.0.jar;C:\Users\XXXXX\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.7.3\jackson-databind-2.7.3.jar;C:\Users\XXXXX\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.7.0\jackson-annotations-2.7.0.jar;C:\Users\XXXXX\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.7.3\jackson-core-2.7.3.jar;C:\Users\XXXXX\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\XXXXX\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;/H:/Eclipse Mars JEE 4.5.2/configuration/org.eclipse.osgi/383/0/.cp/;/H:/Eclipse Mars JEE 4.5.2/configuration/org.eclipse.osgi/382/0/.cp/;X:\Eclipse Mars JEE 4.5.2\configuration\org.eclipse.osgi\929\0\.cp\jacocoagent.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_60
CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
PATH=C:/Program Files/Java/jre1.8.0_66/bin/server;C:/Program Files/Java/jre1.8.0_66/bin;C:/Program Files/Java/jre1.8.0_66/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Java\jdk1.7.0_40\bin;C:\Program Files (x86)\Dev-Cpp\MinGW32\bin;C:\Ruby200-x64\bin;C:\Program Files (x86)\MySQL\MySQL Utilities 1.3.6\;C:\Python27\;C:\Python27\Scripts\;C:\sqlite;C:\Program Files (x86)\QuickTime\QTSystem\;C:\wamp\bin\php\php5.4.12;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Ruby200-x64\bin;C:\MinGW\bin;C:\Python34;C:\Program Files\Java\jdk1.8.0_60\bin;X:\Android\sdk\platform-tools;X:\Eclipse Mars JEE 4.5.2;
USERNAME=XXXXXX
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 7, GenuineIntel



--------------- S Y S T E M ---------------

OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18015)

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 15 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 6290744k(3165848k free), swap 12579624k(4671392k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.66-b18) for windows-amd64 JRE (1.8.0_66-b18), built on Nov 9 2015 10:51:13 by "java_re" with MS VC++ 10.0 (VS2010)

time: Mon May 16 09:08:59 2016
elapsed time: 3 seconds (0d 0h 0m 3s)

Marc R. Hoffmann

unread,
May 16, 2016, 3:30:08 AM5/16/16
to jac...@googlegroups.com
Reproducer is a isolated piece of code along with a description that
demonstrate the poblem. So we can reproduce and understand the problem.

4d.ga...@gmail.com

unread,
May 16, 2016, 3:36:58 AM5/16/16
to JaCoCo and EclEmma Users
I cannot show you a specific piece of code because the error is not happening at a specific point. As I said, it only happens when I run a test suit consisting of more than 300 methods. But if I run each test individually, no error is reported.

Marc R. Hoffmann

unread,
May 16, 2016, 3:41:21 AM5/16/16
to jac...@googlegroups.com
The pid file also suggest that this is a hotspot compiler problem. I
don't think we can do anything about it here. I would recommend re-test
with the latest Java version (which is 1.8.0_92). If the problem still
occurs open a bug report at OpenJDK.

Regards,
-marc

Evgeny Mandrikov

unread,
May 17, 2016, 5:54:51 AM5/17/16
to JaCoCo and EclEmma Users
Hi there,


But as you can see ticket was closed as "can't reproduce" - even OpenJDK developers need a way to clearly reproduce an issue in order to fix it.

If your project is an open-source one, then this is enough for us to try to create reduced reproducer for OpenJDK, this is exactly what we did for some other bugs found by JaCoCo team in OpenJDK - https://bugs.openjdk.java.net/browse/JDK-8134862 and https://bugs.openjdk.java.net/browse/JDK-8154017

Otherwise if issue persists in recent JDK updates, then IMO chances that this will be fixed without reproducer one day are pretty low.

4d.ga...@gmail.com

unread,
May 17, 2016, 6:01:27 AM5/17/16
to JaCoCo and EclEmma Users
I fixed it by changing the project's Java compiler. It had JRE 1.8.0_66 and now it's JDK 1.8.0_91. Although not OpenJDK, but Oracle JDK.

4d.ga...@gmail.com

unread,
May 17, 2016, 11:17:04 AM5/17/16
to JaCoCo and EclEmma Users, 4d.ga...@gmail.com
Wait, no... Actually I just got the error back.

ranjeev...@gmail.com

unread,
Jun 20, 2016, 3:51:04 PM6/20/16
to JaCoCo and EclEmma Users, 4d.ga...@gmail.com
On Tuesday, 17 May 2016 15:31:27 UTC+5:30, 4d.ga...@gmail.com wrote:
> I fixed it by changing the project's Java compiler. It had JRE 1.8.0_66 and now it's JDK 1.8.0_91. Although not OpenJDK, but Oracle JDK.

I shifted back to JDK1.7 and it worked for me. Some issues with JDK1.7.
I was getting this issue in STS. I changed STS.ini file and included following
-vm
C:\Program Files\Java\jdk1.7.0_79\bin\javaw.exe instead of JDK1.8 path.

ranjeev...@gmail.com

unread,
Jun 20, 2016, 3:52:49 PM6/20/16
to JaCoCo and EclEmma Users, 4d.ga...@gmail.com, ranjeev...@gmail.com

Sorry - some issue with JDK1.8.

Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages