Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8093783

Win: JVM crashes with Fatal error on Windows 2008 R2

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P1 P1
    • 8
    • 7u6, 8
    • javafx
    • None

      I am getting this error on Windows 2008 R2, using Java 7 Update 21.

      I also tried with Java 8 b101, but I get the same error.



      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7284fe4d, pid=260, tid=3276
      #
      # JRE version: 7.0_21-b11
      # Java VM: Java HotSpot(TM) Client VM (23.21-b01 mixed mode windows-x86 )
      # Problematic frame:
      # C [glass.dll+0xfe4d] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x134d
      #
      # Core dump written. Default location: C:\temp\Binary.1.0.1.0-bundle_ws\hs_err_pid260.mdmp
      #
      # 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 (0x48ed8000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=3276, stack(0x49db0000,0x49e00000)]

      siginfo: ExceptionCode=0xc0000005, reading address 0x00000006

      Registers:
      EAX=0x00000006, EBX=0x00000000, ECX=0x7efde000, EDX=0x00001db1
      ESP=0x49dfe270, EBP=0x00000000, ESI=0x4a54d814, EDI=0x76af444f
      EIP=0x7284fe4d, EFLAGS=0x00010206

      Top of Stack: (sp=0x49dfe270)
      0x49dfe270: 00000401 4a54d808 49dfe3f0 728432a5
      0x49dfe280: 49dfe3f0 49dfe3f0 728446b9 49dfe3f0
      0x49dfe290: 49dfe3f0 72841b9c 00450d36 48f0db50
      0x49dfe2a0: 00000000 00000401 728411e3 00000401
      0x49dfe2b0: 49dfe3f0 00000000 00000000 72841190
      0x49dfe2c0: 49dfe2f0 00000000 769462fa 00450d36
      0x49dfe2d0: 00000401 49dfe3f0 00000000 72841190
      0x49dfe2e0: dcbaabcd 00000000 00000000 72841190

      Instructions: (pc=0x7284fe4d)
      0x7284fe2d: 08 50 ff d2 89 5e 1c 8b 46 20 3b c3 74 0b 8b 08
      0x7284fe3d: 8b 51 08 50 ff d2 89 5e 20 8b 46 24 3b c3 74 0b
      0x7284fe4d: 8b 08 8b 51 08 50 ff d2 89 5e 24 39 5e 28 74 14
      0x7284fe5d: e8 ae 11 ff ff 8b 56 28 8b 08 52 50 8b 41 58 ff


      Register to memory mapping:

      EAX=0x00000006 is an unknown value
      EBX=0x00000000 is an unknown value
      ECX=0x7efde000 is an unknown value
      EDX=0x00001db1 is an unknown value
      ESP=0x49dfe270 is pointing into the stack for thread: 0x48ed8000
      EBP=0x00000000 is an unknown value
      ESI=0x4a54d814 is an unknown value
      EDI=0x76af444f is an unknown value


      Stack: [0x49db0000,0x49e00000], sp=0x49dfe270, free space=312k
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      C [glass.dll+0xfe4d] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x134d

      [error occurred during error reporting (printing native stack), id 0xc0000005]

      Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
      j com.sun.glass.ui.win.WinWindow._close(J)Z+0
      j com.sun.glass.ui.Window.close()V+51
      j com.sun.javafx.tk.quantum.WindowStage.close()V+15
      j com.sun.javafx.tk.quantum.PopupStage.close()V+1
      j javafx.stage.Window$9.invalidated()V+567
      J javafx.beans.property.BooleanPropertyBase.set(Z)V
      j javafx.stage.Window.setShowing(Z)V+11
      j javafx.stage.Window.hide()V+2
      j javafx.stage.PopupWindow.hide()V+53
      j javafx.scene.control.ContextMenu.hide()V+23
      j com.sun.javafx.scene.control.skin.MenuButtonSkinBase.hide()V+14
      j com.sun.javafx.scene.control.skin.MenuButtonSkinBase.handleControlPropertyChanged(Ljava/lang/String;)V+32
      j com.sun.javafx.scene.control.skin.SkinBase$3.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+20
      j javafx.beans.value.WeakChangeListener.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+22
      j com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent()V+146
      J com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Lcom/sun/javafx/binding/ExpressionHelper;)V
      j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent()V+4
      j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.access$100(Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;)V+1
      j javafx.beans.property.ReadOnlyBooleanWrapper.fireValueChangedEvent()V+11
      J javafx.beans.property.BooleanPropertyBase.set(Z)V
      j javafx.scene.control.MenuButton.setShowing(Z)V+5
      j javafx.scene.control.MenuButton.hide()V+12
      j com.sun.javafx.scene.control.skin.MenuBarSkin$17.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Boolean;Ljava/lang/Boolean;)V+24
      j com.sun.javafx.scene.control.skin.MenuBarSkin$17.changed(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V+10
      j com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent()V+71
      J com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Lcom/sun/javafx/binding/ExpressionHelper;)V
      j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent()V+4
      j javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.access$100(Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;)V+1
      j javafx.beans.property.ReadOnlyBooleanWrapper.fireValueChangedEvent()V+11
      J javafx.beans.property.BooleanPropertyBase.set(Z)V
      j javafx.scene.control.Menu.setShowing(Z)V+136
      j javafx.scene.control.Menu.hide()V+58
      j com.sun.javafx.scene.control.skin.MenuBarSkin$22.handle(Ljavafx/scene/input/MouseEvent;)V+132
      j com.sun.javafx.scene.control.skin.MenuBarSkin$22.handle(Ljavafx/event/Event;)V+5
      j com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Ljavafx/event/Event;)V+62
      j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/EventType;Ljavafx/event/Event;)Ljavafx/event/Event;+29
      j com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+8
      j com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+11
      j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+29
      j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
      j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
      j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
      j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
      j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
      j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
      j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
      j com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Ljavafx/event/Event;Ljavafx/event/EventDispatchChain;)Ljavafx/event/Event;+17
      j com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Ljavafx/event/Event;)Ljavafx/event/Event;+69
      j com.sun.javafx.event.EventUtil.fireEventImpl(Ljavafx/event/EventDispatchChain;Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+10
      j com.sun.javafx.event.EventUtil.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)Ljavafx/event/Event;+46
      j javafx.event.Event.fireEvent(Ljavafx/event/EventTarget;Ljavafx/event/Event;)V+30
      j com.sun.javafx.event.EventQueue.fire()V+43
      j javafx.scene.Scene$MouseHandler.handleEnterExit(Ljavafx/scene/input/MouseEvent;Ljavafx/scene/Scene$TargetWrapper;)V+362
      j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;Z)V+313
      j javafx.scene.Scene$MouseHandler.process(Ljavafx/scene/input/MouseEvent;)V+3
      j javafx.scene.Scene$MouseHandler.access$1900(Ljavafx/scene/Scene$MouseHandler;Ljavafx/scene/input/MouseEvent;)V+2
      j javafx.scene.Scene.impl_processMouseEvent(Ljavafx/scene/input/MouseEvent;)V+16
      j javafx.scene.Scene$ScenePeerListener.mouseEvent(Ljava/lang/Object;)V+11
      j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run()Ljava/lang/Void;+329
      j com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.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.tk.quantum.GlassViewEventHandler.handleMouseEvent(Lcom/sun/glass/ui/View;JIIIIIIIIZZ)V+117
      j com.sun.glass.ui.View.handleMouseEvent(JIIIIIIIIZZ)V+38
      j com.sun.glass.ui.View.notifyMouse(IIIIIIIZZ)V+184
      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 )
        0x4a2f1c00 JavaThread "Thread-12" daemon [_thread_blocked, id=5996, stack(0x4aff0000,0x4b040000)]
        0x4a2f1800 JavaThread "Thread-11" daemon [_thread_in_native, id=7156, stack(0x49120000,0x49170000)]
        0x4a2f0c00 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=3008, stack(0x4abf0000,0x4ac40000)]
        0x4a2f0400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5216, stack(0x4ab90000,0x4abe0000)]
        0x4a287400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=256, stack(0x4ac50000,0x4aca0000)]
        0x4a286c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=5288, stack(0x4ab00000,0x4ab50000)]
        0x4a285400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5836, stack(0x4a980000,0x4a9d0000)]
        0x4a169400 JavaThread "Thread-5" [_thread_blocked, id=4872, stack(0x4aa10000,0x4aa60000)]
        0x4908c800 JavaThread "com.google.inject.internal.util.$Finalizer" daemon [_thread_blocked, id=3228, stack(0x49f10000,0x49f60000)]
        0x48f47800 JavaThread "Thread-2" daemon [_thread_in_native, id=5784, stack(0x4a000000,0x4a050000)]
      =>0x48ed8000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=3276, stack(0x49db0000,0x49e00000)]
        0x48eb9c00 JavaThread "Disposer" daemon [_thread_blocked, id=3280, stack(0x499c0000,0x49a10000)]
        0x48eef800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=3084, stack(0x49cd0000,0x49d20000)]
        0x48ec6800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=7000, stack(0x49c20000,0x49c70000)]
        0x48ebb000 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3708, stack(0x49170000,0x491c0000)]
        0x484ea800 JavaThread "Service Thread" daemon [_thread_blocked, id=3096, stack(0x48c90000,0x48ce0000)]
        0x484dd400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6644, stack(0x48b50000,0x48ba0000)]
        0x484dc000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4344, stack(0x48a80000,0x48ad0000)]
        0x484dac00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5440, stack(0x00450000,0x004a0000)]
        0x48485c00 JavaThread "Finalizer" daemon [_thread_blocked, id=6124, stack(0x48980000,0x489d0000)]
        0x4847e800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6368, stack(0x48890000,0x488e0000)]
        0x01feac00 JavaThread "main" [_thread_blocked, id=5752, stack(0x004a0000,0x004f0000)]

      Other Threads:
        0x4847ac00 VMThread [stack: 0x48680000,0x486d0000] [id=3504]
        0x484fe800 WatcherThread [stack: 0x48bb0000,0x48c00000] [id=5464]

      VM state:not at safepoint (normal execution)

      VM Mutex/Monitor currently owned by a thread: None

      Heap
       par new generation total 19712K, used 18804K [0x040d0000, 0x05630000, 0x19620000)
        eden space 17536K, 96% used [0x040d0000, 0x051464a8, 0x051f0000)
        from space 2176K, 89% used [0x05410000, 0x055f6d70, 0x05630000)
        to space 2176K, 0% used [0x051f0000, 0x051f0000, 0x05410000)
       tenured generation total 43712K, used 10153K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 23% used [0x19620000, 0x1a00a410, 0x1a00a600, 0x1c0d0000)
       compacting perm gen total 19712K, used 19551K [0x440d0000, 0x45410000, 0x480d0000)
         the space 19712K, 99% used [0x440d0000, 0x453e7c38, 0x453e7e00, 0x45410000)
      No shared spaces configured.

      Card table byte_map: [0x480d0000,0x48300000] byte_map_base: 0x480af980

      Polling page: 0x00160000

      Code Cache [0x01ff0000, 0x02268000, 0x03ff0000)
       total_blobs=1572 nmethods=1210 adapters=296 free_code_cache=30272Kb largest_free_block=30997760

      Compilation events (10 events):
      Event: 7.826 Thread 0x484dd400 1217 com.sun.javafx.sg.prism.NGNode::doRender (302 bytes)
      Event: 7.827 Thread 0x484dd400 nmethod 1217 0x0225e088 code [0x0225e280, 0x0225e8b0]
      Event: 7.827 Thread 0x484dd400 1218 com.sun.javafx.sg.prism.NGNode::doRender (9 bytes)
      Event: 7.827 Thread 0x484dd400 nmethod 1218 0x0225f5c8 code [0x0225f6d0, 0x0225f7ac]
      Event: 7.935 Thread 0x484dd400 1219 com.sun.javafx.geom.Point2D::setLocation (11 bytes)
      Event: 7.935 Thread 0x484dd400 nmethod 1219 0x0225f848 code [0x0225f940, 0x0225f9c0]
      Event: 7.935 Thread 0x484dd400 1220 com.sun.javafx.event.EventHandlerManager::dispatchCapturingEvent (34 bytes)
      Event: 7.935 Thread 0x484dd400 nmethod 1220 0x0225fa08 code [0x0225fb40, 0x0225fcb0]
      Event: 7.935 Thread 0x484dd400 1221 com.sun.javafx.event.EventHandlerManager::dispatchCapturingEvent (23 bytes)
      Event: 7.935 Thread 0x484dd400 nmethod 1221 0x0225fe08 code [0x0225ff40, 0x022600f0]

      GC Heap History (10 events):
      Event: 3.916 GC heap before
      {Heap before GC invocations=3 (full 0):
       par new generation total 19648K, used 18905K [0x040d0000, 0x05620000, 0x19620000)
        eden space 17472K, 100% used [0x040d0000, 0x051e0000, 0x051e0000)
        from space 2176K, 65% used [0x05400000, 0x05566458, 0x05620000)
        to space 2176K, 0% used [0x051e0000, 0x051e0000, 0x05400000)
       tenured generation total 43712K, used 2808K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 6% used [0x19620000, 0x198de060, 0x198de200, 0x1c0d0000)
       compacting perm gen total 12288K, used 9702K [0x440d0000, 0x44cd0000, 0x480d0000)
         the space 12288K, 78% used [0x440d0000, 0x44a49908, 0x44a49a00, 0x44cd0000)
      No shared spaces configured.
      Event: 3.920 GC heap after
      Heap after GC invocations=4 (full 0):
       par new generation total 19648K, used 2175K [0x040d0000, 0x05620000, 0x19620000)
        eden space 17472K, 0% used [0x040d0000, 0x040d0000, 0x051e0000)
        from space 2176K, 99% used [0x051e0000, 0x053ffff8, 0x05400000)
        to space 2176K, 0% used [0x05400000, 0x05400000, 0x05620000)
       tenured generation total 43712K, used 3004K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 6% used [0x19620000, 0x1990f378, 0x1990f400, 0x1c0d0000)
       compacting perm gen total 12288K, used 9702K [0x440d0000, 0x44cd0000, 0x480d0000)
         the space 12288K, 78% used [0x440d0000, 0x44a49908, 0x44a49a00, 0x44cd0000)
      No shared spaces configured.
      }
      Event: 4.226 GC heap before
      {Heap before GC invocations=4 (full 0):
       par new generation total 19648K, used 19647K [0x040d0000, 0x05620000, 0x19620000)
        eden space 17472K, 100% used [0x040d0000, 0x051e0000, 0x051e0000)
        from space 2176K, 99% used [0x051e0000, 0x053ffff8, 0x05400000)
        to space 2176K, 0% used [0x05400000, 0x05400000, 0x05620000)
       tenured generation total 43712K, used 3004K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 6% used [0x19620000, 0x1990f378, 0x1990f400, 0x1c0d0000)
       compacting perm gen total 12800K, used 12651K [0x440d0000, 0x44d50000, 0x480d0000)
         the space 12800K, 98% used [0x440d0000, 0x44d2ace8, 0x44d2ae00, 0x44d50000)
      No shared spaces configured.
      Event: 4.235 GC heap after
      Heap after GC invocations=5 (full 0):
       par new generation total 19648K, used 2176K [0x040d0000, 0x05620000, 0x19620000)
        eden space 17472K, 0% used [0x040d0000, 0x040d0000, 0x051e0000)
        from space 2176K, 100% used [0x05400000, 0x05620000, 0x05620000)
        to space 2176K, 0% used [0x051e0000, 0x051e0000, 0x05400000)
       tenured generation total 43712K, used 4815K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 11% used [0x19620000, 0x19ad3fb0, 0x19ad4000, 0x1c0d0000)
       compacting perm gen total 12800K, used 12651K [0x440d0000, 0x44d50000, 0x480d0000)
         the space 12800K, 98% used [0x440d0000, 0x44d2ace8, 0x44d2ae00, 0x44d50000)
      No shared spaces configured.
      }
      Event: 4.539 GC heap before
      {Heap before GC invocations=5 (full 0):
       par new generation total 19648K, used 19648K [0x040d0000, 0x05620000, 0x19620000)
        eden space 17472K, 100% used [0x040d0000, 0x051e0000, 0x051e0000)
        from space 2176K, 100% used [0x05400000, 0x05620000, 0x05620000)
        to space 2176K, 0% used [0x051e0000, 0x051e0000, 0x05400000)
       tenured generation total 43712K, used 4815K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 11% used [0x19620000, 0x19ad3fb0, 0x19ad4000, 0x1c0d0000)
       compacting perm gen total 15872K, used 15854K [0x440d0000, 0x45050000, 0x480d0000)
         the space 15872K, 99% used [0x440d0000, 0x4504b9f0, 0x4504ba00, 0x45050000)
      No shared spaces configured.
      Event: 4.551 GC heap after
      Heap after GC invocations=6 (full 0):
       par new generation total 19648K, used 2176K [0x040d0000, 0x05620000, 0x19620000)
        eden space 17472K, 0% used [0x040d0000, 0x040d0000, 0x051e0000)
        from space 2176K, 100% used [0x051e0000, 0x05400000, 0x05400000)
        to space 2176K, 0% used [0x05400000, 0x05400000, 0x05620000)
       tenured generation total 43712K, used 7964K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 18% used [0x19620000, 0x19de72e8, 0x19de7400, 0x1c0d0000)
       compacting perm gen total 15872K, used 15854K [0x440d0000, 0x45050000, 0x480d0000)
         the space 15872K, 99% used [0x440d0000, 0x4504b9f0, 0x4504ba00, 0x45050000)
      No shared spaces configured.
      }
      Event: 4.617 GC heap before
      {Heap before GC invocations=6 (full 0):
       par new generation total 19648K, used 6573K [0x040d0000, 0x05620000, 0x19620000)
        eden space 17472K, 25% used [0x040d0000, 0x0451b7c0, 0x051e0000)
        from space 2176K, 100% used [0x051e0000, 0x05400000, 0x05400000)
        to space 2176K, 0% used [0x05400000, 0x05400000, 0x05620000)
       tenured generation total 43712K, used 7964K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 18% used [0x19620000, 0x19de72e8, 0x19de7400, 0x1c0d0000)
       compacting perm gen total 16384K, used 16383K [0x440d0000, 0x450d0000, 0x480d0000)
         the space 16384K, 99% used [0x440d0000, 0x450cff78, 0x450d0000, 0x450d0000)
      No shared spaces configured.
      Event: 4.670 GC heap after
      Heap after GC invocations=7 (full 1):
       par new generation total 19712K, used 0K [0x040d0000, 0x05630000, 0x19620000)
        eden space 17536K, 0% used [0x040d0000, 0x040d0000, 0x051f0000)
        from space 2176K, 0% used [0x051f0000, 0x051f0000, 0x05410000)
        to space 2176K, 0% used [0x05410000, 0x05410000, 0x05630000)
       tenured generation total 43712K, used 10153K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 23% used [0x19620000, 0x1a00a410, 0x1a00a600, 0x1c0d0000)
       compacting perm gen total 16384K, used 16383K [0x440d0000, 0x450d0000, 0x480d0000)
         the space 16384K, 99% used [0x440d0000, 0x450cff78, 0x450d0000, 0x450d0000)
      No shared spaces configured.
      }
      Event: 5.033 GC heap before
      {Heap before GC invocations=7 (full 1):
       par new generation total 19712K, used 17536K [0x040d0000, 0x05630000, 0x19620000)
        eden space 17536K, 100% used [0x040d0000, 0x051f0000, 0x051f0000)
        from space 2176K, 0% used [0x051f0000, 0x051f0000, 0x05410000)
        to space 2176K, 0% used [0x05410000, 0x05410000, 0x05630000)
       tenured generation total 43712K, used 10153K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 23% used [0x19620000, 0x1a00a410, 0x1a00a600, 0x1c0d0000)
       compacting perm gen total 18432K, used 18276K [0x440d0000, 0x452d0000, 0x480d0000)
         the space 18432K, 99% used [0x440d0000, 0x452a9320, 0x452a9400, 0x452d0000)
      No shared spaces configured.
      Event: 5.038 GC heap after
      Heap after GC invocations=8 (full 1):
       par new generation total 19712K, used 1947K [0x040d0000, 0x05630000, 0x19620000)
        eden space 17536K, 0% used [0x040d0000, 0x040d0000, 0x051f0000)
        from space 2176K, 89% used [0x05410000, 0x055f6d70, 0x05630000)
        to space 2176K, 0% used [0x051f0000, 0x051f0000, 0x05410000)
       tenured generation total 43712K, used 10153K [0x19620000, 0x1c0d0000, 0x440d0000)
         the space 43712K, 23% used [0x19620000, 0x1a00a410, 0x1a00a600, 0x1c0d0000)
       compacting perm gen total 18432K, used 18276K [0x440d0000, 0x452d0000, 0x480d0000)
         the space 18432K, 99% used [0x440d0000, 0x452a9320, 0x452a9400, 0x452d0000)
      No shared spaces configured.
      }

      Deoptimization events (0 events):
      No events

      Internal exceptions (10 events):
      Event: 4.722 Thread 0x48ed8000 Threw 0x0433b910 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
      Event: 4.723 Thread 0x4a2f1000 Threw 0x043739a8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
      Event: 4.723 Thread 0x4a2f1000 Threw 0x04373b10 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
      Event: 4.731 Thread 0x4a2f1800 Threw 0x043fe870 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
      Event: 4.732 Thread 0x4a2f1c00 Threw 0x04424188 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
      Event: 4.732 Thread 0x4a2f1c00 Threw 0x044242f0 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
      Event: 4.964 Thread 0x48ed8000 Threw 0x04db8900 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 4.965 Thread 0x48ed8000 Threw 0x04dc9d68 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 5.225 Thread 0x48ed8000 Threw 0x047c1c58 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716
      Event: 5.225 Thread 0x48ed8000 Threw 0x047c1dc0 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\prims\jni.cpp:716

      Events (10 events):
      Event: 6.546 Executing VM operation: RevokeBias done
      Event: 6.959 Thread 0x484dd400 flushing nmethod 0x021b5f88
      Event: 7.623 loading class 0x4a52bea0
      Event: 7.623 loading class 0x4a52bea0 done
      Event: 7.936 loading class 0x4a138698
      Event: 7.936 loading class 0x4a138698 done
      Event: 7.936 loading class 0x4851d598
      Event: 7.936 loading class 0x4851d598 done
      Event: 7.937 loading class 0x4a52c4e0
      Event: 7.937 loading class 0x4a52c4e0 done


      Dynamic libraries:
      0x00100000 - 0x0012f000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
      0x77de0000 - 0x77f60000 C:\Windows\SysWOW64\ntdll.dll
      0x76ae0000 - 0x76bf0000 C:\Windows\syswow64\kernel32.dll
      0x77010000 - 0x77057000 C:\Windows\syswow64\KERNELBASE.dll
      0x76bf0000 - 0x76c90000 C:\Windows\syswow64\ADVAPI32.dll
      0x76a30000 - 0x76adc000 C:\Windows\syswow64\msvcrt.dll
      0x774e0000 - 0x774f9000 C:\Windows\SysWOW64\sechost.dll
      0x76840000 - 0x76930000 C:\Windows\syswow64\RPCRT4.dll
      0x754c0000 - 0x75520000 C:\Windows\syswow64\SspiCli.dll
      0x754b0000 - 0x754bc000 C:\Windows\syswow64\CRYPTBASE.dll
      0x76930000 - 0x76a30000 C:\Windows\syswow64\USER32.dll
      0x77450000 - 0x774e0000 C:\Windows\syswow64\GDI32.dll
      0x75680000 - 0x7568a000 C:\Windows\syswow64\LPK.dll
      0x75520000 - 0x755bd000 C:\Windows\syswow64\USP10.dll
      0x74ab0000 - 0x74c4e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
      0x759f0000 - 0x75a47000 C:\Windows\syswow64\SHLWAPI.dll
      0x76ee0000 - 0x76f40000 C:\Windows\system32\IMM32.DLL
      0x76e10000 - 0x76edc000 C:\Windows\syswow64\MSCTF.dll
      0x6e440000 - 0x6e4fe000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
      0x60b60000 - 0x60eaf000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
      0x75260000 - 0x75267000 C:\Windows\system32\WSOCK32.dll
      0x76f40000 - 0x76f75000 C:\Windows\syswow64\WS2_32.dll
      0x77250000 - 0x77256000 C:\Windows\syswow64\NSI.dll
      0x661f0000 - 0x66222000 C:\Windows\system32\WINMM.dll
      0x77db0000 - 0x77db5000 C:\Windows\syswow64\PSAPI.DLL
      0x743d0000 - 0x743dc000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
      0x72ae0000 - 0x72b00000 C:\Program Files (x86)\Java\jre7\bin\java.dll
      0x72a10000 - 0x72a23000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
      0x72270000 - 0x722ca000 C:\Program Files (x86)\Java\jre7\bin\deploy.dll
      0x770f0000 - 0x7724c000 C:\Windows\syswow64\ole32.dll
      0x77060000 - 0x770ef000 C:\Windows\syswow64\OLEAUT32.dll
      0x75270000 - 0x75279000 C:\Windows\system32\VERSION.dll
      0x772f0000 - 0x7740b000 C:\Windows\syswow64\WININET.dll
      0x77000000 - 0x77003000 C:\Windows\syswow64\Normaliz.dll
      0x75690000 - 0x75849000 C:\Windows\syswow64\iertutil.dll
      0x76720000 - 0x76831000 C:\Windows\syswow64\urlmon.dll
      0x75ad0000 - 0x7671a000 C:\Windows\syswow64\SHELL32.dll
      0x74aa0000 - 0x74aab000 C:\Windows\system32\profapi.dll
      0x74a90000 - 0x74a98000 C:\Windows\system32\Secur32.dll
      0x74d60000 - 0x74da4000 C:\Windows\system32\dnsapi.DLL
      0x714a0000 - 0x714bc000 C:\Windows\system32\iphlpapi.DLL
      0x72da0000 - 0x72da7000 C:\Windows\system32\WINNSI.DLL
      0x755f0000 - 0x75673000 C:\Windows\syswow64\CLBCatQ.DLL
      0x75240000 - 0x75256000 C:\Windows\system32\CRYPTSP.dll
      0x75170000 - 0x751ab000 C:\Windows\system32\rsaenh.dll
      0x74f20000 - 0x74f2e000 C:\Windows\system32\RpcRtRemote.dll
      0x714d0000 - 0x714dd000 C:\Windows\system32\dhcpcsvc6.DLL
      0x74680000 - 0x746bc000 C:\Windows\system32\mswsock.dll
      0x713d0000 - 0x713e2000 C:\Windows\system32\dhcpcsvc.DLL
      0x73060000 - 0x73065000 C:\Windows\System32\wshtcpip.dll
      0x73050000 - 0x73056000 C:\Windows\System32\wship6.dll
      0x714c0000 - 0x714c6000 C:\Windows\system32\rasadhlp.dll
      0x74820000 - 0x7482d000 C:\Program Files (x86)\Java\jre7\bin\prism-d3d.dll
      0x61740000 - 0x61903000 C:\Windows\system32\d3d9.dll
      0x743c0000 - 0x743c6000 C:\Windows\system32\d3d8thk.dll
      0x661b0000 - 0x661c3000 C:\Windows\system32\dwmapi.dll
      0x75a50000 - 0x75a7d000 C:\Windows\syswow64\WINTRUST.dll
      0x76c90000 - 0x76dae000 C:\Windows\syswow64\CRYPT32.dll
      0x77410000 - 0x7741c000 C:\Windows\syswow64\MSASN1.dll
      0x72840000 - 0x72867000 C:\Program Files (x86)\Java\jre7\bin\glass.dll
      0x76f80000 - 0x76ffb000 C:\Windows\syswow64\COMDLG32.dll
      0x72890000 - 0x728a4000 C:\Program Files (x86)\Java\jre7\bin\net.dll
      0x72a60000 - 0x72a6e000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
      0x72a00000 - 0x72a0a000 C:\Program Files (x86)\Java\jre7\bin\management.dll
      0x61990000 - 0x61ad2000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
      0x72730000 - 0x72750000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
      0x729f0000 - 0x729f9000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
      0x72ab0000 - 0x72ac0000 C:\Windows\system32\NLAapi.dll
      0x72aa0000 - 0x72ab0000 C:\Windows\system32\napinsp.dll
      0x72a90000 - 0x72a98000 C:\Windows\System32\winrnr.dll
      0x74420000 - 0x74458000 C:\Windows\System32\fwpuclnt.dll
      0x71540000 - 0x71557000 C:\Windows\system32\USERENV.dll
      0x72230000 - 0x72261000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
      0x6e3c0000 - 0x6e439000 C:\Windows\system32\mscms.dll
      0x722f0000 - 0x72328000 C:\Windows\system32\icm32.dll
      0x721f0000 - 0x7222c000 C:\Program Files (x86)\Java\jre7\bin\javafx-font.dll
      0x65430000 - 0x6552b000 C:\Windows\system32\WindowsCodecs.dll
      0x74860000 - 0x748ac000 C:\Windows\system32\apphelp.dll
      0x6e380000 - 0x6e3b1000 C:\Windows\system32\EhStorShell.dll
      0x75850000 - 0x759ed000 C:\Windows\syswow64\SETUPAPI.dll
      0x77420000 - 0x77447000 C:\Windows\syswow64\CFGMGR32.dll
      0x77500000 - 0x77512000 C:\Windows\syswow64\DEVOBJ.dll
      0x74c50000 - 0x74d45000 C:\Windows\system32\PROPSYS.dll
      0x61920000 - 0x61990000 C:\Windows\system32\ntshrui.dll
      0x746f0000 - 0x74709000 C:\Windows\system32\srvcli.dll
      0x72d90000 - 0x72d9b000 C:\Windows\system32\cscapi.dll
      0x72880000 - 0x7288a000 C:\Windows\system32\slc.dll
      0x721d0000 - 0x721e1000 C:\Program Files (x86)\Java\jre7\bin\decora-sse.dll
      0x72170000 - 0x72194000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
      0x6fc50000 - 0x6fc80000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
      0x613f0000 - 0x614db000 C:\Windows\system32\DBGHELP.DLL

      VM Arguments:
      jvm_args: -XX:+UseParNewGC -Xms64m -Xmx1024m
      java_command: C:\temp\****.exe
      Launcher Type: SUN_STANDARD

      Environment Variables:
      JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_21
      PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Java\jdk1.7.0_21\bin;C:\Program Files (x86)\Java\jre7\bin
      USERNAME=***
      OS=Windows_NT
      PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel



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

      OS: Windows NT 6.1 , 64 bit Build 7601 Service Pack 1

      CPU:total 2 (1 cores per cpu, 1 threads per core) family 6 model 44 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, tsc, tscinvbit, tscinv

      Memory: 4k page, physical 8388152k(4511420k free), swap 16774448k(13256028k free)

      vm_info: Java HotSpot(TM) Client VM (23.21-b01) for windows-x86 JRE (1.7.0_21-b11), built on Apr 4 2013 04:43:10 by "java_re" with unknown MS VC++:1600

      time: Wed Aug 14 17:07:13 2013
      elapsed time: 8 seconds


            anthony Anthony Petrov (Inactive)
            cschudtjfx Christian Schudt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: