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

Applet crash when animating in external stage EXCEPTION_ACCESS_VIOLATION

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 7u45
    • javafx
    • Applet in all browsers, Windows 7 x64 (certainly others too), JRE 7u45 b18, read the hs_err file copy in bug description.

      We are executing aminations on JavaFX thread (Platform.runLater()) only, in an additional stage outside the web page.
      The JVM crashes after one or several minutes with no specific details in logs, only one exception that doesn't seems related :

      java.io.IOException: Error 0 writing to WindowsNamedPipe: server: false; readPipe: jpi2_pid18836_pipe32, readBufferSz: 4096; writePipe: jpi2_pid18836_pipe33, writeBufferSz: 4096: numWritten 0, WriteFile ts: 88663530611, now ts: 88663538909, dT 8298
      at sun.plugin2.ipc.windows.WindowsNamedPipe.write(Unknown Source)
      at sun.plugin2.message.transport.NamedPipeTransport$SerializerImpl.flush(Unknown Source)
      at sun.plugin2.message.transport.NamedPipeTransport.signalDataWritten(Unknown Source)
      at sun.plugin2.message.transport.SerializingTransport.write(Unknown Source)
      at sun.plugin2.message.Pipe.send(Unknown Source)
      at sun.plugin2.jvm.RemoteJVMLauncher.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)

      We usually don't get the hs_err_pid* file, but we got it once, it seems like glass.dll with the method com.sun.glass.ui.win.WinWindow._setBounds() is involved, see below.
      We are trying to reproduce this outside our app, we will let you know if we succeed.
      Would anyone have a clue on what could provoke this, and ideally propose a workaround ?

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x63b52341, pid=19068, tid=14560
      #
      # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
      # Java VM: Java HotSpot(TM) Client VM (24.45-b08 mixed mode windows-x86 )
      # Problematic frame:
      # C [glass.dll+0x2341]
      #
      # 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 (0x4a808000): JavaThread "JavaFX Application Thread" [_thread_in_native, id=14560, stack(0x4c4d0000,0x4c520000)]

      siginfo: ExceptionCode=0xc0000005, reading address 0x00000004

      Registers:
      EAX=0x00c893dc, EBX=0x4c51ecb8, ECX=0x00000000, EDX=0x00000000
      ESP=0x4c51eaf4, EBP=0x00000000, ESI=0x00000000, EDI=0x4c51ecb8
      EIP=0x63b52341, EFLAGS=0x00210202

      Top of Stack: (sp=0x4c51eaf4)
      0x4c51eaf4: 00000000 4c51eb01 4c51eb08 77007246
      0x4c51eb04: 4c51ecb8 00000000 63b511c1 0024185c
      0x4c51eb14: 63b68250 00c893dc 63b52c59 00000401
      0x4c51eb24: 4c51ecb8 00000000 4c51ecb8 4c51eb20
      0x4c51eb34: 4c51eb08 4c51ec1c 4c51ec20 75ac40e5
      0x4c51eb44: 394d4bec 00281896 0000c081 00000401
      0x4c51eb54: 00000000 00c89214 63b51c8c 00281896
      0x4c51eb64: 4c004800 00000000 00000401 63b51223

      Instructions: (pc=0x63b52341)
      0x63b52321: 52 ff 15 3c 35 b7 63 5e 5b c2 04 00 cc cc cc 83
      0x63b52331: ec 24 a1 3c 34 b7 63 33 c4 89 44 24 20 56 8b f1
      0x63b52341: 8b 46 04 50 ff 15 4c 35 b7 63 85 c0 0f 85 e0 00
      0x63b52351: 00 00 8b 4e 04 57 8d 44 24 18 50 51 ff 15 fc 34


      Register to memory mapping:

      EAX=0x00c893dc is an unknown value
      EBX=0x4c51ecb8 is pointing into the stack for thread: 0x4a808000
      ECX=0x00000000 is an unknown value
      EDX=0x00000000 is an unknown value
      ESP=0x4c51eaf4 is pointing into the stack for thread: 0x4a808000
      EBP=0x00000000 is an unknown value
      ESI=0x00000000 is an unknown value
      EDI=0x4c51ecb8 is pointing into the stack for thread: 0x4a808000


      Stack: [0x4c4d0000,0x4c520000], sp=0x4c51eaf4, free space=314k
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      C [glass.dll+0x2341]

      [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._setBounds(JIIZZIIIIFF)V+0
      j com.sun.glass.ui.Window.setBounds(IIZZIIIIFF)V+26
      j com.sun.javafx.tk.quantum.WindowStage.setBounds(FFZZFFFFFF)V+53
      j javafx.stage.Window$TKBoundsConfigurator.apply()V+110
      j javafx.stage.Window$TKBoundsConfigurator.pulse()V+1
      j com.sun.javafx.tk.Toolkit.firePulse()V+93
      j com.sun.javafx.tk.quantum.QuantumToolkit.pulse()V+100
      j com.sun.javafx.tk.quantum.QuantumToolkit$9.run()V+4
      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 )
        0x4c046400 JavaThread "Thread-17" daemon [_thread_blocked, id=20320, stack(0x4f1c0000,0x4f210000)]
        0x4c047400 JavaThread "ProgressReporter" daemon [_thread_blocked, id=16608, stack(0x4fc10000,0x4fc60000)]
        0x4c048400 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=18104, stack(0x4f380000,0x4f3d0000)]
        0x4c046800 JavaThread "thread applet-ourapplet.client2.main.OurApplet-1" [_thread_blocked, id=18916, stack(0x4ecf0000,0x4ed40000)]
        0x4c045c00 JavaThread "ConsoleTraceListener" daemon [_thread_blocked, id=7684, stack(0x4ec40000,0x4ec90000)]
        0x4c045800 JavaThread "JVM[id=2]-Heartbeat" daemon [_thread_in_Java, id=18692, stack(0x4ea80000,0x4ead0000)]
        0x4c044800 JavaThread "Applet 1 LiveConnect Worker Thread" [_thread_blocked, id=18640, stack(0x4e8a0000,0x4e8f0000)]
        0x4c044400 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=8720, stack(0x4e7b0000,0x4e800000)]
        0x4c043c00 JavaThread "Thread-11" daemon [_thread_in_native, id=4936, stack(0x4b7c0000,0x4b810000)]
        0x4c043800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=13092, stack(0x4b2f0000,0x4b340000)]
        0x4c043000 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=10224, stack(0x4e280000,0x4e2d0000)]
        0x4c03b400 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=9032, stack(0x4e220000,0x4e270000)]
        0x4c03e400 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=13152, stack(0x4e1c0000,0x4e210000)]
      =>0x4a808000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=14560, stack(0x4c4d0000,0x4c520000)]
        0x4bffa000 JavaThread "Thread-4" daemon [_thread_blocked, id=12604, stack(0x4ad90000,0x4ade0000)]
        0x4a80fc00 JavaThread "Disposer" daemon [_thread_blocked, id=19588, stack(0x4ac80000,0x4acd0000)]
        0x4a7e1000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=19572, stack(0x4b560000,0x4b5b0000)]
        0x4a760800 JavaThread "Timer-0" [_thread_blocked, id=17604, stack(0x4b450000,0x4b4a0000)]
        0x4a68c400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=19496, stack(0x4ae90000,0x4aee0000)]
        0x4a65cc00 JavaThread "Service Thread" daemon [_thread_blocked, id=19488, stack(0x4a9e0000,0x4aa30000)]
        0x4a657400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=19484, stack(0x4ac30000,0x4ac80000)]
        0x4a654000 JavaThread "Attach Listener" daemon [_thread_blocked, id=19480, stack(0x4a870000,0x4a8c0000)]
        0x4a650c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=19476, stack(0x4a810000,0x4a860000)]
        0x4a626400 JavaThread "Finalizer" daemon [_thread_blocked, id=19472, stack(0x4aa30000,0x4aa80000)]
        0x4a621400 JavaThread "Reference Handler" daemon [_thread_blocked, id=19464, stack(0x00d50000,0x00da0000)]
        0x0024d000 JavaThread "main" [_thread_in_native, id=13388, stack(0x00ab0000,0x00b00000)]

      Other Threads:
        0x4a61fc00 VMThread [stack: 0x00b00000,0x00b50000] [id=16100]
        0x4a677c00 WatcherThread [stack: 0x4ad20000,0x4ad70000] [id=19492]

      VM state:synchronizing (normal execution)

      VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
      [0x0024a938] Safepoint_lock - owner thread: 0x4a61fc00
      [0x0024a9a0] Threads_lock - owner thread: 0x4a61fc00

      Heap
       def new generation total 5120K, used 2180K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 36% used [0x04810000, 0x049b12c0, 0x04c90000)
        from space 512K, 100% used [0x04d10000, 0x04d90000, 0x04d90000)
        to space 512K, 0% used [0x04c90000, 0x04c90000, 0x04d10000)
       tenured generation total 11200K, used 10578K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 94% used [0x19d60000, 0x1a7b4b98, 0x1a7b4c00, 0x1a850000)
       compacting perm gen total 12288K, used 12050K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 98% used [0x44810000, 0x453d48b8, 0x453d4a00, 0x45410000)
      No shared spaces configured.

      Card table byte_map: [0x01180000,0x013b0000] byte_map_base: 0x0115bf80

      Polling page: 0x00160000

      Code Cache [0x02810000, 0x02a18000, 0x04810000)
       total_blobs=1287 nmethods=918 adapters=305 free_code_cache=30693Kb largest_free_block=31428416

      Compilation events (10 events):
      Event: 34.481 Thread 0x4a657400 927 sun.plugin2.message.Pipe$1::<init> (15 bytes)
      Event: 34.481 Thread 0x4a657400 nmethod 927 0x02a14248 code [0x02a14340, 0x02a143e0]
      Event: 34.481 Thread 0x4a657400 928 sun.plugin2.message.Pipe$1::run (15 bytes)
      Event: 34.481 Thread 0x4a657400 nmethod 928 0x02a14448 code [0x02a14550, 0x02a145fc]
      Event: 34.481 Thread 0x4a657400 929 s! sun.plugin2.message.Queue::waitForMessage (48 bytes)
      Event: 34.482 Thread 0x4a657400 nmethod 929 0x02a146c8 code [0x02a14800, 0x02a14d14]
      Event: 34.482 Thread 0x4a657400 930 s sun.plugin2.message.Queue::get (23 bytes)
      Event: 34.482 Thread 0x4a657400 nmethod 930 0x02a15148 code [0x02a15270, 0x02a15558]
      Event: 34.482 Thread 0x4a657400 931 sun.plugin2.main.client.PluginMain::handleMessage (520 bytes)
      Event: 34.483 Thread 0x4a657400 nmethod 931 0x02a15708 code [0x02a159b0, 0x02a167c0]

      GC Heap History (10 events):
      Event: 3.459 GC heap before
      {Heap before GC invocations=49 (full 1):
       def new generation total 5120K, used 5119K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 100% used [0x04810000, 0x04c90000, 0x04c90000)
        from space 512K, 99% used [0x04c90000, 0x04d0fff8, 0x04d10000)
        to space 512K, 0% used [0x04d10000, 0x04d10000, 0x04d90000)
       tenured generation total 11200K, used 10086K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a739ab0, 0x1a739c00, 0x1a850000)
       compacting perm gen total 12288K, used 11448K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 93% used [0x44810000, 0x4533e000, 0x4533e000, 0x45410000)
      No shared spaces configured.
      Event: 3.462 GC heap after
      Heap after GC invocations=50 (full 1):
       def new generation total 5120K, used 126K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 0% used [0x04810000, 0x04810000, 0x04c90000)
        from space 512K, 24% used [0x04d10000, 0x04d2f848, 0x04d90000)
        to space 512K, 0% used [0x04c90000, 0x04c90000, 0x04d10000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11448K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 93% used [0x44810000, 0x4533e000, 0x4533e000, 0x45410000)
      No shared spaces configured.
      }
      Event: 3.496 GC heap before
      {Heap before GC invocations=50 (full 1):
       def new generation total 5120K, used 4734K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 100% used [0x04810000, 0x04c90000, 0x04c90000)
        from space 512K, 24% used [0x04d10000, 0x04d2f848, 0x04d90000)
        to space 512K, 0% used [0x04c90000, 0x04c90000, 0x04d10000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11449K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 93% used [0x44810000, 0x4533e780, 0x4533e800, 0x45410000)
      No shared spaces configured.
      Event: 3.497 GC heap after
      Heap after GC invocations=51 (full 1):
       def new generation total 5120K, used 129K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 0% used [0x04810000, 0x04810000, 0x04c90000)
        from space 512K, 25% used [0x04c90000, 0x04cb04b8, 0x04d10000)
        to space 512K, 0% used [0x04d10000, 0x04d10000, 0x04d90000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11449K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 93% used [0x44810000, 0x4533e780, 0x4533e800, 0x45410000)
      No shared spaces configured.
      }
      Event: 3.526 GC heap before
      {Heap before GC invocations=51 (full 1):
       def new generation total 5120K, used 4737K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 100% used [0x04810000, 0x04c90000, 0x04c90000)
        from space 512K, 25% used [0x04c90000, 0x04cb04b8, 0x04d10000)
        to space 512K, 0% used [0x04d10000, 0x04d10000, 0x04d90000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11449K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 93% used [0x44810000, 0x4533e780, 0x4533e800, 0x45410000)
      No shared spaces configured.
      Event: 3.528 GC heap after
      Heap after GC invocations=52 (full 1):
       def new generation total 5120K, used 129K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 0% used [0x04810000, 0x04810000, 0x04c90000)
        from space 512K, 25% used [0x04d10000, 0x04d305d8, 0x04d90000)
        to space 512K, 0% used [0x04c90000, 0x04c90000, 0x04d10000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11449K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 93% used [0x44810000, 0x4533e780, 0x4533e800, 0x45410000)
      No shared spaces configured.
      }
      Event: 3.609 GC heap before
      {Heap before GC invocations=52 (full 1):
       def new generation total 5120K, used 4737K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 100% used [0x04810000, 0x04c90000, 0x04c90000)
        from space 512K, 25% used [0x04d10000, 0x04d305d8, 0x04d90000)
        to space 512K, 0% used [0x04c90000, 0x04c90000, 0x04d10000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11626K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 94% used [0x44810000, 0x4536a8e0, 0x4536aa00, 0x45410000)
      No shared spaces configured.
      Event: 3.612 GC heap after
      Heap after GC invocations=53 (full 1):
       def new generation total 5120K, used 418K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 0% used [0x04810000, 0x04810000, 0x04c90000)
        from space 512K, 81% used [0x04c90000, 0x04cf8a30, 0x04d10000)
        to space 512K, 0% used [0x04d10000, 0x04d10000, 0x04d90000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11626K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 94% used [0x44810000, 0x4536a8e0, 0x4536aa00, 0x45410000)
      No shared spaces configured.
      }
      Event: 12.691 GC heap before
      {Heap before GC invocations=53 (full 1):
       def new generation total 5120K, used 5026K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 100% used [0x04810000, 0x04c90000, 0x04c90000)
        from space 512K, 81% used [0x04c90000, 0x04cf8a30, 0x04d10000)
        to space 512K, 0% used [0x04d10000, 0x04d10000, 0x04d90000)
       tenured generation total 11200K, used 10109K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 90% used [0x19d60000, 0x1a73f540, 0x1a73f600, 0x1a850000)
       compacting perm gen total 12288K, used 11972K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 97% used [0x44810000, 0x453c1028, 0x453c1200, 0x45410000)
      No shared spaces configured.
      Event: 12.696 GC heap after
      Heap after GC invocations=54 (full 1):
       def new generation total 5120K, used 512K [0x04810000, 0x04d90000, 0x19d60000)
        eden space 4608K, 0% used [0x04810000, 0x04810000, 0x04c90000)
        from space 512K, 100% used [0x04d10000, 0x04d90000, 0x04d90000)
        to space 512K, 0% used [0x04c90000, 0x04c90000, 0x04d10000)
       tenured generation total 11200K, used 10578K [0x19d60000, 0x1a850000, 0x44810000)
         the space 11200K, 94% used [0x19d60000, 0x1a7b4b98, 0x1a7b4c00, 0x1a850000)
       compacting perm gen total 12288K, used 11972K [0x44810000, 0x45410000, 0x48810000)
         the space 12288K, 97% used [0x44810000, 0x453c1028, 0x453c1200, 0x45410000)
      No shared spaces configured.
      }

      Deoptimization events (0 events):
      No events

      Internal exceptions (10 events):
      Event: 1.059 Thread 0x4c045000 Threw 0x04b0eaa8 at C:\re\jdk7u45\229\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
      Event: 1.109 Thread 0x4c047c00 Threw 0x04900b20 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
      Event: 1.227 Thread 0x4a808000 Threw 0x0481bb28 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
      Event: 1.228 Thread 0x4a808000 Threw 0x04878418 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
      Event: 1.228 Thread 0x4a808000 Threw 0x04881250 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
      Event: 2.433 Thread 0x4c047c00 Threw 0x049e2c68 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:1632
      Event: 2.505 Thread 0x4c047c00 Threw 0x04b0dc68 at C:\re\jdk7u45\229\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
      Event: 2.505 Thread 0x4c047c00 Threw 0x04b0dd80 at C:\re\jdk7u45\229\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
      Event: 3.421 Thread 0x4c047000 Threw 0x048190f8 at C:\re\jdk7u45\229\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
      Event: 3.421 Thread 0x4c047000 Threw 0x04819210 at C:\re\jdk7u45\229\hotspot\src\share\vm\interpreter\linkResolver.cpp:883

      Events (10 events):
      Event: 34.415 loading class 0x4c224458
      Event: 34.415 loading class 0x4c224458 done
      Event: 34.415 loading class 0x4c225180
      Event: 34.416 loading class 0x4c225180 done
      Event: 34.416 loading class 0x4c225e08
      Event: 34.416 loading class 0x4c225e08 done
      Event: 34.416 loading class 0x4c2251b0
      Event: 34.416 loading class 0x4c2251b0 done
      Event: 34.416 loading class 0x4c225e38
      Event: 34.416 loading class 0x4c225e38 done


      Dynamic libraries:
      0x013e0000 - 0x0140f000 C:\Program Files (x86)\Java\jre7\bin\java.exe
      0x77700000 - 0x77880000 C:\Windows\SysWOW64\ntdll.dll
      0x75a10000 - 0x75b20000 C:\Windows\syswow64\kernel32.dll
      0x753e0000 - 0x75427000 C:\Windows\syswow64\KERNELBASE.dll
      0x762d0000 - 0x76370000 C:\Windows\syswow64\ADVAPI32.dll
      0x770f0000 - 0x7719c000 C:\Windows\syswow64\msvcrt.dll
      0x75920000 - 0x75939000 C:\Windows\SysWOW64\sechost.dll
      0x75cc0000 - 0x75db0000 C:\Windows\syswow64\RPCRT4.dll
      0x75150000 - 0x751b0000 C:\Windows\syswow64\SspiCli.dll
      0x75140000 - 0x7514c000 C:\Windows\syswow64\CRYPTBASE.dll
      0x76ff0000 - 0x770f0000 C:\Windows\syswow64\USER32.dll
      0x756a0000 - 0x75730000 C:\Windows\syswow64\GDI32.dll
      0x76140000 - 0x7614a000 C:\Windows\syswow64\LPK.dll
      0x75600000 - 0x7569d000 C:\Windows\syswow64\USP10.dll
      0x72230000 - 0x723ce000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
      0x75470000 - 0x754c7000 C:\Windows\syswow64\SHLWAPI.dll
      0x70030000 - 0x7007c000 C:\Windows\system32\apphelp.dll
      0x740c0000 - 0x7414d000 C:\Windows\AppPatch\AcLayers.DLL
      0x76370000 - 0x76fba000 C:\Windows\syswow64\SHELL32.dll
      0x771a0000 - 0x772fc000 C:\Windows\syswow64\ole32.dll
      0x75ff0000 - 0x7607f000 C:\Windows\syswow64\OLEAUT32.dll
      0x72ab0000 - 0x72ac7000 C:\Windows\system32\USERENV.dll
      0x72b10000 - 0x72b1b000 C:\Windows\system32\profapi.dll
      0x728e0000 - 0x72931000 C:\Windows\system32\WINSPOOL.DRV
      0x70e50000 - 0x70e62000 C:\Windows\system32\MPR.dll
      0x76080000 - 0x760e0000 C:\Windows\system32\IMM32.DLL
      0x75940000 - 0x75a0c000 C:\Windows\syswow64\MSCTF.dll
      0x5ed20000 - 0x5eddf000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
      0x574b0000 - 0x57830000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
      0x72de0000 - 0x72de7000 C:\Windows\system32\WSOCK32.dll
      0x76150000 - 0x76185000 C:\Windows\syswow64\WS2_32.dll
      0x753c0000 - 0x753c6000 C:\Windows\syswow64\NSI.dll
      0x72d70000 - 0x72da2000 C:\Windows\system32\WINMM.dll
      0x776d0000 - 0x776d5000 C:\Windows\syswow64\PSAPI.DLL
      0x6fac0000 - 0x6facc000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
      0x6d840000 - 0x6d860000 C:\Program Files (x86)\Java\jre7\bin\java.dll
      0x6d820000 - 0x6d833000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
      0x63b80000 - 0x63bdb000 C:\Program Files (x86)\Java\jre7\bin\deploy.dll
      0x74fb0000 - 0x74fb9000 C:\Windows\system32\VERSION.dll
      0x75db0000 - 0x75f68000 C:\Windows\syswow64\WININET.dll
      0x75910000 - 0x75914000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
      0x753d0000 - 0x753d5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
      0x75730000 - 0x75734000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
      0x757d0000 - 0x757d4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
      0x757e0000 - 0x757e3000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
      0x75460000 - 0x75463000 C:\Windows\syswow64\normaliz.DLL
      0x751c0000 - 0x753b8000 C:\Windows\syswow64\iertutil.dll
      0x754d0000 - 0x755f1000 C:\Windows\syswow64\urlmon.dll
      0x75fc0000 - 0x75fc4000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
      0x6d800000 - 0x6d814000 C:\Program Files (x86)\Java\jre7\bin\net.dll
      0x72a40000 - 0x72a7c000 C:\Windows\system32\mswsock.dll
      0x71cc0000 - 0x71cc6000 C:\Windows\System32\wship6.dll
      0x6fab0000 - 0x6fabf000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
      0x71cd0000 - 0x71d8f000 C:\Windows\System32\msvcr100.dll
      0x6d930000 - 0x6d93d000 C:\Program Files (x86)\Java\jre7\bin\prism-d3d.dll
      0x706f0000 - 0x708b3000 C:\Windows\system32\d3d9.dll
      0x708c0000 - 0x708c6000 C:\Windows\system32\d3d8thk.dll
      0x70c20000 - 0x70c33000 C:\Windows\system32\dwmapi.dll
      0x708d0000 - 0x70950000 C:\Windows\system32\uxtheme.dll
      0x4b8b0000 - 0x4be99000 C:\Windows\system32\igdumd32.dll
      0x6fc20000 - 0x6fc26000 C:\Program Files (x86)\Java\jre7\bin\jp2native.dll
      0x63b50000 - 0x63b77000 C:\Program Files (x86)\Java\jre7\bin\glass.dll
      0x76190000 - 0x7620b000 C:\Windows\syswow64\COMDLG32.dll
      0x70cf0000 - 0x70cf8000 C:\Windows\system32\Secur32.dll
      0x748f0000 - 0x748f4000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
      0x72590000 - 0x725ac000 C:\Windows\system32\IPHLPAPI.DLL
      0x72580000 - 0x72587000 C:\Windows\system32\WINNSI.DLL
      0x72210000 - 0x72226000 C:\Windows\system32\CRYPTSP.dll
      0x721d0000 - 0x7220b000 C:\Windows\system32\rsaenh.dll
      0x75740000 - 0x757c3000 C:\Windows\syswow64\CLBCatQ.DLL
      0x701e0000 - 0x701f0000 C:\Windows\system32\NLAapi.dll
      0x701d0000 - 0x701e0000 C:\Windows\system32\napinsp.dll
      0x701b0000 - 0x701c2000 C:\Windows\system32\pnrpnsp.dll
      0x6f440000 - 0x6f570000 C:\Windows\system32\WindowsCodecs.dll
      0x71c70000 - 0x71cb4000 C:\Windows\system32\DNSAPI.dll
      0x701a0000 - 0x701a8000 C:\Windows\System32\winrnr.dll
      0x74170000 - 0x7417d000 C:\Windows\system32\wshbth.dll
      0x74900000 - 0x74927000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
      0x748b0000 - 0x748d1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
      0x72a30000 - 0x72a35000 C:\Windows\System32\wshtcpip.dll
      0x70150000 - 0x70156000 C:\Windows\system32\rasadhlp.dll
      0x70160000 - 0x70198000 C:\Windows\System32\fwpuclnt.dll
      0x6fad0000 - 0x6fae2000 C:\Program Files (x86)\Common Files\TortoiseOverlays\TortoiseOverlays.dll
      0x6c430000 - 0x6c444000 C:\Program Files\TortoiseSVN\bin\TortoiseStub32.dll
      0x5fad0000 - 0x5fb3f000 C:\Program Files\TortoiseSVN\bin\TortoiseSVN32.dll
      0x5e280000 - 0x5e5de000 C:\Program Files\TortoiseSVN\bin\libsvn_tsvn32.dll
      0x6c3d0000 - 0x6c3f5000 C:\Program Files\TortoiseSVN\bin\libapr_tsvn32.dll
      0x5e1a0000 - 0x5e276000 C:\Windows\system32\MSVCR110.dll
      0x63ca0000 - 0x63cd8000 C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn32.dll
      0x75f70000 - 0x75fb5000 C:\Windows\syswow64\WLDAP32.dll
      0x6d490000 - 0x6d49d000 C:\Program Files\TortoiseSVN\bin\intl3_tsvn32.dll
      0x6a890000 - 0x6a8a3000 C:\Program Files\TortoiseSVN\bin\libsasl32.dll
      0x757f0000 - 0x75910000 C:\Windows\syswow64\CRYPT32.dll
      0x751b0000 - 0x751bc000 C:\Windows\syswow64\MSASN1.dll
      0x5e110000 - 0x5e195000 C:\Windows\system32\MSVCP110.dll
      0x64430000 - 0x64461000 C:\Windows\system32\EhStorShell.dll
      0x75b20000 - 0x75cbd000 C:\Windows\syswow64\SETUPAPI.dll
      0x76fc0000 - 0x76fe7000 C:\Windows\syswow64\CFGMGR32.dll
      0x75fd0000 - 0x75fe2000 C:\Windows\syswow64\DEVOBJ.dll
      0x70d00000 - 0x70df5000 C:\Windows\system32\PROPSYS.dll
      0x5fba0000 - 0x5fc10000 C:\Windows\system32\ntshrui.dll
      0x70c90000 - 0x70ca9000 C:\Windows\system32\srvcli.dll
      0x6d4a0000 - 0x6d4ab000 C:\Windows\system32\cscapi.dll
      0x6e390000 - 0x6e39a000 C:\Windows\system32\slc.dll
      0x5efe0000 - 0x5f001000 C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\rtscom.dll
      0x5ece0000 - 0x5ed1d000 C:\Program Files (x86)\Java\jre7\bin\javafx-font.dll
      0x6d7f0000 - 0x6d7fa000 C:\Program Files (x86)\Java\jre7\bin\management.dll
      0x74460000 - 0x7454b000 C:\Windows\system32\dbghelp.dll

      VM Arguments:
      jvm_args: -D__jvm_launched=81854572084 -D__applet_launched=81848262548 -Djnlp.fx=2.2.45 -Xbootclasspath/a:C:\Program Files (x86)\Java\jre7\lib\deploy.jar;C:\Program Files (x86)\Java\jre7\lib\javaws.jar;C:\Program Files (x86)\Java\jre7\lib\plugin.jar -Djnlpx.session.data=C:\Users\User\AppData\Local\Temp\session6720744501131255123 -Xmx1g
      java_command: sun.plugin2.main.client.PluginMain write_pipe_name=jpi2_pid20100_pipe5,read_pipe_name=jpi2_pid20100_pipe4
      Launcher Type: SUN_STANDARD

      Environment Variables:
      PATH=C:\Program Files\Internet Explorer;;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;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\Common Files\Lenovo;C:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Program Files (x86)\Windows Live\Shared;C:\SWTOOLS\ReadyApps;C:\Program Files (x86)\Symantec\VIP Access Client\;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files\TortoiseSVN\bin
      USERNAME=User
      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, erms, ht, tsc, tscinvbit, tscinv

      Memory: 4k page, physical 3778520k(823744k free), swap 7555176k(2872792k free)

      vm_info: Java HotSpot(TM) Client VM (24.45-b08) for windows-x86 JRE (1.7.0_45-b18), built on Oct 8 2013 06:02:43 by "java_re" with unknown MS VC++:1600

      time: Fri Nov 08 15:50:54 2013
      elapsed time: 34 seconds

            msladecek Martin Sládeček
            pmarsonjfx Pitt Marson (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: