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

FX WebView JVM Crash

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 7u21
    • javafx
    • web

      For a moment I thought I was doing something wrong trying to embed a WebView inside a Swing JPanel, But I can reproduce the problem with your sample code.

      Using the code from http://docs.oracle.com/javafx/2/swing/SimpleSwingBrowser.java.htm
      But opening first the url at http://www.google.ca/news the JVM crash. I won't if we open that URL later, after http://www.oracle.com for example.

      Could this be because there is an HTML5 Video at http://www.google.ca/news ?

      --

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006dde3cca, pid=6052, tid=2432
      #
      # JRE version: 7.0_21-b11
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode windows-amd64 compressed oops)
      # Problematic frame:
      # C [jfxwebkit.dll+0x7b3cca] WTFReportBacktrace+0x512a
      #
      # 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 (0x000000001181e800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=2432, stack(0x0000000015b10000,0x0000000015c10000)]

      siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000050

      Registers:
      RAX=0x0000000000000001, RBX=0x0000000011bfa298, RCX=0x0000000000000000, RDX=0x0000000000000001
      RSP=0x0000000015c0bcc0, RBP=0x00000000190aeee0, RSI=0x0000000011bfa298, RDI=0x0000000000000000
      R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000010650000, R11=0x0000000010a31810
      R12=0x000000006e38b340, R13=0x0000000000000000, R14=0xffff000000000002, R15=0x0000000018160538
      RIP=0x000000006dde3cca, EFLAGS=0x0000000000010246

      Top of Stack: (sp=0x0000000015c0bcc0)
      0x0000000015c0bcc0: 0000000011cf7a00 0000000000000007
      0x0000000015c0bcd0: 0000000011bfa260 000000006dde0a4f
      0x0000000015c0bce0: 0000000000000001 000000006de6aca1
      0x0000000015c0bcf0: 0000000000000000 0000000006930d80
      0x0000000015c0bd00: 0000000011bfa0f0 000000006de6f25e
      0x0000000015c0bd10: 00000000190aeee0 000000006e38b270
      0x0000000015c0bd20: 0000000011bf9a98 000000006e38b410
      0x0000000015c0bd30: 0000000006a51ae0 000000006de742c0
      0x0000000015c0bd40: 0000000011bfa298 000000006e38b340
      0x0000000015c0bd50: ffff000000000002 0000000011bf9a98
      0x0000000015c0bd60: 0000000011bfa298 000000006ddfe90b
      0x0000000015c0bd70: 0000000000000000 000000006e38b410
      0x0000000015c0bd80: 0000000011bf9a98 0000000000000158
      0x0000000015c0bd90: 0000000018160538 0000000000000000
      0x0000000015c0bda0: 0000000011bfa298 000000006dde918d
      0x0000000015c0bdb0: 0000000000000000 0000000015c0c780

      Instructions: (pc=0x000000006dde3cca)
      0x000000006dde3caa: ba 01 00 00 00 49 81 e1 00 00 ff ff 4d 2b c1 49
      0x000000006dde3cba: c1 e8 05 41 0f b6 c8 49 c1 e8 05 80 e1 1f d3 e2
      0x000000006dde3cca: 43 85 54 81 50 0f 95 c0 43 09 54 81 50 84 c0 75
      0x000000006dde3cda: 2d 48 83 7f 08 00 74 26 48 8b 43 10 48 39 43 18


      Register to memory mapping:

      RAX=0x0000000000000001 is an unknown value
      RBX=0x0000000011bfa298 is an unknown value
      RCX=0x0000000000000000 is an unknown value
      RDX=0x0000000000000001 is an unknown value
      RSP=0x0000000015c0bcc0 is pointing into the stack for thread: 0x000000001181e800
      RBP=0x00000000190aeee0 is an unknown value
      RSI=0x0000000011bfa298 is an unknown value
      RDI=0x0000000000000000 is an unknown value
      R8 =0x0000000000000000 is an unknown value
      R9 =0x0000000000000000 is an unknown value
      R10=0x0000000010650000 is an unknown value
      R11=0x0000000010a31810 is an unknown value
      R12=0x000000006e38b340 is an unknown value
      R13=0x0000000000000000 is an unknown value
      R14=0xffff000000000002 is an unknown value
      R15=0x0000000018160538 is an unknown value


      Stack: [0x0000000015b10000,0x0000000015c10000], sp=0x0000000015c0bcc0, free space=1007k
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      C [jfxwebkit.dll+0x7b3cca] WTFReportBacktrace+0x512a

      Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
      j com.sun.webpane.webkit.network.URLLoader.twkDidReceiveData(Ljava/nio/ByteBuffer;IIJ)V+0
      j com.sun.webpane.webkit.network.URLLoader.access$1200(Ljava/nio/ByteBuffer;IIJ)V+4
      j com.sun.webpane.webkit.network.URLLoader$5.run()V+35
      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 )
        0x0000000011827000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=11096, stack(0x000000001bce0000,0x000000001bde0000)]
        0x0000000011826000 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=4376, stack(0x000000001bdf0000,0x000000001bef0000)]
        0x0000000011825800 JavaThread "TimerQueue" daemon [_thread_blocked, id=10556, stack(0x000000001a4a0000,0x000000001a5a0000)]
        0x0000000011824800 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=2772, stack(0x000000001a1e0000,0x000000001a2e0000)]
        0x0000000011824000 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=9752, stack(0x000000001a090000,0x000000001a190000)]
        0x0000000011823000 JavaThread "Disposer" daemon [_thread_blocked, id=9544, stack(0x0000000018060000,0x0000000018160000)]
        0x0000000011822800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=8196, stack(0x0000000017e00000,0x0000000017f00000)]
        0x0000000011821800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=11064, stack(0x00000000176d0000,0x00000000177d0000)]
        0x0000000011821000 JavaThread "Thread-3" daemon [_thread_in_native, id=6624, stack(0x0000000016820000,0x0000000016920000)]
        0x0000000011820000 JavaThread "DestroyJavaVM" [_thread_blocked, id=3056, stack(0x00000000023e0000,0x00000000024e0000)]
        0x000000001181f800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7812, stack(0x0000000016e10000,0x0000000016f10000)]
      =>0x000000001181e800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=2432, stack(0x0000000015b10000,0x0000000015c10000)]
        0x000000001181e000 JavaThread "Disposer" daemon [_thread_blocked, id=10460, stack(0x00000000159f0000,0x0000000015af0000)]
        0x000000001181d000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=4336, stack(0x00000000146d0000,0x00000000147d0000)]
        0x000000001181c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4900, stack(0x0000000012500000,0x0000000012600000)]
        0x000000001181b800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3576, stack(0x0000000012810000,0x0000000012910000)]
        0x000000001181b000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3136, stack(0x0000000012710000,0x0000000012810000)]
        0x000000001181a000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=10944, stack(0x00000000120a0000,0x00000000121a0000)]
        0x0000000010bb0800 JavaThread "Service Thread" daemon [_thread_blocked, id=8160, stack(0x0000000011530000,0x0000000011630000)]
        0x0000000010ba5800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5852, stack(0x0000000011310000,0x0000000011410000)]
        0x0000000010b9e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7836, stack(0x0000000010fa0000,0x00000000110a0000)]
        0x0000000010b9d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6232, stack(0x00000000110f0000,0x00000000111f0000)]
        0x0000000010b9c000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9120, stack(0x00000000107d0000,0x00000000108d0000)]
        0x000000000ea89000 JavaThread "Finalizer" daemon [_thread_blocked, id=5224, stack(0x0000000010a50000,0x0000000010b50000)]
        0x000000000ea80800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7248, stack(0x0000000010910000,0x0000000010a10000)]

      Other Threads:
        0x000000000ea79000 VMThread [stack: 0x0000000010690000,0x0000000010790000] [id=6696]
        0x0000000010bc9000 WatcherThread [stack: 0x0000000011670000,0x0000000011770000] [id=10336]

      VM state:not at safepoint (normal execution)

      VM Mutex/Monitor currently owned by a thread: None

      Heap
       PSYoungGen total 106432K, used 23094K [0x00000007c0160000, 0x00000007cddc0000, 0x0000000800000000)
        eden space 98304K, 17% used [0x00000007c0160000,0x00000007c11e6dc0,0x00000007c6160000)
        from space 8128K, 75% used [0x00000007c6160000,0x00000007c6766ce8,0x00000007c6950000)
        to space 14528K, 0% used [0x00000007ccf90000,0x00000007ccf90000,0x00000007cddc0000)
       ParOldGen total 130944K, used 8728K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 6% used [0x0000000740400000,0x0000000740c86200,0x00000007483e0000)
       PSPermGen total 21248K, used 20096K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 94% used [0x000000073b200000,0x000000073c5a0220,0x000000073c6c0000)

      Card table byte_map: [0x0000000005620000,0x0000000005c50000] byte_map_base: 0x0000000001c47000

      Polling page: 0x0000000000270000

      Code Cache [0x0000000002560000, 0x00000000027d0000, 0x0000000005560000)
       total_blobs=836 nmethods=164 adapters=623 free_code_cache=48112Kb largest_free_block=49234432

      Compilation events (10 events):
      Event: 1.057 Thread 0x0000000010ba5800 nmethod 154 0x0000000002658ed0 code [0x0000000002659040, 0x00000000026592b8]
      Event: 1.058 Thread 0x0000000010ba5800 155 java.util.regex.Pattern::sequence (553 bytes)
      Event: 1.063 Thread 0x0000000010b9e800 nmethod 151 0x0000000002669250 code [0x0000000002669520, 0x000000000266a8d8]
      Event: 1.063 Thread 0x0000000010ba5800 nmethod 155 0x000000000263af50 code [0x000000000263b1a0, 0x000000000263b958]
      Event: 1.063 Thread 0x0000000010b9e800 156 java.util.regex.Pattern::nextEscaped (19 bytes)
      Event: 1.063 Thread 0x0000000010ba5800 157 java.util.regex.Pattern::unread (11 bytes)
      Event: 1.064 Thread 0x0000000010ba5800 nmethod 157 0x000000000263acd0 code [0x000000000263ae00, 0x000000000263ae58]
      Event: 1.064 Thread 0x0000000010ba5800 158 java.util.HashMap$Entry::<init> (26 bytes)
      Event: 1.064 Thread 0x0000000010b9e800 nmethod 156 0x0000000002659850 code [0x0000000002659980, 0x0000000002659a38]
      Event: 1.064 Thread 0x0000000010ba5800 nmethod 158 0x0000000002659610 code [0x0000000002659740, 0x00000000026597d8]

      GC Heap History (10 events):
      Event: 0.864 GC heap before
      {Heap before GC invocations=1 (full 0):
       PSYoungGen total 57280K, used 49129K [0x00000007c0160000, 0x00000007c4140000, 0x0000000800000000)
        eden space 49152K, 99% used [0x00000007c0160000,0x00000007c315a5b0,0x00000007c3160000)
        from space 8128K, 0% used [0x00000007c3950000,0x00000007c3950000,0x00000007c4140000)
        to space 8128K, 0% used [0x00000007c3160000,0x00000007c3160000,0x00000007c3950000)
       ParOldGen total 130944K, used 0K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 0% used [0x0000000740400000,0x0000000740400000,0x00000007483e0000)
       PSPermGen total 21248K, used 19775K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c54fdb0,0x000000073c6c0000)
      Event: 0.873 GC heap after
      Heap after GC invocations=1 (full 0):
       PSYoungGen total 57280K, used 8115K [0x00000007c0160000, 0x00000007c4140000, 0x0000000800000000)
        eden space 49152K, 0% used [0x00000007c0160000,0x00000007c0160000,0x00000007c3160000)
        from space 8128K, 99% used [0x00000007c3160000,0x00000007c394cc90,0x00000007c3950000)
        to space 8128K, 0% used [0x00000007c3950000,0x00000007c3950000,0x00000007c4140000)
       ParOldGen total 130944K, used 528K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 0% used [0x0000000740400000,0x0000000740484070,0x00000007483e0000)
       PSPermGen total 21248K, used 19775K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c54fdb0,0x000000073c6c0000)
      }
      Event: 0.884 GC heap before
      {Heap before GC invocations=2 (full 0):
       PSYoungGen total 57280K, used 57215K [0x00000007c0160000, 0x00000007c4140000, 0x0000000800000000)
        eden space 49152K, 99% used [0x00000007c0160000,0x00000007c31532c0,0x00000007c3160000)
        from space 8128K, 99% used [0x00000007c3160000,0x00000007c394cc90,0x00000007c3950000)
        to space 8128K, 0% used [0x00000007c3950000,0x00000007c3950000,0x00000007c4140000)
       ParOldGen total 130944K, used 528K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 0% used [0x0000000740400000,0x0000000740484070,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      Event: 0.890 GC heap after
      Heap after GC invocations=2 (full 0):
       PSYoungGen total 57280K, used 8102K [0x00000007c0160000, 0x00000007c7140000, 0x0000000800000000)
        eden space 49152K, 0% used [0x00000007c0160000,0x00000007c0160000,0x00000007c3160000)
        from space 8128K, 99% used [0x00000007c3950000,0x00000007c4139838,0x00000007c4140000)
        to space 8128K, 0% used [0x00000007c3160000,0x00000007c3160000,0x00000007c3950000)
       ParOldGen total 130944K, used 4655K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 3% used [0x0000000740400000,0x000000074088bc50,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      }
      Event: 0.901 GC heap before
      {Heap before GC invocations=3 (full 0):
       PSYoungGen total 57280K, used 57246K [0x00000007c0160000, 0x00000007c7140000, 0x0000000800000000)
        eden space 49152K, 99% used [0x00000007c0160000,0x00000007c315e210,0x00000007c3160000)
        from space 8128K, 99% used [0x00000007c3950000,0x00000007c4139838,0x00000007c4140000)
        to space 8128K, 0% used [0x00000007c3160000,0x00000007c3160000,0x00000007c3950000)
       ParOldGen total 130944K, used 4655K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 3% used [0x0000000740400000,0x000000074088bc50,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      Event: 0.906 GC heap after
      Heap after GC invocations=3 (full 0):
       PSYoungGen total 57280K, used 8126K [0x00000007c0160000, 0x00000007c7140000, 0x0000000800000000)
        eden space 49152K, 0% used [0x00000007c0160000,0x00000007c0160000,0x00000007c3160000)
        from space 8128K, 99% used [0x00000007c3160000,0x00000007c394fb50,0x00000007c3950000)
        to space 8128K, 0% used [0x00000007c6950000,0x00000007c6950000,0x00000007c7140000)
       ParOldGen total 130944K, used 4715K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 3% used [0x0000000740400000,0x000000074089ac98,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      }
      Event: 0.915 GC heap before
      {Heap before GC invocations=4 (full 0):
       PSYoungGen total 57280K, used 57155K [0x00000007c0160000, 0x00000007c7140000, 0x0000000800000000)
        eden space 49152K, 99% used [0x00000007c0160000,0x00000007c31413e0,0x00000007c3160000)
        from space 8128K, 99% used [0x00000007c3160000,0x00000007c394fb50,0x00000007c3950000)
        to space 8128K, 0% used [0x00000007c6950000,0x00000007c6950000,0x00000007c7140000)
       ParOldGen total 130944K, used 4715K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 3% used [0x0000000740400000,0x000000074089ac98,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      Event: 0.921 GC heap after
      Heap after GC invocations=4 (full 0):
       PSYoungGen total 106432K, used 8106K [0x00000007c0160000, 0x00000007c7140000, 0x0000000800000000)
        eden space 98304K, 0% used [0x00000007c0160000,0x00000007c0160000,0x00000007c6160000)
        from space 8128K, 99% used [0x00000007c6950000,0x00000007c713a928,0x00000007c7140000)
        to space 8128K, 0% used [0x00000007c6160000,0x00000007c6160000,0x00000007c6950000)
       ParOldGen total 130944K, used 8720K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 6% used [0x0000000740400000,0x0000000740c84200,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      }
      Event: 0.944 GC heap before
      {Heap before GC invocations=5 (full 0):
       PSYoungGen total 106432K, used 106351K [0x00000007c0160000, 0x00000007c7140000, 0x0000000800000000)
        eden space 98304K, 99% used [0x00000007c0160000,0x00000007c61516d0,0x00000007c6160000)
        from space 8128K, 99% used [0x00000007c6950000,0x00000007c713a928,0x00000007c7140000)
        to space 8128K, 0% used [0x00000007c6160000,0x00000007c6160000,0x00000007c6950000)
       ParOldGen total 130944K, used 8720K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 6% used [0x0000000740400000,0x0000000740c84200,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      Event: 0.949 GC heap after
      Heap after GC invocations=5 (full 0):
       PSYoungGen total 106432K, used 6171K [0x00000007c0160000, 0x00000007cddc0000, 0x0000000800000000)
        eden space 98304K, 0% used [0x00000007c0160000,0x00000007c0160000,0x00000007c6160000)
        from space 8128K, 75% used [0x00000007c6160000,0x00000007c6766ce8,0x00000007c6950000)
        to space 14528K, 0% used [0x00000007ccf90000,0x00000007ccf90000,0x00000007cddc0000)
       ParOldGen total 130944K, used 8728K [0x0000000740400000, 0x00000007483e0000, 0x00000007c0160000)
        object space 130944K, 6% used [0x0000000740400000,0x0000000740c86200,0x00000007483e0000)
       PSPermGen total 21248K, used 19779K [0x000000073b200000, 0x000000073c6c0000, 0x0000000740400000)
        object space 21248K, 93% used [0x000000073b200000,0x000000073c550f50,0x000000073c6c0000)
      }

      Deoptimization events (10 events):
      Event: 0.951 Thread 0x0000000011824000 Uncommon trap -34 fr.pc 0x000000000260c044
      Event: 0.980 Thread 0x0000000011824000 Uncommon trap -83 fr.pc 0x0000000002650960
      Event: 1.000 Thread 0x0000000011824000 Uncommon trap -83 fr.pc 0x0000000002643148
      Event: 1.045 Thread 0x0000000011824800 Uncommon trap -122 fr.pc 0x00000000026583e4
      Event: 1.045 Thread 0x0000000011824800 Uncommon trap -34 fr.pc 0x000000000264e97c
      Event: 1.045 Thread 0x0000000011824800 Uncommon trap -34 fr.pc 0x000000000264e97c
      Event: 1.045 Thread 0x0000000011824800 Uncommon trap -34 fr.pc 0x000000000264e97c
      Event: 1.045 Thread 0x0000000011824800 Uncommon trap -34 fr.pc 0x000000000264e97c
      Event: 1.061 Thread 0x0000000011824000 Uncommon trap -34 fr.pc 0x0000000002655d5c
      Event: 1.112 Thread 0x000000001181e800 Uncommon trap 51 fr.pc 0x00000000025c423c

      Internal exceptions (10 events):
      Event: 1.065 Thread 0x0000000011824800 Threw 0x00000007c0de1930 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.106 Thread 0x0000000011824800 Threw 0x00000007c0de6d78 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.106 Thread 0x000000001181e800 Threw 0x00000007c080cd10 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.107 Thread 0x000000001181e800 Threw 0x00000007c0810c08 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.107 Thread 0x000000001181e800 Threw 0x00000007c0812f08 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.107 Thread 0x000000001181e800 Threw 0x00000007c0816eb0 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.107 Thread 0x000000001181e800 Threw 0x00000007c0819628 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.108 Thread 0x000000001181e800 Threw 0x00000007c081c110 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.108 Thread 0x000000001181e800 Threw 0x00000007c081f720 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 1.111 Thread 0x000000001181e800 Threw 0x00000007c08234d8 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

      Events (10 events):
      Event: 1.108 loading class 0x0000000011eafaa0
      Event: 1.108 loading class 0x0000000011eafaa0 done
      Event: 1.111 loading class 0x0000000011eaf8e0
      Event: 1.111 loading class 0x0000000011eaf8e0 done
      Event: 1.113 loading class 0x000000000eab7660
      Event: 1.113 loading class 0x000000000eab7660 done
      Event: 1.113 Executing VM operation: Deoptimize
      Event: 1.113 Executing VM operation: Deoptimize done
      Event: 1.113 Thread 0x000000001181e800 DEOPT PACKING pc=0x00000000025c423c sp=0x0000000015c0ba40
      Event: 1.113 Thread 0x000000001181e800 DEOPT UNPACKING pc=0x0000000002599164 sp=0x0000000015c0b9e0 mode 2


      Dynamic libraries:
      0x000000013fca0000 - 0x000000013fcd3000 C:\Program Files\Java\jdk1.7.0_21\bin\java.exe
      0x0000000077790000 - 0x0000000077939000 C:\Windows\SYSTEM32\ntdll.dll
      0x0000000077570000 - 0x000000007768f000 C:\Windows\system32\kernel32.dll
      0x000007fefd620000 - 0x000007fefd68b000 C:\Windows\system32\KERNELBASE.dll
      0x000007fefea30000 - 0x000007fefeb0b000 C:\Windows\system32\ADVAPI32.dll
      0x000007fefdeb0000 - 0x000007fefdf4f000 C:\Windows\system32\msvcrt.dll
      0x000007fefe2b0000 - 0x000007fefe2cf000 C:\Windows\SYSTEM32\sechost.dll
      0x000007fefe180000 - 0x000007fefe2ad000 C:\Windows\system32\RPCRT4.dll
      0x0000000077690000 - 0x000000007778a000 C:\Windows\system32\USER32.dll
      0x000007fefe2d0000 - 0x000007fefe337000 C:\Windows\system32\GDI32.dll
      0x000007fefea20000 - 0x000007fefea2e000 C:\Windows\system32\LPK.dll
      0x000007fefe8d0000 - 0x000007fefe999000 C:\Windows\system32\USP10.dll
      0x000007fefba20000 - 0x000007fefbc14000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
      0x000007fefe610000 - 0x000007fefe681000 C:\Windows\system32\SHLWAPI.dll
      0x000007fefdda0000 - 0x000007fefddce000 C:\Windows\system32\IMM32.DLL
      0x000007fefd9a0000 - 0x000007fefdaa9000 C:\Windows\system32\MSCTF.dll
      0x000000006fa00000 - 0x000000006fa38000 C:\PROGRA~2\Sophos\SOPHOS~1\SOPHOS~2.DLL
      0x0000000077960000 - 0x0000000077967000 C:\Windows\system32\PSAPI.DLL
      0x0000000062b60000 - 0x0000000062c31000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\msvcr100.dll
      0x000000006e780000 - 0x000000006eea1000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\server\jvm.dll
      0x000007fef9a30000 - 0x000007fef9a39000 C:\Windows\system32\WSOCK32.dll
      0x000007fefe880000 - 0x000007fefe8cd000 C:\Windows\system32\WS2_32.dll
      0x000007fefe690000 - 0x000007fefe698000 C:\Windows\system32\NSI.dll
      0x000007fefb6c0000 - 0x000007fefb6fb000 C:\Windows\system32\WINMM.dll
      0x000000006afb0000 - 0x000000006afbf000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\verify.dll
      0x0000000068720000 - 0x0000000068748000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.dll
      0x0000000068770000 - 0x0000000068785000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\zip.dll
      0x000007fef9ea0000 - 0x000007fef9eb0000 C:\Program Files (x86)\JetBrains\IntelliJ IDEA 12.1\bin\breakgen64.dll
      0x0000000069e00000 - 0x0000000069e19000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\net.dll
      0x0000000075380000 - 0x00000000753a2000 C:\ProgramData\Sophos\Web Intelligence\swi_ifslsp_64.dll
      0x000007fefc860000 - 0x000007fefc86c000 C:\Windows\system32\VERSION.dll
      0x000007fefcd90000 - 0x000007fefcde5000 C:\Windows\system32\mswsock.dll
      0x000007fefce10000 - 0x000007fefce17000 C:\Windows\System32\wship6.dll
      0x000000005b0e0000 - 0x000000005b273000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\awt.dll
      0x000007fefddd0000 - 0x000007fefdea7000 C:\Windows\system32\OLEAUT32.dll
      0x000007fefe3e0000 - 0x000007fefe5e3000 C:\Windows\system32\ole32.dll
      0x000007fefb210000 - 0x000007fefb228000 C:\Windows\system32\DWMAPI.DLL
      0x000007fefc390000 - 0x000007fefc3e6000 C:\Windows\system32\uxtheme.dll
      0x000007fefd460000 - 0x000007fefd46f000 C:\Windows\system32\CRYPTBASE.dll
      0x000007fef34f0000 - 0x000007fef36ef000 C:\Windows\system32\d3d9.dll
      0x000007fef3460000 - 0x000007fef3467000 C:\Windows\system32\d3d8thk.dll
      0x000007feeed80000 - 0x000007feeee9e000 C:\Windows\system32\aticfx64.dll
      0x000007fef2400000 - 0x000007fef241f000 C:\Windows\system32\atiu9p64.dll
      0x000007fee3ec0000 - 0x000007fee4558000 C:\Windows\system32\atiumd64.dll
      0x0000000050c70000 - 0x000000005115a000 C:\Windows\system32\atiumd6a.dll
      0x000007fefebb0000 - 0x000007feff938000 C:\Windows\system32\SHELL32.dll
      0x000000006a2d0000 - 0x000000006a2df000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\prism-d3d.dll
      0x0000000062c60000 - 0x0000000062c92000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\glass.dll
      0x000007fefeb10000 - 0x000007fefeba7000 C:\Windows\system32\COMDLG32.dll
      0x0000000068220000 - 0x000000006825e000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\fontmanager.dll
      0x000007fefe340000 - 0x000007fefe3d9000 C:\Windows\system32\CLBCatQ.DLL
      0x000007fef01c0000 - 0x000007fef0321000 C:\Windows\system32\WindowsCodecs.dll
      0x000007fefd400000 - 0x000007fefd457000 C:\Windows\system32\apphelp.dll
      0x000007feeeb40000 - 0x000007feeed7b000 C:\PROGRA~1\MICROS~1\Office15\GROOVEEX.DLL
      0x0000000074e80000 - 0x0000000074f18000 C:\Windows\system32\MSVCP100.dll
      0x0000000074e50000 - 0x0000000074e7b000 C:\Windows\system32\ATL100.DLL
      0x000007feedad0000 - 0x000007feedde7000 C:\Windows\system32\msi.dll
      0x000007feea380000 - 0x000007feeabf5000 C:\PROGRA~1\MICROS~1\Office15\1033\GrooveIntlResource.dll
      0x0000000074e30000 - 0x0000000074e46000 C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll
      0x00000000734e0000 - 0x00000000734f0000 C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll
      0x000000006f5f0000 - 0x000000006f66b000 C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
      0x000007fefdf50000 - 0x000007fefe17d000 C:\Windows\system32\WININET.dll
      0x000007fefd730000 - 0x000007fefd734000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
      0x000007fefd7c0000 - 0x000007fefd7c5000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
      0x000007fefd7b0000 - 0x000007fefd7b4000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
      0x000007fefd990000 - 0x000007fefd994000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
      0x000007fefd980000 - 0x000007fefd983000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
      0x0000000077950000 - 0x0000000077953000 C:\Windows\system32\normaliz.DLL
      0x000007fefdab0000 - 0x000007fefdd3c000 C:\Windows\system32\iertutil.dll
      0x000007feec380000 - 0x000007feec76d000 C:\Program Files\TortoiseSVN\bin\libsvn_tsvn.dll
      0x000000006f7d0000 - 0x000000006f7fb000 C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll
      0x000000006f5a0000 - 0x000000006f5e1000 C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn.dll
      0x000007fefdd40000 - 0x000007fefdd92000 C:\Windows\system32\WLDAP32.dll
      0x000007fef96d0000 - 0x000007fef96e0000 C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dll
      0x000007fef92c0000 - 0x000007fef92da000 C:\Program Files\TortoiseSVN\bin\libsasl.dll
      0x000007fefd380000 - 0x000007fefd38b000 C:\Windows\system32\Secur32.dll
      0x000007fefd3d0000 - 0x000007fefd3f5000 C:\Windows\system32\SSPICLI.DLL
      0x000007fefd7d0000 - 0x000007fefd93a000 C:\Windows\system32\CRYPT32.dll
      0x000007fefd610000 - 0x000007fefd61f000 C:\Windows\system32\MSASN1.dll
      0x000007feee940000 - 0x000007feeeb31000 C:\Program Files\TortoiseSVN\bin\crshhndl.dll
      0x000007fef2ec0000 - 0x000007fef2eeb000 C:\Users\martin\AppData\Roaming\Dropbox\bin\DropboxExt64.19.dll
      0x000007fefabf0000 - 0x000007fefad15000 C:\Windows\system32\dbghelp.dll
      0x000000006f3a0000 - 0x000000006f473000 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCP90.dll
      0x0000000072120000 - 0x00000000721c3000 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll
      0x00000000626e0000 - 0x0000000062772000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\libxml2.dll
      0x000000005efe0000 - 0x000000005f013000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\libxslt.dll
      0x000000006d630000 - 0x000000006e467000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\jfxwebkit.dll
      0x0000000068700000 - 0x0000000068711000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\nio.dll
      0x0000000062cd0000 - 0x0000000062d11000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\t2k.dll
      0x0000000062ca0000 - 0x0000000062cca000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\dcpr.dll
      0x000000005ef90000 - 0x000000005efdf000 C:\Program Files\Java\jdk1.7.0_21\jre\bin\javafx-font.dll
      0x000007fefc6d0000 - 0x000007fefc6d7000 C:\Windows\System32\wshtcpip.dll
      0x000007fefcc20000 - 0x000007fefcc7b000 C:\Windows\system32\DNSAPI.dll
      0x000007fef9260000 - 0x000007fef928f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
      0x0000000074df0000 - 0x0000000074e25000 C:\Program Files\Bonjour\mdnsNSP.dll
      0x000007fefaf30000 - 0x000007fefaf57000 C:\Windows\system32\Iphlpapi.DLL
      0x000007fefaf20000 - 0x000007fefaf2b000 C:\Windows\system32\WINNSI.DLL
      0x000007fef9250000 - 0x000007fef9258000 C:\Windows\system32\rasadhlp.dll
      0x000007fefa2c0000 - 0x000007fefa313000 C:\Windows\System32\fwpuclnt.dll
      0x000007fefcdf0000 - 0x000007fefce07000 C:\Windows\system32\CRYPTSP.dll
      0x000007fefca30000 - 0x000007fefca77000 C:\Windows\system32\rsaenh.dll

      VM Arguments:
      jvm_args: -Didea.launcher.port=7535 -Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 12.1\bin -Dfile.encoding=UTF-8
      java_command: com.intellij.rt.execution.application.AppMain com.jovaco.fx.SimpleSwingBrowser
      Launcher Type: SUN_STANDARD

      Environment Variables:
      JAVA_HOME=C:\Users\martin/test2
      PATH=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 12.1\bin\..\.\bin;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 12.1\bin\..\.\bin;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 12.1\bin\..\.\bin;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files (x86)\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;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)\Windows Live\Shared;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\TortoiseSVN\bin;c:\program files (x86)\jetbrains\intellij idea 12.1\jre\jre\bin;c:\program files (x86)\jetbrains\intellij idea 12.1\jre\jre\bin;c:\program files (x86)\jetbrains\intellij idea 12.1\jre\jre\bin
      USERNAME=martin
      OS=Windows_NT
      PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel



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

      OS: Windows 7 , 64 bit Build 7601 Service Pack 1

      CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit

      Memory: 4k page, physical 12564900k(4362324k free), swap 25127940k(14527636k free)

      vm_info: Java HotSpot(TM) 64-Bit Server VM (23.21-b01) for windows-amd64 JRE (1.7.0_21-b11), built on Apr 4 2013 08:11:28 by "java_re" with unknown MS VC++:1600

      time: Mon Jun 10 11:42:15 2013
      elapsed time: 1 seconds

            peterz Peter Zhelezniakov
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: