MachinePublishers / jBrowserDriver

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java
Other
809 stars 143 forks source link

Java VM crashes on click #240

Closed OLibutzki closed 7 years ago

OLibutzki commented 7 years ago

Whenever the jBrowserDriver clicks on a button in my application under test, the Java VM which executes the test crashes.

jBrowserDriver-Version: 0.17.3 Selenium Web Driver Version: 2.53.0

` # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000051ed88fe, pid=6936, tid=0x000000000000289c # # JRE version: Java(TM) SE Runtime Environment (8.0_112-b15) (build 1.8.0_112-b15) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.112-b15 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [jfxwebkit.dll+0x1388fe] # # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # 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 (0x000000001fd47000): JavaThread "JavaFX Application Thread" daemon [_thread_in_native, id=10396, stack(0x0000000023620000,0x0000000023720000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000518

Registers: RAX=0x0000000000000000, RBX=0x000000002371d5e0, RCX=0x000000002371d5e0, RDX=0x00000000266f7140 RSP=0x000000002371d580, RBP=0x00000000266f7140, RSI=0x0000000000000000, RDI=0x000000002db4a680 R8 =0x0000000000000000, R9 =0x000000002db4a680, R10=0x00000000000000ae, R11=0x0000000054cdc358 R12=0x00000000266f7140, R13=0x0000000000000001, R14=0x00000000266f7140, R15=0x0000000000000001 RIP=0x0000000051ed88fe, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000002371d580) 0x000000002371d580: 000000002371d6e0 000000001fd47000 0x000000002371d590: 000000001fd471f8 0000000000000008 0x000000002371d5a0: 000000002e1a7800 00000000525da45c 0x000000002371d5b0: 000000001fd471f8 000000002db4a680 0x000000002371d5c0: 0000000021e99280 0000000000000000 0x000000002371d5d0: 000000002b01a701 00000000546155e2 0x000000002371d5e0: 00007094d33b401b 000000002b01a770 0x000000002371d5f0: 000000002e1a7800 000000001fd471f8 0x000000002371d600: 000000002371d6e8 00000000525db30c 0x000000002371d610: 0000000021e99280 000000002ff69090 0x000000002371d620: 0000000000000000 0000000000000000 0x000000002371d630: 000000002371d6e8 00000000525daa00 0x000000002371d640: 000000002ded95a0 00000000266f7100 0x000000002371d650: 000000002ff69090 000000002b01a770 0x000000002371d660: 000000001fd47000 000000002371d6f8 0x000000002371d670: 0000000000000005 000000076da3ee30

Instructions: (pc=0x0000000051ed88fe) 0x0000000051ed88de: 18 57 48 83 ec 20 49 8b f9 49 8b f0 48 8b ea 48 0x0000000051ed88ee: 8b d9 4d 85 c9 75 09 48 c7 01 02 00 00 00 eb 4c 0x0000000051ed88fe: 41 80 b8 18 05 00 00 00 74 1c 49 8b 41 08 48 85 0x0000000051ed890e: c0 74 28 f6 40 08 03 75 22 48 8b 08 48 85 c9 74

Register to memory mapping:

RAX=0x0000000000000000 is an unknown value RBX=0x000000002371d5e0 is pointing into the stack for thread: 0x000000001fd47000 RCX=0x000000002371d5e0 is pointing into the stack for thread: 0x000000001fd47000 RDX=0x00000000266f7140 is an unknown value RSP=0x000000002371d580 is pointing into the stack for thread: 0x000000001fd47000 RBP=0x00000000266f7140 is an unknown value RSI=0x0000000000000000 is an unknown value RDI=0x000000002db4a680 is an unknown value R8 =0x0000000000000000 is an unknown value R9 =0x000000002db4a680 is an unknown value R10=0x00000000000000ae is an unknown value R11=0x0000000054cdc358 is an unknown value R12=0x00000000266f7140 is an unknown value R13=0x0000000000000001 is an unknown value R14=0x00000000266f7140 is an unknown value R15=0x0000000000000001 is an unknown value

Stack: [0x0000000023620000,0x0000000023720000], sp=0x000000002371d580, free space=1013k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [jfxwebkit.dll+0x1388fe] C [jfxwebkit.dll+0x83a45c] C [jfxwebkit.dll+0x83b30c] C 0x0000000002c04f90

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 2281 com.sun.webkit.dom.JSObject.callImpl(JILjava/lang/String;[Ljava/lang/Object;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x0000000002c04f12 [0x0000000002c04e80+0x92] J 2974 C2 com.sun.webkit.dom.NodeImpl.call(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object; (7 bytes) @ 0x0000000002dd25f0 [0x0000000002dd2220+0x3d0] J 2454 C1 com.machinepublishers.jbrowserdriver.ElementServer$25.perform()Ljava/lang/Object; (588 bytes) @ 0x0000000002c94634 [0x0000000002c91a00+0x2c34] J 3039 C1 com.machinepublishers.jbrowserdriver.AppThread$Runner.run()V (281 bytes) @ 0x0000000002dfd3dc [0x0000000002dfc0e0+0x12fc] J 2741 C1 com.sun.javafx.application.PlatformImpl$$Lambda$55.run()Ljava/lang/Object; (8 bytes) @ 0x0000000002d45c8c [0x0000000002d45b40+0x14c] v ~StubRoutines::call_stub J 1708 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x0000000002a4e6a6 [0x0000000002a4e640+0x66] J 2749 C1 com.sun.javafx.application.PlatformImpl.lambda$runLater$174(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V (38 bytes) @ 0x0000000002d49f8c [0x0000000002d49c20+0x36c] J 2501 C1 com.sun.javafx.application.PlatformImpl$$Lambda$54.run()V (12 bytes) @ 0x0000000002caf50c [0x0000000002caf480+0x8c] J 2551 C1 com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V (91 bytes) @ 0x0000000002ccd754 [0x0000000002ccd640+0x114] v ~StubRoutines::call_stub j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0 j com.sun.glass.ui.win.WinApplication.lambda$null$148(ILjava/lang/Runnable;)V+8 j com.sun.glass.ui.win.WinApplication$$Lambda$44.run()V+12 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub

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

Java Threads: ( => current thread ) 0x0000000021b72800 JavaThread "URL-Loader-20" daemon [_thread_blocked, id=11192, stack(0x000000002ef40000,0x000000002f040000)] 0x0000000021b72000 JavaThread "URL-Loader-19" daemon [_thread_blocked, id=7192, stack(0x0000000028cc0000,0x0000000028dc0000)] 0x0000000021b71000 JavaThread "URL-Loader-18" daemon [_thread_blocked, id=2212, stack(0x000000002ecc0000,0x000000002edc0000)] 0x0000000021b70800 JavaThread "URL-Loader-17" daemon [_thread_blocked, id=5332, stack(0x000000002ea80000,0x000000002eb80000)] 0x0000000021b6f800 JavaThread "URL-Loader-16" daemon [_thread_blocked, id=3004, stack(0x000000002cdb0000,0x000000002ceb0000)] 0x0000000021b6f000 JavaThread "URL-Loader-15" daemon [_thread_blocked, id=1644, stack(0x000000002d570000,0x000000002d670000)] 0x000000001d098000 JavaThread "URL-Loader-14" daemon [_thread_blocked, id=10920, stack(0x000000002d680000,0x000000002d780000)] 0x000000001d097800 JavaThread "URL-Loader-13" daemon [_thread_blocked, id=11204, stack(0x000000002d400000,0x000000002d500000)] 0x000000001d096800 JavaThread "URL-Loader-12" daemon [_thread_blocked, id=1624, stack(0x000000002d230000,0x000000002d330000)] 0x000000001d096000 JavaThread "URL-Loader-11" daemon [_thread_blocked, id=3120, stack(0x000000002d040000,0x000000002d140000)] 0x000000001d095000 JavaThread "URL-Loader-10" daemon [_thread_blocked, id=7940, stack(0x0000000026e00000,0x0000000026f00000)] 0x000000001d094800 JavaThread "URL-Loader-9" daemon [_thread_blocked, id=9252, stack(0x000000002cee0000,0x000000002cfe0000)] 0x000000001d093800 JavaThread "URL-Loader-8" daemon [_thread_blocked, id=8996, stack(0x000000002cc90000,0x000000002cd90000)] 0x000000001d093000 JavaThread "URL-Loader-7" daemon [_thread_blocked, id=11112, stack(0x0000000028f60000,0x0000000029060000)] 0x000000001d092000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=3652, stack(0x000000002c370000,0x000000002c470000)] 0x000000001d091800 JavaThread "URL-Loader-6" daemon [_thread_blocked, id=6848, stack(0x0000000029480000,0x0000000029580000)] 0x000000001d090800 JavaThread "URL-Loader-5" daemon [_thread_blocked, id=4828, stack(0x0000000029320000,0x0000000029420000)] 0x000000001d090000 JavaThread "URL-Loader-4" daemon [_thread_blocked, id=6748, stack(0x00000000291c0000,0x00000000292c0000)] 0x000000001d08f000 JavaThread "URL-Loader-3" daemon [_thread_blocked, id=7608, stack(0x0000000029090000,0x0000000029190000)] 0x000000001d08e800 JavaThread "URL-Loader-2" daemon [_thread_blocked, id=9040, stack(0x0000000028e10000,0x0000000028f10000)] 0x000000001d08d800 JavaThread "Watchdog-Timer-1" daemon [_thread_blocked, id=9388, stack(0x0000000028bb0000,0x0000000028cb0000)] 0x000000001d08d000 JavaThread "URL-Loader-1" daemon [_thread_blocked, id=9872, stack(0x0000000028800000,0x0000000028900000)] 0x000000001d08c000 JavaThread "Thread-5" daemon [_thread_blocked, id=8572, stack(0x0000000028260000,0x0000000028360000)] 0x0000000022167800 JavaThread "Disposer" daemon [_thread_blocked, id=8304, stack(0x0000000025a50000,0x0000000025b50000)] 0x0000000021990800 JavaThread "Thread-4" daemon [_thread_in_native, id=10816, stack(0x00000000258a0000,0x00000000259a0000)] =>0x000000001fd47000 JavaThread "JavaFX Application Thread" daemon [_thread_in_native, id=10396, stack(0x0000000023620000,0x0000000023720000)] 0x00000000205b5800 JavaThread "Thread-3" daemon [_thread_blocked, id=1752, stack(0x0000000023430000,0x0000000023530000)] 0x00000000217c6800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=10988, stack(0x0000000022e00000,0x0000000022f00000)] 0x000000001fd24000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=9392, stack(0x00000000211f0000,0x00000000212f0000)] 0x000000001fcbd800 JavaThread "RMI TCP Connection(1)-127.0.0.1" daemon [_thread_blocked, id=9384, stack(0x00000000210b0000,0x00000000211b0000)] 0x0000000001fcf000 JavaThread "DestroyJavaVM" [_thread_blocked, id=1888, stack(0x00000000020a0000,0x00000000021a0000)] 0x000000001fcd9000 JavaThread "GC Daemon" daemon [_thread_blocked, id=9376, stack(0x0000000020eb0000,0x0000000020fb0000)] 0x000000001fcc3000 JavaThread "RMI Reaper" [_thread_blocked, id=9372, stack(0x0000000020ce0000,0x0000000020de0000)] 0x000000001f2c7800 JavaThread "RMI TCP Accept-9813" daemon [_thread_in_native, id=9352, stack(0x000000001fa80000,0x000000001fb80000)] 0x000000001d105800 JavaThread "Service Thread" daemon [_thread_blocked, id=10212, stack(0x000000001e4f0000,0x000000001e5f0000)] 0x000000001d08a800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=1396, stack(0x000000001ef30000,0x000000001f030000)] 0x000000001d08a000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=11020, stack(0x000000001ee20000,0x000000001ef20000)] 0x000000001d089000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7872, stack(0x000000001ec50000,0x000000001ed50000)] 0x000000001d072000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4416, stack(0x000000001ea20000,0x000000001eb20000)] 0x000000001d06e000 JavaThread "Attach Listener" daemon [_thread_blocked, id=1208, stack(0x000000001e850000,0x000000001e950000)] 0x000000001bfcf000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9132, stack(0x000000001e610000,0x000000001e710000)] 0x000000001bfc0000 JavaThread "Finalizer" daemon [_thread_blocked, id=3472, stack(0x000000001e3b0000,0x000000001e4b0000)] 0x000000001bfb9000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1160, stack(0x000000001e210000,0x000000001e310000)]

Other Threads: 0x000000001bfb0800 VMThread [stack: 0x000000001e0b0000,0x000000001e1b0000] [id=7636] 0x000000001d10b800 WatcherThread [stack: 0x000000001eb20000,0x000000001ec20000] [id=5952]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap: PSYoungGen total 75264K, used 29379K [0x000000076c500000, 0x0000000772600000, 0x00000007c0000000) eden space 64512K, 33% used [0x000000076c500000,0x000000076da53210,0x0000000770400000) from space 10752K, 70% used [0x0000000770e80000,0x00000007715ddb20,0x0000000771900000) to space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) ParOldGen total 121856K, used 8593K [0x00000006c4e00000, 0x00000006cc500000, 0x000000076c500000) object space 121856K, 7% used [0x00000006c4e00000,0x00000006c56647d0,0x00000006cc500000) Metaspace used 29836K, capacity 30810K, committed 30976K, reserved 1075200K class space used 4076K, capacity 4333K, committed 4352K, reserved 1048576K

Card table byte_map: [0x0000000011830000,0x0000000012010000] byte_map_base: 0x000000000e209000

Marking Bits: (ParMarkBitMap*) 0x0000000054cea6d0 Begin Bits: [0x0000000013060000, 0x0000000016f28000) End Bits: [0x0000000016f28000, 0x000000001adf0000)

Polling page: 0x0000000000110000

CodeCache: size=245760Kb used=9143Kb max_used=9829Kb free=236617Kb bounds [0x0000000002470000, 0x0000000002e10000, 0x0000000011470000] total_blobs=3707 nmethods=2902 adapters=717 compilation: enabled

Compilation events (10 events): Event: 8.077 Thread 0x000000001d08a800 3191 3 java.io.ObjectStreamClass::hasReadObjectMethod (17 bytes) Event: 8.078 Thread 0x000000001d08a800 nmethod 3191 0x0000000002833bd0 code [0x0000000002833d40, 0x0000000002834068] Event: 8.078 Thread 0x000000001d08a800 3193 3 java.io.ObjectStreamClass::setPrimFieldValues (10 bytes) Event: 8.078 Thread 0x000000001d08a800 nmethod 3193 0x0000000002695dd0 code [0x0000000002695f40, 0x00000000026960c8] Event: 8.078 Thread 0x000000001d08a800 3195 3 java.io.ObjectStreamClass::setObjFieldValues (10 bytes) Event: 8.078 Thread 0x000000001d08a800 nmethod 3195 0x00000000026a8d50 code [0x00000000026a8ec0, 0x00000000026a9048] Event: 8.094 Thread 0x000000001d08a800 3197 ! 3 java.io.ObjectInputStream::readOrdinaryObject (277 bytes) Event: 8.095 Thread 0x000000001d08a800 nmethod 3197 0x0000000002757bd0 code [0x0000000002757fe0, 0x0000000002759d88] Event: 8.095 Thread 0x000000001d08a800 3198 ! 3 java.io.ObjectInputStream$ValidationList::doCallbacks (58 bytes) Event: 8.096 Thread 0x000000001d08a800 nmethod 3198 0x00000000026b3410 code [0x00000000026b35c0, 0x00000000026b3a78]

GC Heap History (10 events): Event: 0.573 GC heap before {Heap before GC invocations=2 (full 1): PSYoungGen total 75264K, used 3122K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c500000,0x000000076c500000,0x0000000770400000) from space 10752K, 29% used [0x0000000770400000,0x000000077070cb90,0x0000000770e80000) to space 10752K, 0% used [0x0000000770e80000,0x0000000770e80000,0x0000000771900000) ParOldGen total 172032K, used 8K [0x00000006c4e00000, 0x00000006cf600000, 0x000000076c500000) object space 172032K, 0% used [0x00000006c4e00000,0x00000006c4e02000,0x00000006cf600000) Metaspace used 6148K, capacity 6266K, committed 6400K, reserved 1056768K class space used 705K, capacity 726K, committed 768K, reserved 1048576K Event: 0.597 GC heap after Heap after GC invocations=2 (full 1): PSYoungGen total 75264K, used 0K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c500000,0x000000076c500000,0x0000000770400000) from space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) to space 10752K, 0% used [0x0000000770e80000,0x0000000770e80000,0x0000000771900000) ParOldGen total 172032K, used 2951K [0x00000006c4e00000, 0x00000006cf600000, 0x000000076c500000) object space 172032K, 1% used [0x00000006c4e00000,0x00000006c50e1ec8,0x00000006cf600000) Metaspace used 6148K, capacity 6266K, committed 6400K, reserved 1056768K class space used 705K, capacity 726K, committed 768K, reserved 1048576K } Event: 1.098 GC heap before {Heap before GC invocations=3 (full 1): PSYoungGen total 75264K, used 64512K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 100% used [0x000000076c500000,0x0000000770400000,0x0000000770400000) from space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) to space 10752K, 0% used [0x0000000770e80000,0x0000000770e80000,0x0000000771900000) ParOldGen total 172032K, used 2951K [0x00000006c4e00000, 0x00000006cf600000, 0x000000076c500000) object space 172032K, 1% used [0x00000006c4e00000,0x00000006c50e1ec8,0x00000006cf600000) Metaspace used 10373K, capacity 10630K, committed 10880K, reserved 1058816K class space used 1282K, capacity 1342K, committed 1408K, reserved 1048576K Event: 1.102 GC heap after Heap after GC invocations=3 (full 1): PSYoungGen total 75264K, used 3442K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c500000,0x000000076c500000,0x0000000770400000) from space 10752K, 32% used [0x0000000770e80000,0x00000007711dca00,0x0000000771900000) to space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) ParOldGen total 172032K, used 2959K [0x00000006c4e00000, 0x00000006cf600000, 0x000000076c500000) object space 172032K, 1% used [0x00000006c4e00000,0x00000006c50e3ec8,0x00000006cf600000) Metaspace used 10373K, capacity 10630K, committed 10880K, reserved 1058816K class space used 1282K, capacity 1342K, committed 1408K, reserved 1048576K } Event: 1.975 GC heap before {Heap before GC invocations=4 (full 1): PSYoungGen total 75264K, used 49756K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 71% used [0x000000076c500000,0x000000076f23a640,0x0000000770400000) from space 10752K, 32% used [0x0000000770e80000,0x00000007711dca00,0x0000000771900000) to space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) ParOldGen total 172032K, used 2959K [0x00000006c4e00000, 0x00000006cf600000, 0x000000076c500000) object space 172032K, 1% used [0x00000006c4e00000,0x00000006c50e3ec8,0x00000006cf600000) Metaspace used 20659K, capacity 21144K, committed 21248K, reserved 1067008K class space used 2604K, capacity 2756K, committed 2816K, reserved 1048576K Event: 1.981 GC heap after Heap after GC invocations=4 (full 1): PSYoungGen total 75264K, used 6586K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c500000,0x000000076c500000,0x0000000770400000) from space 10752K, 61% used [0x0000000770400000,0x0000000770a6e930,0x0000000770e80000) to space 10752K, 0% used [0x0000000770e80000,0x0000000770e80000,0x0000000771900000) ParOldGen total 172032K, used 3031K [0x00000006c4e00000, 0x00000006cf600000, 0x000000076c500000) object space 172032K, 1% used [0x00000006c4e00000,0x00000006c50f5ed8,0x00000006cf600000) Metaspace used 20659K, capacity 21144K, committed 21248K, reserved 1067008K class space used 2604K, capacity 2756K, committed 2816K, reserved 1048576K } Event: 1.981 GC heap before {Heap before GC invocations=5 (full 2): PSYoungGen total 75264K, used 6586K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c500000,0x000000076c500000,0x0000000770400000) from space 10752K, 61% used [0x0000000770400000,0x0000000770a6e930,0x0000000770e80000) to space 10752K, 0% used [0x0000000770e80000,0x0000000770e80000,0x0000000771900000) ParOldGen total 172032K, used 3031K [0x00000006c4e00000, 0x00000006cf600000, 0x000000076c500000) object space 172032K, 1% used [0x00000006c4e00000,0x00000006c50f5ed8,0x00000006cf600000) Metaspace used 20659K, capacity 21144K, committed 21248K, reserved 1067008K class space used 2604K, capacity 2756K, committed 2816K, reserved 1048576K Event: 2.011 GC heap after Heap after GC invocations=5 (full 2): PSYoungGen total 75264K, used 0K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c500000,0x000000076c500000,0x0000000770400000) from space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) to space 10752K, 0% used [0x0000000770e80000,0x0000000770e80000,0x0000000771900000) ParOldGen total 121856K, used 8585K [0x00000006c4e00000, 0x00000006cc500000, 0x000000076c500000) object space 121856K, 7% used [0x00000006c4e00000,0x00000006c56627d0,0x00000006cc500000) Metaspace used 20659K, capacity 21144K, committed 21248K, reserved 1067008K class space used 2604K, capacity 2756K, committed 2816K, reserved 1048576K } Event: 5.331 GC heap before {Heap before GC invocations=6 (full 2): PSYoungGen total 75264K, used 64512K [0x000000076c500000, 0x0000000771900000, 0x00000007c0000000) eden space 64512K, 100% used [0x000000076c500000,0x0000000770400000,0x0000000770400000) from space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) to space 10752K, 0% used [0x0000000770e80000,0x0000000770e80000,0x0000000771900000) ParOldGen total 121856K, used 8585K [0x00000006c4e00000, 0x00000006cc500000, 0x000000076c500000) object space 121856K, 7% used [0x00000006c4e00000,0x00000006c56627d0,0x00000006cc500000) Metaspace used 29619K, capacity 30680K, committed 30720K, reserved 1075200K class space used 4074K, capacity 4332K, committed 4352K, reserved 1048576K Event: 5.337 GC heap after Heap after GC invocations=6 (full 2): PSYoungGen total 75264K, used 7542K [0x000000076c500000, 0x0000000772600000, 0x00000007c0000000) eden space 64512K, 0% used [0x000000076c500000,0x000000076c500000,0x0000000770400000) from space 10752K, 70% used [0x0000000770e80000,0x00000007715ddb20,0x0000000771900000) to space 10752K, 0% used [0x0000000770400000,0x0000000770400000,0x0000000770e80000) ParOldGen total 121856K, used 8593K [0x00000006c4e00000, 0x00000006cc500000, 0x000000076c500000) object space 121856K, 7% used [0x00000006c4e00000,0x00000006c56647d0,0x00000006cc500000) Metaspace used 29619K, capacity 30680K, committed 30720K, reserved 1075200K class space used 4074K, capacity 4332K, committed 4352K, reserved 1048576K }

Deoptimization events (10 events): Event: 2.857 Thread 0x000000001fd47000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000027bccc4 method=java.net.URLStreamHandler.parseURL(Ljava/net/URL;Ljava/lang/String;II)V @ 84 Event: 2.858 Thread 0x000000001fd47000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002775e84 method=java.net.URL.set(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V @ 23 Event: 2.858 Thread 0x000000001d093000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002775924 method=java.net.URL.set(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V @ 23 Event: 2.867 Thread 0x000000001d093000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000286d89c method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 19 Event: 3.024 Thread 0x000000001fd47000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002a56180 method=java.net.URL.(Ljava/net/URL;Ljava/lang/String;Ljava/net/URLStreamHandler;)V @ 347 Event: 3.058 Thread 0x000000001fd47000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000028db530 method=java.lang.ClassLoader.checkName(Ljava/lang/String;)Z @ 20 Event: 3.752 Thread 0x000000001d08f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000286d89c method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 19 Event: 3.811 Thread 0x000000001d093800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000286d89c method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 19 Event: 4.434 Thread 0x000000001fd47000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d20ae8 method=java.util.concurrent.locks.ReentrantLock$Sync.isHeldExclusively()Z @ 7 Event: 6.765 Thread 0x000000001fd47000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002930f14 method=java.util.WeakHashMap.expungeStaleEntries()V @ 9

Internal exceptions (10 events): Event: 8.069 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076d923218) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.074 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076d9318e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.080 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076d93ebb0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.082 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076d94b918) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.084 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076d9fd200) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.086 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076da0a7a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.089 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076da175f8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.097 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076da24a40) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.099 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076da31780) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605] Event: 8.101 Thread 0x000000001fd47000 Exception <a 'java/lang/ClassCastException'> (0x000000076da3e5b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u112\7884\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]

Events (10 events): Event: 7.789 Executing VM operation: RevokeBias done Event: 7.792 Thread 0x00000000275d0800 Thread exited: 0x00000000275d0800 Event: 7.792 Thread 0x00000000275d0800 Thread added: 0x00000000275d0800 Event: 7.808 Thread 0x00000000275d0800 Thread exited: 0x00000000275d0800 Event: 7.808 Thread 0x00000000275d0800 Thread added: 0x00000000275d0800 Event: 7.840 Thread 0x00000000275d0800 Thread exited: 0x00000000275d0800 Event: 7.840 Thread 0x00000000275d0800 Thread added: 0x00000000275d0800 Event: 7.904 Thread 0x00000000275d0800 Thread exited: 0x00000000275d0800 Event: 7.904 Thread 0x00000000275d0800 Thread added: 0x00000000275d0800 Event: 8.032 Thread 0x00000000275d0800 Thread exited: 0x00000000275d0800

Dynamic libraries: 0x000000013f570000 - 0x000000013f5a7000 C:\Java\jdk1.8.0_112\jre\bin\java.exe 0x0000000076dc0000 - 0x0000000076f6a000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000076ba0000 - 0x0000000076cbf000 C:\Windows\system32\kernel32.dll 0x000007fefcb70000 - 0x000007fefcbda000 C:\Windows\system32\KERNELBASE.dll 0x000007fefd260000 - 0x000007fefd33b000 C:\Windows\system32\ADVAPI32.dll 0x000007fefcf90000 - 0x000007fefd02f000 C:\Windows\system32\msvcrt.dll 0x000007fefd350000 - 0x000007fefd36f000 C:\Windows\SYSTEM32\sechost.dll 0x000007fefd4e0000 - 0x000007fefd60d000 C:\Windows\system32\RPCRT4.dll 0x0000000076cc0000 - 0x0000000076dba000 C:\Windows\system32\USER32.dll 0x000007fefd470000 - 0x000007fefd4d7000 C:\Windows\system32\GDI32.dll 0x000007fefd340000 - 0x000007fefd34e000 C:\Windows\system32\LPK.dll 0x000007fefd7a0000 - 0x000007fefd86a000 C:\Windows\system32\USP10.dll 0x000007fefb030000 - 0x000007fefb224000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll 0x000007feff050000 - 0x000007feff0c1000 C:\Windows\system32\SHLWAPI.dll 0x000007feff020000 - 0x000007feff04e000 C:\Windows\system32\IMM32.DLL 0x000007fefd690000 - 0x000007fefd799000 C:\Windows\system32\MSCTF.dll 0x000007fefca20000 - 0x000007fefca60000 C:\Windows\system32\nvinitx.dll 0x0000000054d70000 - 0x0000000054e42000 C:\Java\jdk1.8.0_112\jre\bin\msvcr100.dll 0x00000000544d0000 - 0x0000000054d6a000 C:\Java\jdk1.8.0_112\jre\bin\server\jvm.dll 0x000007fefab30000 - 0x000007fefab39000 C:\Windows\system32\WSOCK32.dll 0x000007fefd370000 - 0x000007fefd3bd000 C:\Windows\system32\WS2_32.dll 0x000007fefd460000 - 0x000007fefd468000 C:\Windows\system32\NSI.dll 0x000007fef8590000 - 0x000007fef85cb000 C:\Windows\system32\WINMM.dll 0x000007fefbb70000 - 0x000007fefbb7c000 C:\Windows\system32\VERSION.dll 0x0000000076f90000 - 0x0000000076f97000 C:\Windows\system32\PSAPI.DLL 0x0000000057f40000 - 0x0000000057f4f000 C:\Java\jdk1.8.0_112\jre\bin\verify.dll 0x00000000544a0000 - 0x00000000544c9000 C:\Java\jdk1.8.0_112\jre\bin\java.dll 0x0000000054430000 - 0x0000000054446000 C:\Java\jdk1.8.0_112\jre\bin\zip.dll 0x000007fefde20000 - 0x000007fefebaa000 C:\Windows\system32\SHELL32.dll 0x000007fefebb0000 - 0x000007fefedb3000 C:\Windows\system32\ole32.dll 0x000007fefcaf0000 - 0x000007fefcaff000 C:\Windows\system32\profapi.dll 0x0000000054400000 - 0x000000005441a000 C:\Java\jdk1.8.0_112\jre\bin\net.dll 0x000007fefc310000 - 0x000007fefc365000 C:\Windows\system32\mswsock.dll 0x000007fefc390000 - 0x000007fefc397000 C:\Windows\System32\wship6.dll 0x000007fefc4d0000 - 0x000007fefc4e8000 C:\Windows\system32\CRYPTSP.dll 0x000007fefc050000 - 0x000007fefc097000 C:\Windows\system32\rsaenh.dll 0x000007fefcd60000 - 0x000007fefcd7e000 C:\Windows\system32\USERENV.dll 0x000007fefc950000 - 0x000007fefc95f000 C:\Windows\system32\CRYPTBASE.dll 0x000007fefba20000 - 0x000007fefba47000 C:\Windows\system32\IPHLPAPI.DLL 0x000007fefba10000 - 0x000007fefba1b000 C:\Windows\system32\WINNSI.DLL 0x000007fefa2e0000 - 0x000007fefa2f1000 C:\Windows\system32\dhcpcsvc6.DLL 0x000007fefa2c0000 - 0x000007fefa2d8000 C:\Windows\system32\dhcpcsvc.DLL 0x00000000543d0000 - 0x00000000543e1000 C:\Java\jdk1.8.0_112\jre\bin\nio.dll 0x00000000543f0000 - 0x00000000543fd000 C:\Java\jdk1.8.0_112\jre\bin\management.dll 0x000007fefae90000 - 0x000007fefaea5000 C:\Windows\system32\NLAapi.dll 0x000007fef2720000 - 0x000007fef2735000 C:\Windows\system32\napinsp.dll 0x000007fef2700000 - 0x000007fef2719000 C:\Windows\system32\pnrpnsp.dll 0x000007fefc170000 - 0x000007fefc1cb000 C:\Windows\system32\DNSAPI.dll 0x000007fef26f0000 - 0x000007fef26fb000 C:\Windows\System32\winrnr.dll 0x000007fef15d0000 - 0x000007fef15e0000 C:\Windows\system32\wshbth.dll 0x000007fefbc40000 - 0x000007fefbc47000 C:\Windows\System32\wshtcpip.dll 0x000007fef2f30000 - 0x000007fef2f38000 C:\Windows\system32\rasadhlp.dll 0x000007fefa310000 - 0x000007fefa363000 C:\Windows\System32\fwpuclnt.dll 0x00000000543a0000 - 0x00000000543c4000 C:\Java\jdk1.8.0_112\jre\bin\sunec.dll 0x0000000054200000 - 0x0000000054398000 C:\Java\jdk1.8.0_112\jre\bin\awt.dll 0x000007fefceb0000 - 0x000007fefcf8a000 C:\Windows\system32\OLEAUT32.dll 0x000007fed8570000 - 0x000007fed865f000 C:\Java\jdk1.8.0_112\jre\bin\msvcr120.dll 0x000007fee6d70000 - 0x000007fee6e16000 C:\Java\jdk1.8.0_112\jre\bin\msvcp120.dll 0x00000000541d0000 - 0x00000000541f2000 C:\Java\jdk1.8.0_112\jre\bin\prism_d3d.dll 0x000007fef3160000 - 0x000007fef335f000 C:\Windows\system32\d3d9.dll 0x000007fef3060000 - 0x000007fef3067000 C:\Windows\system32\d3d8thk.dll 0x000007fefb8e0000 - 0x000007fefb8f8000 C:\Windows\system32\dwmapi.dll 0x000007fefb900000 - 0x000007fefb956000 C:\Windows\system32\uxtheme.dll 0x000007fef1090000 - 0x000007fef1207000 C:\Windows\system32\dlumd9.dll 0x000007fefab40000 - 0x000007fefac65000 C:\Windows\system32\dbghelp.dll 0x000007fefee40000 - 0x000007feff017000 C:\Windows\system32\SETUPAPI.dll 0x000007fefce60000 - 0x000007fefce96000 C:\Windows\system32\CFGMGR32.dll 0x000007fefcb50000 - 0x000007fefcb6a000 C:\Windows\system32\DEVOBJ.dll 0x000007fefbd00000 - 0x000007fefbd11000 C:\Windows\system32\wtsapi32.dll 0x000007fef05d0000 - 0x000007fef0e1d000 C:\Windows\system32\igdumdim64.dll 0x000007fef0190000 - 0x000007fef05c4000 C:\Windows\system32\igdusc64.dll 0x0000000054180000 - 0x00000000541c3000 C:\Java\jdk1.8.0_112\jre\bin\glass.dll 0x000007fefd3c0000 - 0x000007fefd457000 C:\Windows\system32\COMDLG32.dll 0x0000000180000000 - 0x0000000180015000 C:\Program Files (x86)\CAS-Software\InfoClick\icHook64.dll 0x0000000051da0000 - 0x0000000054173000 C:\Java\jdk1.8.0_112\jre\bin\jfxwebkit.dll 0x0000000051d80000 - 0x0000000051d94000 C:\Java\jdk1.8.0_112\jre\bin\javafx_font.dll 0x000007feed740000 - 0x000007feed8d7000 C:\Windows\system32\dwrite.dll 0x000007fefd030000 - 0x000007fefd0c9000 C:\Windows\system32\CLBCatQ.DLL 0x000007fef0f20000 - 0x000007fef1081000 C:\Windows\system32\WindowsCodecs.dll 0x000007fefc8f0000 - 0x000007fefc947000 C:\Windows\system32\apphelp.dll 0x0000000071b10000 - 0x0000000071b30000 C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll 0x000007feeaa10000 - 0x000007feeaa13000 C:\Windows\system32\api-ms-win-core-synch-l1-2-0.DLL 0x000000006c3f0000 - 0x000000006c409000 C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll 0x000000006c360000 - 0x000000006c3e6000 C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll 0x000007fefdb40000 - 0x000007fefde12000 C:\Windows\system32\WININET.dll 0x000007fefcea0000 - 0x000007fefcea4000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll 0x000007fefcd50000 - 0x000007fefcd54000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll 0x000007fefce50000 - 0x000007fefce54000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll 0x000007fefcd90000 - 0x000007fefcd93000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll 0x0000000076f80000 - 0x0000000076f83000 C:\Windows\system32\normaliz.DLL 0x000007fefd870000 - 0x000007fefdb3a000 C:\Windows\system32\iertutil.dll 0x000007fefce40000 - 0x000007fefce45000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll 0x000007fee9c80000 - 0x000007feea229000 C:\Program Files\TortoiseSVN\bin\libsvn_tsvn.dll 0x000000006bbf0000 - 0x000000006bc23000 C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll 0x000007feea970000 - 0x000007feea987000 C:\Program Files\TortoiseSVN\bin\VCRUNTIME140.dll 0x000007fee9bc0000 - 0x000007fee9bc4000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-runtime-l1-1-0.dll 0x000007fee9ac0000 - 0x000007fee9bb4000 C:\Windows\system32\ucrtbase.DLL 0x000007fee9ab0000 - 0x000007fee9ab3000 C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll 0x000007fee9a50000 - 0x000007fee9a53000 C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll 0x000007fee9a40000 - 0x000007fee9a43000 C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll 0x000007fee9a30000 - 0x000007fee9a33000 C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll 0x000007fee9a20000 - 0x000007fee9a23000 C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll 0x000007fee9a10000 - 0x000007fee9a14000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-string-l1-1-0.dll 0x000007fee9a00000 - 0x000007fee9a03000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-heap-l1-1-0.dll 0x000007fee99f0000 - 0x000007fee99f4000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-stdio-l1-1-0.dll 0x000007fee99e0000 - 0x000007fee99e4000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-convert-l1-1-0.dll 0x000007fee9aa0000 - 0x000007fee9aa3000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-conio-l1-1-0.dll 0x000007fee9a90000 - 0x000007fee9a93000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-utility-l1-1-0.dll 0x000007fee9a80000 - 0x000007fee9a85000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-math-l1-1-0.dll 0x000007fee9a70000 - 0x000007fee9a73000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-environment-l1-1-0.dll 0x000007fee9a60000 - 0x000007fee9a63000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-time-l1-1-0.dll 0x000000006bab0000 - 0x000000006baf5000 C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn.dll 0x000007fefd610000 - 0x000007fefd662000 C:\Windows\system32\WLDAP32.dll 0x000007fee99c0000 - 0x000007fee99d2000 C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dll 0x000007fee99b0000 - 0x000007fee99b3000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-filesystem-l1-1-0.dll 0x000007fee9990000 - 0x000007fee99aa000 C:\Program Files\TortoiseSVN\bin\libsasl.dll 0x000007fefc630000 - 0x000007fefc63b000 C:\Windows\system32\Secur32.dll 0x000007fefc8c0000 - 0x000007fefc8e5000 C:\Windows\system32\SSPICLI.DLL 0x000007fefcbe0000 - 0x000007fefcd4d000 C:\Windows\system32\CRYPT32.dll 0x000007fefcb00000 - 0x000007fefcb0f000 C:\Windows\system32\MSASN1.dll 0x000007fee9980000 - 0x000007fee9983000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-locale-l1-1-0.dll 0x000007fee98e0000 - 0x000007fee997e000 C:\Program Files\TortoiseSVN\bin\MSVCP140.dll 0x000007fee98d0000 - 0x000007fee98d5000 C:\Program Files\TortoiseSVN\bin\api-ms-win-crt-multibyte-l1-1-0.dll 0x000007fee98a0000 - 0x000007fee98cf000 C:\Program Files\TortoiseSVN\bin\crshhndl.dll 0x000000006b380000 - 0x000000006b39b000 C:\Program Files\TortoiseGit\bin\TortoiseGitStub.dll 0x000000006b2f0000 - 0x000000006b380000 C:\Program Files\TortoiseGit\bin\TortoiseGit.dll 0x000007fee8df0000 - 0x000007fee8ee6000 C:\Program Files\TortoiseGit\bin\libgit2_tgit.dll 0x000007fefa140000 - 0x000007fefa1b1000 C:\Windows\system32\WINHTTP.dll

VM Arguments: jvm_args: -Djava.io.tmpdir=C:\Users\OLIVER~1.LIB\AppData\Local\Temp\jbd_tmp_2636506833295713960 -Djava.rmi.server.hostname=127.0.0.1 java_command: com.machinepublishers.jbrowserdriver.JBrowserDriverServer -1 -2 -3 java_class_path (initial): C:\Users\oliver.libutzki\AppData\Local\Temp\jbd_classpath_3877942243689262545\classpath-unpacked.jar Launcher Type: SUN_STANDARD

Environment Variables: JAVA_HOME=C:\Java\jdk1.8.0_51 USERNAME=oliver.libutzki OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel

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

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

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

Memory: 4k page, physical 16454276k(6616704k free), swap 32906692k(20604952k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.112-b15) for windows-amd64 JRE (1.8.0_112-b15), built on Sep 22 2016 21:31:56 by "java_re" with MS VC++ 10.0 (VS2010)

time: Tue Jan 17 09:00:24 2017 elapsed time: 8 seconds (0d 0h 0m 8s) `

hollingsworthd commented 7 years ago

Looks like it probably fails within the click method declared in this class: https://github.com/MachinePublishers/jBrowserDriver/blob/master/src/com/machinepublishers/jbrowserdriver/ElementServer.java

If you can help verify that's the method indeed and pinpoint which line it fails on that would probably provide enough info to get it fixed. Otherwise if you're able to create an isolated test case that would help too. I suspect given this dump that this is the type of native crash that this project can fix or work around.