-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv
Memory: 4k page, physical 3888676k(485152k free), swap 11914660k(4844004k free)
vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar 1 2013 05:04:36 by "java_re" with unknown MS VC++:1600
time: Mon Nov 04 12:14:23 2013
elapsed time: 5 secondsOS: Windows 7 , 64 bit Build 7601 Service Pack 1 CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv Memory: 4k page, physical 3888676k(485152k free), swap 11914660k(4844004k free) vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar 1 2013 05:04:36 by "java_re" with unknown MS VC++:1600 time: Mon Nov 04 12:14:23 2013 elapsed time: 5 seconds
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8131488 | 7u40 | Leonid Popov | P3 | Closed | Fixed |
This is what I get when I try to access a JSObject in my FX Application.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1c3a7f43, pid=6252, tid=5480
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# C [jfxwebkit.dll+0x57f43] Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkDispatchEvent+0x3c4a3
#
# 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.sun.com/bugreport/crash.jsp
# 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 (0x190adc00): JavaThread "JavaFX Application Thread" [_thread_in_native, id=5480, stack(0x19fc0000,0x1a010000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x187d0068
Registers:
EAX=0x1923d7b0, EBX=0x049dd73c, ECX=0x00000027, EDX=0x00000027
ESP=0x1a00d9d8, EBP=0x1e6a6c30, ESI=0x187cffc0, EDI=0x1a00da20
EIP=0x1c3a7f43, EFLAGS=0x00010202
Top of Stack: (sp=0x1a00d9d8)
0x1a00d9d8: caebd10b 1cf500b0 1cf500b0 1a00dca4
0x1a00d9e8: 1cb9bd7b ffffffff 1caad233 187cffc0
0x1a00d9f8: 00000001 1cf500b0 190add28 049dd73c
0x1a00da08: 049dd73c 1a00d9fc 1a00da20 1a00dca4
0x1a00da18: 6253cc9e fffffffb 187cffc0 1a00da44
0x1a00da28: 62377759 190adc00 190add28 190adc00
0x1a00da38: 00000000 1c6bdf02 1cf500b0 1e6a6c30
0x1a00da48: 19ca7630 00000000 00000001 1a00da88
Instructions: (pc=0x1c3a7f43)
0x1c3a7f23: ff ff eb 02 33 c0 8b c8 c7 44 24 14 ff ff ff ff
0x1c3a7f33: 89 0d 20 39 e0 1c e8 d2 fc ff ff 80 7c 24 20 00
0x1c3a7f43: 8b 96 a8 00 00 00 8b 48 0c 89 50 0c 89 4f 04 74
0x1c3a7f53: 0b 8d 8e 08 13 00 00 e8 71 f6 6e 00 8b 0f 81 c1
Register to memory mapping:
EAX=0x1923d7b0 is an unknown value
EBX=
[error occurred during error reporting (printing register info), id 0xc0000005]
Stack: [0x19fc0000,0x1a010000], sp=0x1a00d9d8, free space=310k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jfxwebkit.dll+0x57f43] Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkDispatchEvent+0x3c4a3
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.webpane.webkit.dom.JSObject.evalImpl(JJJLjava/lang/String;)Ljava/lang/Object;+0
j com.sun.webpane.webkit.dom.JSObject.eval(Ljava/lang/String;)Ljava/lang/Object;+13
j kic.engine.plot.chart.Scale.get(Ljava/lang/Object;)Ljava/lang/Object;+43
j kic.engine.plot.chart.Scale.scaleExpression(Lkic/engine/expression/Expression;)Ljava/lang/Double;+32
j kic.engine.plot.chart.Graph.getX(II)Ljava/lang/Object;+20
v ~StubRoutines::call_stub
J sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.GeneratedMethodAccessor1.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.misc.MethodUtil.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J com.sun.webpane.platform.Utilities$1.run()Ljava/lang/Object;
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J com.sun.webpane.platform.Utilities.fwkInvokeWithContext(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;Ljava/security/AccessControlContext;)Ljava/lang/Object;
v ~StubRoutines::call_stub
j com.sun.webpane.webkit.dom.JSObject.callImpl(JJJLjava/lang/String;[Ljava/lang/Object;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.webpane.webkit.dom.JSObject.call(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+17
j kic.engine.plot.svg.render.Renderer.call(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+46
j kic.engine.plot.chart.Panel.paintGraphs()V+40
j kic.engine.plot.svg.render.PanelRenderer.render()V+40
j kic.engine.plot.svg.render.Renderer.start(Ljavafx/stage/Stage;)V+38
j kic.engine.plot.svg.render.RendererService$2.run()V+11
j com.sun.javafx.application.PlatformImpl$4$1.run()Ljava/lang/Void;+7
j com.sun.javafx.application.PlatformImpl$4$1.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.javafx.application.PlatformImpl$4.run()V+12
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0
j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3
j com.sun.glass.ui.win.WinApplication$3$1.run()V+32
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x19283000 JavaThread "Disposer" daemon [_thread_blocked, id=6580, stack(0x1bb10000,0x1bb60000)]
0x19114c00 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=5544, stack(0x1ba30000,0x1ba80000)]
0x190cbc00 JavaThread "Thread-3" daemon [_thread_in_native, id=8252, stack(0x1bb80000,0x1bbd0000)]
=>0x190adc00 JavaThread "JavaFX Application Thread" [_thread_in_native, id=5480, stack(0x19fc0000,0x1a010000)]
0x190a7000 JavaThread "Disposer" daemon [_thread_blocked, id=952, stack(0x19ce0000,0x19d30000)]
0x1909c000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=6300, stack(0x193d0000,0x19420000)]
0x1907a400 JavaThread "JavaFX-Launcher" [_thread_blocked, id=10600, stack(0x18cd0000,0x18d20000)]
0x19074000 JavaThread "Thread-0" [_thread_blocked, id=7196, stack(0x19350000,0x193a0000)]
0x00eff800 JavaThread "Service Thread" daemon [_thread_blocked, id=3720, stack(0x18b80000,0x18bd0000)]
0x00efd000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12040, stack(0x18d70000,0x18dc0000)]
0x00eedc00 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=4488, stack(0x18c70000,0x18cc0000)]
0x00eecc00 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=5212, stack(0x18ad0000,0x18b20000)]
0x00ee6800 JavaThread "JDWP Transport Listener: dt_shmem" daemon [_thread_blocked, id=12252, stack(0x01130000,0x01180000)]
0x00eddc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=10384, stack(0x18950000,0x189a0000)]
0x00eda800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5188, stack(0x18850000,0x188a0000)]
0x00e7d000 JavaThread "Finalizer" daemon [_thread_blocked, id=10636, stack(0x188f0000,0x18940000)]
0x00e7b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=10856, stack(0x01240000,0x01290000)]
0x00b4c000 JavaThread "main" [_thread_blocked, id=6604, stack(0x00d20000,0x00d70000)]
Other Threads:
0x00e77400 VMThread [stack: 0x01190000,0x011e0000] [id=10796]
0x00f0cc00 WatcherThread [stack: 0x18e60000,0x18eb0000] [id=9984]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 4928K, used 3094K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 63% used [0x04730000, 0x049e7a50, 0x04b80000)
from space 512K, 60% used [0x04b80000, 0x04bcddd8, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 5240K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 47% used [0x09c80000, 0x0a19e088, 0x0a19e200, 0x0a730000)
compacting perm gen total 12288K, used 9185K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 74% used [0x14730000, 0x15028518, 0x15028600, 0x15330000)
No shared spaces configured.
Card table byte_map: [0x00b50000,0x00c00000] byte_map_base: 0x00b2c680
Polling page: 0x00220000
Code Cache [0x02730000, 0x028c8000, 0x04730000)
total_blobs=804 nmethods=580 adapters=167 free_code_cache=31136Kb largest_free_block=31883776
Compilation events (10 events):
Event: 2.565 Thread 0x00efd000 576 kic.engine.expression.value.ArrayValue::getElement (14 bytes)
Event: 2.565 Thread 0x00efd000 nmethod 576 0x028c4508 code [0x028c4610, 0x028c46dc]
Event: 2.611 Thread 0x00efd000 577 java.lang.Class::privateGetPublicMethods (263 bytes)
Event: 2.612 Thread 0x00efd000 nmethod 577 0x028c4748 code [0x028c4980, 0x028c52c0]
Event: 2.649 Thread 0x00efd000 578 kic.engine.expression.variables.VariableProxy::get (148 bytes)
Event: 2.650 Thread 0x00efd000 nmethod 578 0x028c61c8 code [0x028c6400, 0x028c6b38]
Event: 2.668 Thread 0x00efd000 579 java.lang.reflect.Field::getInt (12 bytes)
Event: 2.668 Thread 0x00efd000 nmethod 579 0x028c75c8 code [0x028c76d0, 0x028c7788]
Event: 2.668 Thread 0x00efd000 580 sun.reflect.UnsafeQualifiedIntegerFieldAccessorImpl::getInt (18 bytes)
Event: 2.668 Thread 0x00efd000 nmethod 580 0x028c7808 code [0x028c7940, 0x028c7b10]
GC Heap History (10 events):
Event: 2.074 GC heap before
{Heap before GC invocations=53 (full 0):
def new generation total 4928K, used 4452K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 7% used [0x04c00000, 0x04c09060, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
Event: 2.075 GC heap after
Heap after GC invocations=54 (full 0):
def new generation total 4928K, used 40K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 7% used [0x04b80000, 0x04b8a110, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
}
Event: 2.079 GC heap before
{Heap before GC invocations=54 (full 0):
def new generation total 4928K, used 4456K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 7% used [0x04b80000, 0x04b8a110, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
Event: 2.079 GC heap after
Heap after GC invocations=55 (full 0):
def new generation total 4928K, used 49K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 9% used [0x04c00000, 0x04c0c640, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
}
Event: 2.174 GC heap before
{Heap before GC invocations=55 (full 0):
def new generation total 4928K, used 4465K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 9% used [0x04c00000, 0x04c0c640, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 8431K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 68% used [0x14730000, 0x14f6bcb8, 0x14f6be00, 0x15330000)
No shared spaces configured.
Event: 2.176 GC heap after
Heap after GC invocations=56 (full 0):
def new generation total 4928K, used 103K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 20% used [0x04b80000, 0x04b99e58, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 8431K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 68% used [0x14730000, 0x14f6bcb8, 0x14f6be00, 0x15330000)
No shared spaces configured.
}
Event: 2.235 GC heap before
{Heap before GC invocations=56 (full 0):
def new generation total 4928K, used 4346K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 96% used [0x04730000, 0x04b54b08, 0x04b80000)
from space 512K, 20% used [0x04b80000, 0x04b99e58, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 8946K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 72% used [0x14730000, 0x14feca50, 0x14fecc00, 0x15330000)
No shared spaces configured.
Event: 2.238 GC heap after
Heap after GC invocations=57 (full 0):
def new generation total 4928K, used 468K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 91% used [0x04c00000, 0x04c750d8, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 5066K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 46% used [0x09c80000, 0x0a172a68, 0x0a172c00, 0x0a730000)
compacting perm gen total 12288K, used 8946K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 72% used [0x14730000, 0x14feca50, 0x14fecc00, 0x15330000)
No shared spaces configured.
}
Event: 2.484 GC heap before
{Heap before GC invocations=57 (full 0):
def new generation total 4928K, used 4884K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 91% used [0x04c00000, 0x04c750d8, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 5066K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 46% used [0x09c80000, 0x0a172a68, 0x0a172c00, 0x0a730000)
compacting perm gen total 12288K, used 9185K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 74% used [0x14730000, 0x15028508, 0x15028600, 0x15330000)
No shared spaces configured.
Event: 2.486 GC heap after
Heap after GC invocations=58 (full 0):
def new generation total 4928K, used 311K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 60% used [0x04b80000, 0x04bcddd8, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 5240K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 47% used [0x09c80000, 0x0a19e088, 0x0a19e200, 0x0a730000)
compacting perm gen total 12288K, used 9185K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 74% used [0x14730000, 0x15028508, 0x15028600, 0x15330000)
No shared spaces configured.
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 2.271 Thread 0x190adc00 Threw 0x04863d18 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.272 Thread 0x190adc00 Threw 0x04866b30 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.274 Thread 0x190adc00 Threw 0x0486a958 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.274 Thread 0x190adc00 Threw 0x0487e8d8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.274 Thread 0x190adc00 Threw 0x04882df0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.275 Thread 0x190adc00 Threw 0x04886ca8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.275 Thread 0x190adc00 Threw 0x0488abf0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.275 Thread 0x190adc00 Threw 0x0488e990 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.276 Thread 0x190adc00 Threw 0x04898220 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.278 Thread 0x190adc00 Threw 0x0489ef78 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Events (10 events):
Event: 2.484 Executing VM operation: GenCollectForAllocation
Event: 2.486 Executing VM operation: GenCollectForAllocation done
Event: 2.820 Executing VM operation: GetOrSetLocal
Event: 2.820 Executing VM operation: GetOrSetLocal done
Event: 2.821 Executing VM operation: GetOrSetLocal
Event: 2.821 Executing VM operation: GetOrSetLocal done
Event: 2.821 Executing VM operation: GetOrSetLocal
Event: 2.821 Executing VM operation: GetOrSetLocal done
Event: 4.355 Executing VM operation: EnableBiasedLocking
Event: 4.355 Executing VM operation: EnableBiasedLocking done
Dynamic libraries:
0x01300000 - 0x0132f000 C:\Program Files (x86)\Java\jdk1.7.0_17\bin\java.exe
0x76f70000 - 0x770f0000 C:\windows\SysWOW64\ntdll.dll
0x75e00000 - 0x75f10000 C:\windows\syswow64\kernel32.dll
0x75c90000 - 0x75cd6000 C:\windows\syswow64\KERNELBASE.dll
0x74b80000 - 0x74c20000 C:\windows\syswow64\ADVAPI32.dll
0x746b0000 - 0x7475c000 C:\windows\syswow64\msvcrt.dll
0x76010000 - 0x76029000 C:\windows\SysWOW64\sechost.dll
0x74930000 - 0x74a20000 C:\windows\syswow64\RPCRT4.dll
0x74650000 - 0x746b0000 C:\windows\syswow64\SspiCli.dll
0x74640000 - 0x7464c000 C:\windows\syswow64\CRYPTBASE.dll
0x75f10000 - 0x76010000 C:\windows\syswow64\USER32.dll
0x75d70000 - 0x75e00000 C:\windows\syswow64\GDI32.dll
0x76f40000 - 0x76f4a000 C:\windows\syswow64\LPK.dll
0x74830000 - 0x748cd000 C:\windows\syswow64\USP10.dll
0x74220000 - 0x743be000 C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x74a70000 - 0x74ac7000 C:\windows\syswow64\SHLWAPI.dll
0x75c30000 - 0x75c90000 C:\windows\system32\IMM32.DLL
0x76030000 - 0x760fc000 C:\windows\syswow64\MSCTF.dll
0x62cb0000 - 0x62d6e000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\msvcr100.dll
0x622d0000 - 0x6261c000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\client\jvm.dll
0x73950000 - 0x73957000 C:\windows\system32\WSOCK32.dll
0x74c20000 - 0x74c55000 C:\windows\syswow64\WS2_32.dll
0x76540000 - 0x76546000 C:\windows\syswow64\NSI.dll
0x724f0000 - 0x72522000 C:\windows\system32\WINMM.dll
0x74790000 - 0x74795000 C:\windows\syswow64\PSAPI.DLL
0x73d30000 - 0x73d3c000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\verify.dll
0x73d10000 - 0x73d30000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\java.dll
0x62e00000 - 0x62e2a000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\jdwp.dll
0x6afa0000 - 0x6afa7000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\npt.dll
0x73b40000 - 0x73b53000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\zip.dll
0x6fab0000 - 0x6fab9000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\dt_shmem.dll
0x78120000 - 0x781de000 C:\Program Files (x86)\Java\jdk1.7.0_17\bin\msvcr100.dll
0x6faa0000 - 0x6faad000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\prism-d3d.dll
0x6fc00000 - 0x6fdc3000 C:\windows\system32\d3d9.dll
0x72350000 - 0x72359000 C:\windows\system32\VERSION.dll
0x733e0000 - 0x733e6000 C:\windows\system32\d3d8thk.dll
0x73c20000 - 0x73c33000 C:\windows\system32\dwmapi.dll
0x73e70000 - 0x73ef0000 C:\windows\system32\uxtheme.dll
0x195c0000 - 0x19b9f000 C:\windows\system32\igdumd32.dll
0x6d030000 - 0x6d057000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\glass.dll
0x75ce0000 - 0x75d5b000 C:\windows\syswow64\COMDLG32.dll
0x74fe0000 - 0x75c2a000 C:\windows\syswow64\SHELL32.dll
0x763e0000 - 0x7653c000 C:\windows\syswow64\ole32.dll
0x747a0000 - 0x7482f000 C:\windows\syswow64\OLEAUT32.dll
0x01290000 - 0x012c9000 C:\Program Files (x86)\Samsung\Easy Settings\WinCRT.dll
0x74470000 - 0x744c1000 C:\windows\system32\WINSPOOL.DRV
0x73b20000 - 0x73b34000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\net.dll
0x725f0000 - 0x7262c000 C:\windows\system32\mswsock.dll
0x725d0000 - 0x725d6000 C:\windows\System32\wship6.dll
0x73b10000 - 0x73b1e000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\nio.dll
0x725e0000 - 0x725e5000 C:\windows\System32\wshtcpip.dll
0x72580000 - 0x725c4000 C:\windows\system32\DNSAPI.dll
0x72550000 - 0x72577000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x72530000 - 0x7254c000 C:\windows\system32\IPHLPAPI.DLL
0x724d0000 - 0x724d7000 C:\windows\system32\WINNSI.DLL
0x724c0000 - 0x724c6000 C:\windows\system32\rasadhlp.dll
0x72430000 - 0x72468000 C:\windows\System32\fwpuclnt.dll
0x6d880000 - 0x6d8ef000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\libxml2.dll
0x6da30000 - 0x6da58000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\libxslt.dll
0x1c350000 - 0x1ceaf000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\jfxwebkit.dll
0x72ea0000 - 0x72eb6000 C:\windows\system32\CRYPTSP.dll
0x72e60000 - 0x72e9b000 C:\windows\system32\rsaenh.dll
0x73d40000 - 0x73e2b000 C:\windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Xdebug -Xrunjdwp:transport=dt_shmem,address=javadebug -Dfile.encoding=UTF-8
java_command: kic.engine.TestEvaluator
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_05\
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Perl\site\bin;C:\Perl\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Java\jdk1.7.0_05\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files\jEdit;C:\Program Files (x86)\Bitvise SSH Client;C:\Program Files\nodejs\;;;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Users\Krusty\AppData\Local\javacc-5.0\bin\;C:\Users\Krusty\AppData\Local\play-2.0.4;C:\Program Files (x86)\maven\apache-maven-3.0.4\bin;C:\wamp\bin\mysql\mysql5.5.24\bin;C:\Users\Krusty\AppData\Roaming\npm
USERNAME=Krusty
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv
Memory: 4k page, physical 3888676k(485152k free), swap 11914660k(4844004k free)
vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar 1 2013 05:04:36 by "java_re" with unknown MS VC++:1600
time: Mon Nov 04 12:14:23 2013
elapsed time: 5 seconds
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1c3a7f43, pid=6252, tid=5480
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# C [jfxwebkit.dll+0x57f43] Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkDispatchEvent+0x3c4a3
#
# 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.sun.com/bugreport/crash.jsp
# 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 (0x190adc00): JavaThread "JavaFX Application Thread" [_thread_in_native, id=5480, stack(0x19fc0000,0x1a010000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x187d0068
Registers:
EAX=0x1923d7b0, EBX=0x049dd73c, ECX=0x00000027, EDX=0x00000027
ESP=0x1a00d9d8, EBP=0x1e6a6c30, ESI=0x187cffc0, EDI=0x1a00da20
EIP=0x1c3a7f43, EFLAGS=0x00010202
Top of Stack: (sp=0x1a00d9d8)
0x1a00d9d8: caebd10b 1cf500b0 1cf500b0 1a00dca4
0x1a00d9e8: 1cb9bd7b ffffffff 1caad233 187cffc0
0x1a00d9f8: 00000001 1cf500b0 190add28 049dd73c
0x1a00da08: 049dd73c 1a00d9fc 1a00da20 1a00dca4
0x1a00da18: 6253cc9e fffffffb 187cffc0 1a00da44
0x1a00da28: 62377759 190adc00 190add28 190adc00
0x1a00da38: 00000000 1c6bdf02 1cf500b0 1e6a6c30
0x1a00da48: 19ca7630 00000000 00000001 1a00da88
Instructions: (pc=0x1c3a7f43)
0x1c3a7f23: ff ff eb 02 33 c0 8b c8 c7 44 24 14 ff ff ff ff
0x1c3a7f33: 89 0d 20 39 e0 1c e8 d2 fc ff ff 80 7c 24 20 00
0x1c3a7f43: 8b 96 a8 00 00 00 8b 48 0c 89 50 0c 89 4f 04 74
0x1c3a7f53: 0b 8d 8e 08 13 00 00 e8 71 f6 6e 00 8b 0f 81 c1
Register to memory mapping:
EAX=0x1923d7b0 is an unknown value
EBX=
[error occurred during error reporting (printing register info), id 0xc0000005]
Stack: [0x19fc0000,0x1a010000], sp=0x1a00d9d8, free space=310k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jfxwebkit.dll+0x57f43] Java_com_sun_webpane_webkit_dom_EventListenerImpl_twkDispatchEvent+0x3c4a3
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.webpane.webkit.dom.JSObject.evalImpl(JJJLjava/lang/String;)Ljava/lang/Object;+0
j com.sun.webpane.webkit.dom.JSObject.eval(Ljava/lang/String;)Ljava/lang/Object;+13
j kic.engine.plot.chart.Scale.get(Ljava/lang/Object;)Ljava/lang/Object;+43
j kic.engine.plot.chart.Scale.scaleExpression(Lkic/engine/expression/Expression;)Ljava/lang/Double;+32
j kic.engine.plot.chart.Graph.getX(II)Ljava/lang/Object;+20
v ~StubRoutines::call_stub
J sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.GeneratedMethodAccessor1.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.misc.MethodUtil.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J com.sun.webpane.platform.Utilities$1.run()Ljava/lang/Object;
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J com.sun.webpane.platform.Utilities.fwkInvokeWithContext(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;Ljava/security/AccessControlContext;)Ljava/lang/Object;
v ~StubRoutines::call_stub
j com.sun.webpane.webkit.dom.JSObject.callImpl(JJJLjava/lang/String;[Ljava/lang/Object;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.webpane.webkit.dom.JSObject.call(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+17
j kic.engine.plot.svg.render.Renderer.call(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;+46
j kic.engine.plot.chart.Panel.paintGraphs()V+40
j kic.engine.plot.svg.render.PanelRenderer.render()V+40
j kic.engine.plot.svg.render.Renderer.start(Ljavafx/stage/Stage;)V+38
j kic.engine.plot.svg.render.RendererService$2.run()V+11
j com.sun.javafx.application.PlatformImpl$4$1.run()Ljava/lang/Void;+7
j com.sun.javafx.application.PlatformImpl$4$1.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j com.sun.javafx.application.PlatformImpl$4.run()V+12
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0
j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3
j com.sun.glass.ui.win.WinApplication$3$1.run()V+32
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x19283000 JavaThread "Disposer" daemon [_thread_blocked, id=6580, stack(0x1bb10000,0x1bb60000)]
0x19114c00 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=5544, stack(0x1ba30000,0x1ba80000)]
0x190cbc00 JavaThread "Thread-3" daemon [_thread_in_native, id=8252, stack(0x1bb80000,0x1bbd0000)]
=>0x190adc00 JavaThread "JavaFX Application Thread" [_thread_in_native, id=5480, stack(0x19fc0000,0x1a010000)]
0x190a7000 JavaThread "Disposer" daemon [_thread_blocked, id=952, stack(0x19ce0000,0x19d30000)]
0x1909c000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=6300, stack(0x193d0000,0x19420000)]
0x1907a400 JavaThread "JavaFX-Launcher" [_thread_blocked, id=10600, stack(0x18cd0000,0x18d20000)]
0x19074000 JavaThread "Thread-0" [_thread_blocked, id=7196, stack(0x19350000,0x193a0000)]
0x00eff800 JavaThread "Service Thread" daemon [_thread_blocked, id=3720, stack(0x18b80000,0x18bd0000)]
0x00efd000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12040, stack(0x18d70000,0x18dc0000)]
0x00eedc00 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=4488, stack(0x18c70000,0x18cc0000)]
0x00eecc00 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=5212, stack(0x18ad0000,0x18b20000)]
0x00ee6800 JavaThread "JDWP Transport Listener: dt_shmem" daemon [_thread_blocked, id=12252, stack(0x01130000,0x01180000)]
0x00eddc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=10384, stack(0x18950000,0x189a0000)]
0x00eda800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5188, stack(0x18850000,0x188a0000)]
0x00e7d000 JavaThread "Finalizer" daemon [_thread_blocked, id=10636, stack(0x188f0000,0x18940000)]
0x00e7b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=10856, stack(0x01240000,0x01290000)]
0x00b4c000 JavaThread "main" [_thread_blocked, id=6604, stack(0x00d20000,0x00d70000)]
Other Threads:
0x00e77400 VMThread [stack: 0x01190000,0x011e0000] [id=10796]
0x00f0cc00 WatcherThread [stack: 0x18e60000,0x18eb0000] [id=9984]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 4928K, used 3094K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 63% used [0x04730000, 0x049e7a50, 0x04b80000)
from space 512K, 60% used [0x04b80000, 0x04bcddd8, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 5240K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 47% used [0x09c80000, 0x0a19e088, 0x0a19e200, 0x0a730000)
compacting perm gen total 12288K, used 9185K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 74% used [0x14730000, 0x15028518, 0x15028600, 0x15330000)
No shared spaces configured.
Card table byte_map: [0x00b50000,0x00c00000] byte_map_base: 0x00b2c680
Polling page: 0x00220000
Code Cache [0x02730000, 0x028c8000, 0x04730000)
total_blobs=804 nmethods=580 adapters=167 free_code_cache=31136Kb largest_free_block=31883776
Compilation events (10 events):
Event: 2.565 Thread 0x00efd000 576 kic.engine.expression.value.ArrayValue::getElement (14 bytes)
Event: 2.565 Thread 0x00efd000 nmethod 576 0x028c4508 code [0x028c4610, 0x028c46dc]
Event: 2.611 Thread 0x00efd000 577 java.lang.Class::privateGetPublicMethods (263 bytes)
Event: 2.612 Thread 0x00efd000 nmethod 577 0x028c4748 code [0x028c4980, 0x028c52c0]
Event: 2.649 Thread 0x00efd000 578 kic.engine.expression.variables.VariableProxy::get (148 bytes)
Event: 2.650 Thread 0x00efd000 nmethod 578 0x028c61c8 code [0x028c6400, 0x028c6b38]
Event: 2.668 Thread 0x00efd000 579 java.lang.reflect.Field::getInt (12 bytes)
Event: 2.668 Thread 0x00efd000 nmethod 579 0x028c75c8 code [0x028c76d0, 0x028c7788]
Event: 2.668 Thread 0x00efd000 580 sun.reflect.UnsafeQualifiedIntegerFieldAccessorImpl::getInt (18 bytes)
Event: 2.668 Thread 0x00efd000 nmethod 580 0x028c7808 code [0x028c7940, 0x028c7b10]
GC Heap History (10 events):
Event: 2.074 GC heap before
{Heap before GC invocations=53 (full 0):
def new generation total 4928K, used 4452K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 7% used [0x04c00000, 0x04c09060, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
Event: 2.075 GC heap after
Heap after GC invocations=54 (full 0):
def new generation total 4928K, used 40K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 7% used [0x04b80000, 0x04b8a110, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
}
Event: 2.079 GC heap before
{Heap before GC invocations=54 (full 0):
def new generation total 4928K, used 4456K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 7% used [0x04b80000, 0x04b8a110, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
Event: 2.079 GC heap after
Heap after GC invocations=55 (full 0):
def new generation total 4928K, used 49K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 9% used [0x04c00000, 0x04c0c640, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 7702K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 62% used [0x14730000, 0x14eb5b40, 0x14eb5c00, 0x15330000)
No shared spaces configured.
}
Event: 2.174 GC heap before
{Heap before GC invocations=55 (full 0):
def new generation total 4928K, used 4465K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 9% used [0x04c00000, 0x04c0c640, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 8431K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 68% used [0x14730000, 0x14f6bcb8, 0x14f6be00, 0x15330000)
No shared spaces configured.
Event: 2.176 GC heap after
Heap after GC invocations=56 (full 0):
def new generation total 4928K, used 103K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 20% used [0x04b80000, 0x04b99e58, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 8431K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 68% used [0x14730000, 0x14f6bcb8, 0x14f6be00, 0x15330000)
No shared spaces configured.
}
Event: 2.235 GC heap before
{Heap before GC invocations=56 (full 0):
def new generation total 4928K, used 4346K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 96% used [0x04730000, 0x04b54b08, 0x04b80000)
from space 512K, 20% used [0x04b80000, 0x04b99e58, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 3995K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 36% used [0x09c80000, 0x0a066d00, 0x0a066e00, 0x0a730000)
compacting perm gen total 12288K, used 8946K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 72% used [0x14730000, 0x14feca50, 0x14fecc00, 0x15330000)
No shared spaces configured.
Event: 2.238 GC heap after
Heap after GC invocations=57 (full 0):
def new generation total 4928K, used 468K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 91% used [0x04c00000, 0x04c750d8, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 5066K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 46% used [0x09c80000, 0x0a172a68, 0x0a172c00, 0x0a730000)
compacting perm gen total 12288K, used 8946K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 72% used [0x14730000, 0x14feca50, 0x14fecc00, 0x15330000)
No shared spaces configured.
}
Event: 2.484 GC heap before
{Heap before GC invocations=57 (full 0):
def new generation total 4928K, used 4884K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 100% used [0x04730000, 0x04b80000, 0x04b80000)
from space 512K, 91% used [0x04c00000, 0x04c750d8, 0x04c80000)
to space 512K, 0% used [0x04b80000, 0x04b80000, 0x04c00000)
tenured generation total 10944K, used 5066K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 46% used [0x09c80000, 0x0a172a68, 0x0a172c00, 0x0a730000)
compacting perm gen total 12288K, used 9185K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 74% used [0x14730000, 0x15028508, 0x15028600, 0x15330000)
No shared spaces configured.
Event: 2.486 GC heap after
Heap after GC invocations=58 (full 0):
def new generation total 4928K, used 311K [0x04730000, 0x04c80000, 0x09c80000)
eden space 4416K, 0% used [0x04730000, 0x04730000, 0x04b80000)
from space 512K, 60% used [0x04b80000, 0x04bcddd8, 0x04c00000)
to space 512K, 0% used [0x04c00000, 0x04c00000, 0x04c80000)
tenured generation total 10944K, used 5240K [0x09c80000, 0x0a730000, 0x14730000)
the space 10944K, 47% used [0x09c80000, 0x0a19e088, 0x0a19e200, 0x0a730000)
compacting perm gen total 12288K, used 9185K [0x14730000, 0x15330000, 0x18730000)
the space 12288K, 74% used [0x14730000, 0x15028508, 0x15028600, 0x15330000)
No shared spaces configured.
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 2.271 Thread 0x190adc00 Threw 0x04863d18 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.272 Thread 0x190adc00 Threw 0x04866b30 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.274 Thread 0x190adc00 Threw 0x0486a958 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.274 Thread 0x190adc00 Threw 0x0487e8d8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.274 Thread 0x190adc00 Threw 0x04882df0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.275 Thread 0x190adc00 Threw 0x04886ca8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.275 Thread 0x190adc00 Threw 0x0488abf0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.275 Thread 0x190adc00 Threw 0x0488e990 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.276 Thread 0x190adc00 Threw 0x04898220 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.278 Thread 0x190adc00 Threw 0x0489ef78 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Events (10 events):
Event: 2.484 Executing VM operation: GenCollectForAllocation
Event: 2.486 Executing VM operation: GenCollectForAllocation done
Event: 2.820 Executing VM operation: GetOrSetLocal
Event: 2.820 Executing VM operation: GetOrSetLocal done
Event: 2.821 Executing VM operation: GetOrSetLocal
Event: 2.821 Executing VM operation: GetOrSetLocal done
Event: 2.821 Executing VM operation: GetOrSetLocal
Event: 2.821 Executing VM operation: GetOrSetLocal done
Event: 4.355 Executing VM operation: EnableBiasedLocking
Event: 4.355 Executing VM operation: EnableBiasedLocking done
Dynamic libraries:
0x01300000 - 0x0132f000 C:\Program Files (x86)\Java\jdk1.7.0_17\bin\java.exe
0x76f70000 - 0x770f0000 C:\windows\SysWOW64\ntdll.dll
0x75e00000 - 0x75f10000 C:\windows\syswow64\kernel32.dll
0x75c90000 - 0x75cd6000 C:\windows\syswow64\KERNELBASE.dll
0x74b80000 - 0x74c20000 C:\windows\syswow64\ADVAPI32.dll
0x746b0000 - 0x7475c000 C:\windows\syswow64\msvcrt.dll
0x76010000 - 0x76029000 C:\windows\SysWOW64\sechost.dll
0x74930000 - 0x74a20000 C:\windows\syswow64\RPCRT4.dll
0x74650000 - 0x746b0000 C:\windows\syswow64\SspiCli.dll
0x74640000 - 0x7464c000 C:\windows\syswow64\CRYPTBASE.dll
0x75f10000 - 0x76010000 C:\windows\syswow64\USER32.dll
0x75d70000 - 0x75e00000 C:\windows\syswow64\GDI32.dll
0x76f40000 - 0x76f4a000 C:\windows\syswow64\LPK.dll
0x74830000 - 0x748cd000 C:\windows\syswow64\USP10.dll
0x74220000 - 0x743be000 C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x74a70000 - 0x74ac7000 C:\windows\syswow64\SHLWAPI.dll
0x75c30000 - 0x75c90000 C:\windows\system32\IMM32.DLL
0x76030000 - 0x760fc000 C:\windows\syswow64\MSCTF.dll
0x62cb0000 - 0x62d6e000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\msvcr100.dll
0x622d0000 - 0x6261c000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\client\jvm.dll
0x73950000 - 0x73957000 C:\windows\system32\WSOCK32.dll
0x74c20000 - 0x74c55000 C:\windows\syswow64\WS2_32.dll
0x76540000 - 0x76546000 C:\windows\syswow64\NSI.dll
0x724f0000 - 0x72522000 C:\windows\system32\WINMM.dll
0x74790000 - 0x74795000 C:\windows\syswow64\PSAPI.DLL
0x73d30000 - 0x73d3c000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\verify.dll
0x73d10000 - 0x73d30000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\java.dll
0x62e00000 - 0x62e2a000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\jdwp.dll
0x6afa0000 - 0x6afa7000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\npt.dll
0x73b40000 - 0x73b53000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\zip.dll
0x6fab0000 - 0x6fab9000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\dt_shmem.dll
0x78120000 - 0x781de000 C:\Program Files (x86)\Java\jdk1.7.0_17\bin\msvcr100.dll
0x6faa0000 - 0x6faad000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\prism-d3d.dll
0x6fc00000 - 0x6fdc3000 C:\windows\system32\d3d9.dll
0x72350000 - 0x72359000 C:\windows\system32\VERSION.dll
0x733e0000 - 0x733e6000 C:\windows\system32\d3d8thk.dll
0x73c20000 - 0x73c33000 C:\windows\system32\dwmapi.dll
0x73e70000 - 0x73ef0000 C:\windows\system32\uxtheme.dll
0x195c0000 - 0x19b9f000 C:\windows\system32\igdumd32.dll
0x6d030000 - 0x6d057000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\glass.dll
0x75ce0000 - 0x75d5b000 C:\windows\syswow64\COMDLG32.dll
0x74fe0000 - 0x75c2a000 C:\windows\syswow64\SHELL32.dll
0x763e0000 - 0x7653c000 C:\windows\syswow64\ole32.dll
0x747a0000 - 0x7482f000 C:\windows\syswow64\OLEAUT32.dll
0x01290000 - 0x012c9000 C:\Program Files (x86)\Samsung\Easy Settings\WinCRT.dll
0x74470000 - 0x744c1000 C:\windows\system32\WINSPOOL.DRV
0x73b20000 - 0x73b34000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\net.dll
0x725f0000 - 0x7262c000 C:\windows\system32\mswsock.dll
0x725d0000 - 0x725d6000 C:\windows\System32\wship6.dll
0x73b10000 - 0x73b1e000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\nio.dll
0x725e0000 - 0x725e5000 C:\windows\System32\wshtcpip.dll
0x72580000 - 0x725c4000 C:\windows\system32\DNSAPI.dll
0x72550000 - 0x72577000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x72530000 - 0x7254c000 C:\windows\system32\IPHLPAPI.DLL
0x724d0000 - 0x724d7000 C:\windows\system32\WINNSI.DLL
0x724c0000 - 0x724c6000 C:\windows\system32\rasadhlp.dll
0x72430000 - 0x72468000 C:\windows\System32\fwpuclnt.dll
0x6d880000 - 0x6d8ef000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\libxml2.dll
0x6da30000 - 0x6da58000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\libxslt.dll
0x1c350000 - 0x1ceaf000 C:\Program Files (x86)\Java\jdk1.7.0_17\jre\bin\jfxwebkit.dll
0x72ea0000 - 0x72eb6000 C:\windows\system32\CRYPTSP.dll
0x72e60000 - 0x72e9b000 C:\windows\system32\rsaenh.dll
0x73d40000 - 0x73e2b000 C:\windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Xdebug -Xrunjdwp:transport=dt_shmem,address=javadebug -Dfile.encoding=UTF-8
java_command: kic.engine.TestEvaluator
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_05\
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Perl\site\bin;C:\Perl\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Java\jdk1.7.0_05\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files\jEdit;C:\Program Files (x86)\Bitvise SSH Client;C:\Program Files\nodejs\;;;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Users\Krusty\AppData\Local\javacc-5.0\bin\;C:\Users\Krusty\AppData\Local\play-2.0.4;C:\Program Files (x86)\maven\apache-maven-3.0.4\bin;C:\wamp\bin\mysql\mysql5.5.24\bin;C:\Users\Krusty\AppData\Roaming\npm
USERNAME=Krusty
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv
Memory: 4k page, physical 3888676k(485152k free), swap 11914660k(4844004k free)
vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar 1 2013 05:04:36 by "java_re" with unknown MS VC++:1600
time: Mon Nov 04 12:14:23 2013
elapsed time: 5 seconds
- backported by
-
JDK-8131488 JVM Crash on usage of JSObject
-
- Closed
-