Skip to content

Instantly share code, notes, and snippets.

@blackredscarf
Created April 5, 2018 14:16
Show Gist options
  • Save blackredscarf/c592709b8dc08b9c5c8f8ad018c66fca to your computer and use it in GitHub Desktop.
Save blackredscarf/c592709b8dc08b9c5c8f8ad018c66fca to your computer and use it in GitHub Desktop.
openCV-err-stack-1
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff995603a5f, pid=4608, tid=0x00000000000036e4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_152-b16) (build 1.8.0_152-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.152-b16 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [opencv_imgproc340.dll+0x173a5f]
#
# 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 (0x0000000024675800): JavaThread "Executor task launch worker-2" daemon [_thread_in_native, id=14052, stack(0x000000002dda0000,0x000000002dea0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffd8d3e0c6
Registers:
RAX=0xffffffffa5a5a5a6, RBX=0x0000000000000778, RCX=0x00000000343df3c2, RDX=0xffffffffb7b6b6b6
RSP=0x000000002de9bb20, RBP=0x0000000000000780, RSI=0x00000000332e3b20, RDI=0x0000000000000009
R8 =0x00000000343d95f8, R9 =0x00000000343db3f0, R10=0x0000000000000009, R11=0x00000000343dc4d4
R12=0x000000002de9c15c, R13=0x00000000000002b6, R14=0x00000000343d95f0, R15=0x000000000000077f
RIP=0x00007ff995603a5f, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x000000002de9bb20)
0x000000002de9bb20: 403fa40000000000 0000000000000000
0x000000002de9bb30: 000000000000015b 0000000000000000
0x000000002de9bb40: 000000002de9bc50 00007ff99561bf0a
0x000000002de9bb50: 000000002de9c140 00000000000000c4
0x000000002de9bb60: 00000000343db95c 000000002de9be10
0x000000002de9bb70: 00000000343df3c0 ffffffff00000001
0x000000002de9bb80: 000000000000077f 00007ff900000780
0x000000002de9bb90: 0091006f000000c5 00000000000000c2
0x000000002de9bba0: 000000000000015b 0000000000000437
0x000000002de9bbb0: 000000002de9c0e4 000000000000025e
0x000000002de9bbc0: fffffffffffffffe 00007ff9b1030ed0
0x000000002de9bbd0: 00000000343df3c0 0000000000000f00
0x000000002de9bbe0: 0000000000000000 0000000000000000
0x000000002de9bbf0: 0000000000000000 0000000000000000
0x000000002de9bc00: 0000000000000000 0000000000000000
0x000000002de9bc10: 0000000000000000 0000000000000000
Instructions: (pc=0x00007ff995603a5f)
0x00007ff995603a3f: 00 49 63 50 18 8d 42 0f 41 3b 41 fc 0f 8f 25 01
0x00007ff995603a4f: 00 00 49 63 40 fc 0f 57 f6 83 c7 08 49 83 c2 08
0x00007ff995603a5f: f3 0f 7e 2c 30 49 63 00 66 0f 60 ee f3 0f 7e 04
0x00007ff995603a6f: 30 49 63 40 04 66 0f 60 c6 66 0f 6c e8 66 0f 6f
Register to memory mapping:
RAX=0xffffffffa5a5a5a6 is an unknown value
RBX=0x0000000000000778 is an unknown value
RCX=0x00000000343df3c2 is an unknown value
RDX=0xffffffffb7b6b6b6 is an unknown value
RSP=0x000000002de9bb20 is pointing into the stack for thread: 0x0000000024675800
RBP=0x0000000000000780 is an unknown value
RSI=0x00000000332e3b20 is an unknown value
RDI=0x0000000000000009 is an unknown value
R8 =0x00000000343d95f8 is an unknown value
R9 =0x00000000343db3f0 is an unknown value
R10=0x0000000000000009 is an unknown value
R11=0x00000000343dc4d4 is an unknown value
R12=0x000000002de9c15c is pointing into the stack for thread: 0x0000000024675800
R13=0x00000000000002b6 is an unknown value
R14=0x00000000343d95f0 is an unknown value
R15=0x000000000000077f is an unknown value
Stack: [0x000000002dda0000,0x000000002dea0000], sp=0x000000002de9bb20, free space=1006k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [opencv_imgproc340.dll+0x173a5f]
C [opencv_imgproc340.dll+0x18bf0a]
C [opencv_core340.dll+0x166cce]
C [opencv_imgproc340.dll+0x177dc2]
C [opencv_imgproc340.dll+0x193129]
C [opencv_imgproc340.dll+0x192bd4]
C [opencv_objdetect340.dll+0x16c5c]
C [opencv_objdetect340.dll+0xef95]
C [opencv_objdetect340.dll+0xde6b]
C [opencv_objdetect340.dll+0xe3c6]
C [opencv_objdetect340.dll+0xda11]
C [jniopencv_objdetect.dll+0x26c83]
C 0x000000000513100c
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.bytedeco.javacpp.opencv_objdetect$CascadeClassifier.detectMultiScale(Lorg/bytedeco/javacpp/opencv_core$Mat;Lorg/bytedeco/javacpp/opencv_core$RectVector;)V+0
j pers.zjw.face.detector.handler.FaceDetecor.detect(Lorg/bytedeco/javacpp/opencv_core$Mat;)Ljava/util/ArrayList;+13
j pers.zjw.face.detector.handler.VideoHandle.handle(Ljava/util/ArrayList;Lpers/zjw/face/detector/model/VideoInfo;)V+226
j pers.zjw.face.detector.handler.HandleEntrance.handle(Lpers/zjw/face/detector/model/VideoInfo;)V+28
j pers.zjw.face.detector.spark.StreamUtils$$anonfun$processRdd$1.apply(Ljava/lang/String;)V+85
j pers.zjw.face.detector.spark.StreamUtils$$anonfun$processRdd$1.apply(Ljava/lang/Object;)Ljava/lang/Object;+5
J 2136 C1 scala.collection.Iterator$class.foreach(Lscala/collection/Iterator;Lscala/Function1;)V (26 bytes) @ 0x000000000547810c [0x0000000005477f60+0x1ac]
j scala.collection.AbstractIterator.foreach(Lscala/Function1;)V+2
j org.apache.spark.rdd.RDD$$anonfun$foreach$1$$anonfun$apply$27.apply(Lscala/collection/Iterator;)V+5
j org.apache.spark.rdd.RDD$$anonfun$foreach$1$$anonfun$apply$27.apply(Ljava/lang/Object;)Ljava/lang/Object;+5
j org.apache.spark.SparkContext$$anonfun$runJob$5.apply(Lorg/apache/spark/TaskContext;Lscala/collection/Iterator;)Ljava/lang/Object;+5
j org.apache.spark.SparkContext$$anonfun$runJob$5.apply(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+9
j org.apache.spark.scheduler.ResultTask.runTask(Lorg/apache/spark/TaskContext;)Ljava/lang/Object;+139
j org.apache.spark.scheduler.Task.run(JILorg/apache/spark/metrics/MetricsSystem;)Ljava/lang/Object;+82
j org.apache.spark.executor.Executor$TaskRunner.run()V+374
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000024678800 JavaThread "JavaCPP Deallocator" daemon [_thread_blocked, id=14812, stack(0x000000002e0a0000,0x000000002e1a0000)]
0x0000000024676800 JavaThread "metrics-meter-tick-thread-2" daemon [_thread_blocked, id=1416, stack(0x000000002dea0000,0x000000002dfa0000)]
=>0x0000000024675800 JavaThread "Executor task launch worker-2" daemon [_thread_in_native, id=14052, stack(0x000000002dda0000,0x000000002dea0000)]
0x000000002441b000 JavaThread "Executor task launch worker-1" daemon [_thread_in_native, id=12324, stack(0x000000002dca0000,0x000000002dda0000)]
0x0000000024418000 JavaThread "Executor task launch worker-0" daemon [_thread_blocked, id=1980, stack(0x000000002dba0000,0x000000002dca0000)]
0x000000002441a800 JavaThread "streaming-job-executor-0" daemon [_thread_blocked, id=10468, stack(0x000000002daa0000,0x000000002dba0000)]
0x0000000024419800 JavaThread "RecurringTimer - JobGenerator" daemon [_thread_blocked, id=12164, stack(0x000000002d9a0000,0x000000002daa0000)]
0x0000000024419000 JavaThread "ForkJoinPool-1-worker-5" daemon [_thread_blocked, id=3768, stack(0x000000002d8a0000,0x000000002d9a0000)]
0x000000002441e000 JavaThread "JobGenerator" daemon [_thread_blocked, id=13696, stack(0x000000002d7a0000,0x000000002d8a0000)]
0x000000002441d800 JavaThread "JobScheduler" daemon [_thread_blocked, id=12184, stack(0x000000002d6a0000,0x000000002d7a0000)]
0x000000002441c800 JavaThread "metrics-meter-tick-thread-1" daemon [_thread_blocked, id=9936, stack(0x000000002c3d0000,0x000000002c4d0000)]
0x0000000024415000 JavaThread "SparkListenerBus" daemon [_thread_blocked, id=1364, stack(0x000000002c2d0000,0x000000002c3d0000)]
0x000000002441c000 JavaThread "context-cleaner-periodic-gc" daemon [_thread_blocked, id=15056, stack(0x000000002af10000,0x000000002b010000)]
0x0000000024417800 JavaThread "Spark Context Cleaner" daemon [_thread_blocked, id=5580, stack(0x000000002ae10000,0x000000002af10000)]
0x0000000024413000 JavaThread "shuffle-server-0" daemon [_thread_blocked, id=15308, stack(0x000000002ad10000,0x000000002ae10000)]
0x0000000024416800 JavaThread "driver-heartbeater" daemon [_thread_blocked, id=4568, stack(0x000000002ac10000,0x000000002ad10000)]
0x000000002440f000 JavaThread "dag-scheduler-event-loop" daemon [_thread_blocked, id=3112, stack(0x000000002ab10000,0x000000002ac10000)]
0x0000000024412000 JavaThread "netty-rpc-env-timeout" daemon [_thread_blocked, id=7924, stack(0x0000000029a40000,0x0000000029b40000)]
0x0000000024411800 JavaThread "heartbeat-receiver-event-loop-thread" daemon [_thread_blocked, id=824, stack(0x0000000028e00000,0x0000000028f00000)]
0x0000000024410000 JavaThread "Timer-0" daemon [_thread_blocked, id=9312, stack(0x0000000028d00000,0x0000000028e00000)]
0x0000000024414800 JavaThread "SparkUI-47" daemon [_thread_blocked, id=11528, stack(0x0000000026c60000,0x0000000026d60000)]
0x0000000024410800 JavaThread "SparkUI-46" daemon [_thread_blocked, id=12948, stack(0x0000000026b60000,0x0000000026c60000)]
0x0000000024413800 JavaThread "SparkUI-45" daemon [_thread_blocked, id=13524, stack(0x0000000026a60000,0x0000000026b60000)]
0x0000000024416000 JavaThread "SparkUI-44" daemon [_thread_blocked, id=9956, stack(0x0000000026960000,0x0000000026a60000)]
0x0000000022e4d800 JavaThread "SparkUI-43" daemon [_thread_blocked, id=12636, stack(0x0000000026860000,0x0000000026960000)]
0x0000000022e4c800 JavaThread "SparkUI-42-acceptor-0@5fe83ddf-ServerConnector@512fd852{HTTP/1.1}{0.0.0.0:4040}" daemon [_thread_in_native, id=12132, stack(0x0000000026650000,0x0000000026750000)]
0x0000000022e52800 JavaThread "SparkUI-41-selector-ServerConnectorManager@4b7ae03d/1" daemon [_thread_in_native, id=11664, stack(0x0000000026550000,0x0000000026650000)]
0x0000000022e4c000 JavaThread "SparkUI-40-selector-ServerConnectorManager@4b7ae03d/0" daemon [_thread_in_native, id=1720, stack(0x0000000026450000,0x0000000026550000)]
0x0000000022e52000 JavaThread "refresh progress" daemon [_thread_blocked, id=4408, stack(0x0000000026040000,0x0000000026140000)]
0x0000000022e4f000 JavaThread "map-output-dispatcher-7" daemon [_thread_blocked, id=8968, stack(0x0000000025f40000,0x0000000026040000)]
0x0000000022e50800 JavaThread "map-output-dispatcher-6" daemon [_thread_blocked, id=2608, stack(0x0000000025e40000,0x0000000025f40000)]
0x0000000022e4f800 JavaThread "map-output-dispatcher-5" daemon [_thread_blocked, id=1344, stack(0x0000000025d40000,0x0000000025e40000)]
0x0000000022e4e000 JavaThread "map-output-dispatcher-4" daemon [_thread_blocked, id=14836, stack(0x0000000025c40000,0x0000000025d40000)]
0x0000000022d4a800 JavaThread "map-output-dispatcher-3" daemon [_thread_blocked, id=15060, stack(0x0000000025b40000,0x0000000025c40000)]
0x0000000022fe2000 JavaThread "map-output-dispatcher-2" daemon [_thread_blocked, id=2984, stack(0x0000000025a40000,0x0000000025b40000)]
0x0000000022fe1000 JavaThread "map-output-dispatcher-1" daemon [_thread_blocked, id=14772, stack(0x0000000025940000,0x0000000025a40000)]
0x0000000022df1000 JavaThread "map-output-dispatcher-0" daemon [_thread_blocked, id=6052, stack(0x0000000025840000,0x0000000025940000)]
0x0000000022fdd800 JavaThread "shuffle-server-0" daemon [_thread_blocked, id=8516, stack(0x0000000025540000,0x0000000025640000)]
0x0000000022acd000 JavaThread "dispatcher-event-loop-3" daemon [_thread_blocked, id=13356, stack(0x0000000025140000,0x0000000025240000)]
0x0000000022acc000 JavaThread "dispatcher-event-loop-2" daemon [_thread_blocked, id=8, stack(0x0000000025040000,0x0000000025140000)]
0x0000000022ac6800 JavaThread "dispatcher-event-loop-1" daemon [_thread_blocked, id=15324, stack(0x0000000024f40000,0x0000000025040000)]
0x0000000022ac6000 JavaThread "dispatcher-event-loop-0" daemon [_thread_blocked, id=1488, stack(0x0000000024e40000,0x0000000024f40000)]
0x000000001fb63000 JavaThread "Service Thread" daemon [_thread_blocked, id=15288, stack(0x00000000206a0000,0x00000000207a0000)]
0x000000001fb3e000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=12576, stack(0x00000000205a0000,0x00000000206a0000)]
0x000000001fae8800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5328, stack(0x00000000204a0000,0x00000000205a0000)]
0x000000001faed000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=9832, stack(0x00000000203a0000,0x00000000204a0000)]
0x000000001e73c800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=9588, stack(0x00000000202a0000,0x00000000203a0000)]
0x000000001e739000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=4744, stack(0x00000000201a0000,0x00000000202a0000)]
0x000000001e728000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=12860, stack(0x00000000200a0000,0x00000000201a0000)]
0x000000001fae2800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5792, stack(0x000000001ffa0000,0x00000000200a0000)]
0x000000001e70c800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15140, stack(0x000000001fea0000,0x000000001ffa0000)]
0x000000001e6e5000 JavaThread "Finalizer" daemon [_thread_blocked, id=2440, stack(0x000000001f940000,0x000000001fa40000)]
0x000000001e6ba000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8320, stack(0x000000001f840000,0x000000001f940000)]
0x000000000501f000 JavaThread "main" [_thread_blocked, id=13928, stack(0x0000000004f10000,0x0000000005010000)]
Other Threads:
0x000000001e6b7800 VMThread [stack: 0x000000001f740000,0x000000001f840000] [id=11720]
0x000000001fbb0800 WatcherThread [stack: 0x00000000207a0000,0x00000000208a0000] [id=14328]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 222720K, used 45999K [0x000000076b380000, 0x000000077dd00000, 0x00000007c0000000)
eden space 213504K, 19% used [0x000000076b380000,0x000000076db779e8,0x0000000778400000)
from space 9216K, 55% used [0x0000000778400000,0x00000007788f4470,0x0000000778d00000)
to space 9216K, 0% used [0x000000077d400000,0x000000077d400000,0x000000077dd00000)
ParOldGen total 131584K, used 8142K [0x00000006c1a00000, 0x00000006c9a80000, 0x000000076b380000)
object space 131584K, 6% used [0x00000006c1a00000,0x00000006c21f3a18,0x00000006c9a80000)
Metaspace used 46242K, capacity 46662K, committed 47104K, reserved 1089536K
class space used 6493K, capacity 6608K, committed 6656K, reserved 1048576K
Card table byte_map: [0x00000000144d0000,0x0000000014cd0000] byte_map_base: 0x0000000010ec3000
Marking Bits: (ParMarkBitMap*) 0x000000006a910860
Begin Bits: [0x0000000015620000, 0x00000000195b8000)
End Bits: [0x00000000195b8000, 0x000000001d550000)
Polling page: 0x00000000049b0000
CodeCache: size=245760Kb used=9591Kb max_used=9592Kb free=236168Kb
bounds [0x0000000005110000, 0x0000000005a80000, 0x0000000014110000]
total_blobs=3583 nmethods=2929 adapters=574
compilation: enabled
Compilation events (10 events):
Event: 53.071 Thread 0x000000001fb3e000 3305 3 sun.util.calendar.BaseCalendar$Date::hit (24 bytes)
Event: 53.071 Thread 0x000000001fb3e000 nmethod 3305 0x0000000005a226d0 code [0x0000000005a22820, 0x0000000005a22a10]
Event: 53.131 Thread 0x000000001fb3e000 3306 3 sun.nio.fs.NativeBuffers::releaseNativeBuffer (103 bytes)
Event: 53.132 Thread 0x000000001fb3e000 nmethod 3306 0x0000000005a72810 code [0x0000000005a72b00, 0x0000000005a73ef8]
Event: 53.133 Thread 0x000000001faed000 3307 4 sun.net.www.protocol.file.Handler::parseURL (18 bytes)
Event: 53.142 Thread 0x000000001faed000 nmethod 3307 0x0000000005a77ad0 code [0x0000000005a77c40, 0x0000000005a781e8]
Event: 53.247 Thread 0x000000001fae8800 3308 s 4 java.util.Vector::elementAt (48 bytes)
Event: 53.249 Thread 0x000000001fae8800 nmethod 3308 0x0000000005a78550 code [0x0000000005a786a0, 0x0000000005a78958]
Event: 53.293 Thread 0x000000001fb3e000 3309 3 scala.collection.immutable.VectorPointer$class::gotoPos (398 bytes)
Event: 53.294 Thread 0x000000001fb3e000 nmethod 3309 0x0000000005a78ad0 code [0x0000000005a78f40, 0x0000000005a7b9e8]
GC Heap History (10 events):
Event: 8.069 GC heap before
{Heap before GC invocations=9 (full 1):
PSYoungGen total 108544K, used 106226K [0x000000076b380000, 0x0000000775c80000, 0x00000007c0000000)
eden space 99328K, 100% used [0x000000076b380000,0x0000000771480000,0x0000000771480000)
from space 9216K, 74% used [0x0000000771480000,0x0000000771b3ca30,0x0000000771d80000)
to space 9216K, 0% used [0x0000000775380000,0x0000000775380000,0x0000000775c80000)
ParOldGen total 99840K, used 5519K [0x00000006c1a00000, 0x00000006c7b80000, 0x000000076b380000)
object space 99840K, 5% used [0x00000006c1a00000,0x00000006c1f63c58,0x00000006c7b80000)
Metaspace used 34712K, capacity 34916K, committed 35456K, reserved 1079296K
class space used 4847K, capacity 4908K, committed 4992K, reserved 1048576K
Event: 8.074 GC heap after
Heap after GC invocations=9 (full 1):
PSYoungGen total 157696K, used 5652K [0x000000076b380000, 0x0000000775980000, 0x00000007c0000000)
eden space 151552K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000774780000)
from space 6144K, 92% used [0x0000000775380000,0x00000007759052e0,0x0000000775980000)
to space 8704K, 0% used [0x0000000774880000,0x0000000774880000,0x0000000775100000)
ParOldGen total 99840K, used 5527K [0x00000006c1a00000, 0x00000006c7b80000, 0x000000076b380000)
object space 99840K, 5% used [0x00000006c1a00000,0x00000006c1f65c58,0x00000006c7b80000)
Metaspace used 34712K, capacity 34916K, committed 35456K, reserved 1079296K
class space used 4847K, capacity 4908K, committed 4992K, reserved 1048576K
}
Event: 8.133 GC heap before
{Heap before GC invocations=10 (full 1):
PSYoungGen total 157696K, used 12583K [0x000000076b380000, 0x0000000775980000, 0x00000007c0000000)
eden space 151552K, 4% used [0x000000076b380000,0x000000076ba44990,0x0000000774780000)
from space 6144K, 92% used [0x0000000775380000,0x00000007759052e0,0x0000000775980000)
to space 8704K, 0% used [0x0000000774880000,0x0000000774880000,0x0000000775100000)
ParOldGen total 99840K, used 5527K [0x00000006c1a00000, 0x00000006c7b80000, 0x000000076b380000)
object space 99840K, 5% used [0x00000006c1a00000,0x00000006c1f65c58,0x00000006c7b80000)
Metaspace used 34964K, capacity 35178K, committed 35456K, reserved 1079296K
class space used 4890K, capacity 4973K, committed 4992K, reserved 1048576K
Event: 8.136 GC heap after
Heap after GC invocations=10 (full 1):
PSYoungGen total 161280K, used 2791K [0x000000076b380000, 0x0000000779800000, 0x00000007c0000000)
eden space 152576K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000774880000)
from space 8704K, 32% used [0x0000000774880000,0x0000000774b39ed8,0x0000000775100000)
to space 9216K, 0% used [0x0000000778f00000,0x0000000778f00000,0x0000000779800000)
ParOldGen total 99840K, used 6338K [0x00000006c1a00000, 0x00000006c7b80000, 0x000000076b380000)
object space 99840K, 6% used [0x00000006c1a00000,0x00000006c2030ae0,0x00000006c7b80000)
Metaspace used 34964K, capacity 35178K, committed 35456K, reserved 1079296K
class space used 4890K, capacity 4973K, committed 4992K, reserved 1048576K
}
Event: 8.136 GC heap before
{Heap before GC invocations=11 (full 2):
PSYoungGen total 161280K, used 2791K [0x000000076b380000, 0x0000000779800000, 0x00000007c0000000)
eden space 152576K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000774880000)
from space 8704K, 32% used [0x0000000774880000,0x0000000774b39ed8,0x0000000775100000)
to space 9216K, 0% used [0x0000000778f00000,0x0000000778f00000,0x0000000779800000)
ParOldGen total 99840K, used 6338K [0x00000006c1a00000, 0x00000006c7b80000, 0x000000076b380000)
object space 99840K, 6% used [0x00000006c1a00000,0x00000006c2030ae0,0x00000006c7b80000)
Metaspace used 34964K, capacity 35178K, committed 35456K, reserved 1079296K
class space used 4890K, capacity 4973K, committed 4992K, reserved 1048576K
Event: 8.166 GC heap after
Heap after GC invocations=11 (full 2):
PSYoungGen total 161280K, used 0K [0x000000076b380000, 0x0000000779800000, 0x00000007c0000000)
eden space 152576K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000774880000)
from space 8704K, 0% used [0x0000000774880000,0x0000000774880000,0x0000000775100000)
to space 9216K, 0% used [0x0000000778f00000,0x0000000778f00000,0x0000000779800000)
ParOldGen total 131584K, used 8126K [0x00000006c1a00000, 0x00000006c9a80000, 0x000000076b380000)
object space 131584K, 6% used [0x00000006c1a00000,0x00000006c21efa18,0x00000006c9a80000)
Metaspace used 34964K, capacity 35178K, committed 35456K, reserved 1079296K
class space used 4890K, capacity 4973K, committed 4992K, reserved 1048576K
}
Event: 10.731 GC heap before
{Heap before GC invocations=12 (full 2):
PSYoungGen total 161280K, used 152576K [0x000000076b380000, 0x0000000779800000, 0x00000007c0000000)
eden space 152576K, 100% used [0x000000076b380000,0x0000000774880000,0x0000000774880000)
from space 8704K, 0% used [0x0000000774880000,0x0000000774880000,0x0000000775100000)
to space 9216K, 0% used [0x0000000778f00000,0x0000000778f00000,0x0000000779800000)
ParOldGen total 131584K, used 8126K [0x00000006c1a00000, 0x00000006c9a80000, 0x000000076b380000)
object space 131584K, 6% used [0x00000006c1a00000,0x00000006c21efa18,0x00000006c9a80000)
Metaspace used 40948K, capacity 41310K, committed 41728K, reserved 1085440K
class space used 5900K, capacity 6024K, committed 6144K, reserved 1048576K
Event: 10.741 GC heap after
Heap after GC invocations=12 (full 2):
PSYoungGen total 219136K, used 6949K [0x000000076b380000, 0x0000000779600000, 0x00000007c0000000)
eden space 211968K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000778280000)
from space 7168K, 96% used [0x0000000778f00000,0x00000007795c95d8,0x0000000779600000)
to space 9216K, 0% used [0x0000000778400000,0x0000000778400000,0x0000000778d00000)
ParOldGen total 131584K, used 8134K [0x00000006c1a00000, 0x00000006c9a80000, 0x000000076b380000)
object space 131584K, 6% used [0x00000006c1a00000,0x00000006c21f1a18,0x00000006c9a80000)
Metaspace used 40948K, capacity 41310K, committed 41728K, reserved 1085440K
class space used 5900K, capacity 6024K, committed 6144K, reserved 1048576K
}
Event: 52.418 GC heap before
{Heap before GC invocations=13 (full 2):
PSYoungGen total 219136K, used 218917K [0x000000076b380000, 0x0000000779600000, 0x00000007c0000000)
eden space 211968K, 100% used [0x000000076b380000,0x0000000778280000,0x0000000778280000)
from space 7168K, 96% used [0x0000000778f00000,0x00000007795c95d8,0x0000000779600000)
to space 9216K, 0% used [0x0000000778400000,0x0000000778400000,0x0000000778d00000)
ParOldGen total 131584K, used 8134K [0x00000006c1a00000, 0x00000006c9a80000, 0x000000076b380000)
object space 131584K, 6% used [0x00000006c1a00000,0x00000006c21f1a18,0x00000006c9a80000)
Metaspace used 46155K, capacity 46566K, committed 46848K, reserved 1089536K
class space used 6478K, capacity 6576K, committed 6656K, reserved 1048576K
Event: 52.424 GC heap after
Heap after GC invocations=13 (full 2):
PSYoungGen total 222720K, used 5073K [0x000000076b380000, 0x000000077dd00000, 0x00000007c0000000)
eden space 213504K, 0% used [0x000000076b380000,0x000000076b380000,0x0000000778400000)
from space 9216K, 55% used [0x0000000778400000,0x00000007788f4470,0x0000000778d00000)
to space 9216K, 0% used [0x000000077d400000,0x000000077d400000,0x000000077dd00000)
ParOldGen total 131584K, used 8142K [0x00000006c1a00000, 0x00000006c9a80000, 0x000000076b380000)
object space 131584K, 6% used [0x00000006c1a00000,0x00000006c21f3a18,0x00000006c9a80000)
Metaspace used 46155K, capacity 46566K, committed 46848K, reserved 1089536K
class space used 6478K, capacity 6576K, committed 6656K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 47.804 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000589989c method=java.net.URLStreamHandler.sameFile(Ljava/net/URL;Ljava/net/URL;)Z @ 29
Event: 47.808 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000589b668 method=java.net.URLStreamHandler.sameFile(Ljava/net/URL;Ljava/net/URL;)Z @ 29
Event: 47.809 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005916164 method=java.net.URI$Parser.scan(IIJJ)I @ 25
Event: 48.884 Thread 0x0000000024418000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00000000059f6848 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 49
Event: 52.905 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000054025d4 method=java.util.zip.ZipCoder.getBytes(Ljava/lang/String;)[B @ 32
Event: 52.905 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000053fd42c method=java.util.zip.ZipCoder.getBytes(Ljava/lang/String;)[B @ 32
Event: 52.905 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000053c2d4c method=java.util.zip.ZipCoder.getBytes(Ljava/lang/String;)[B @ 32
Event: 52.905 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000053e00ac method=java.net.URL.<init>(Ljava/net/URL;Ljava/lang/String;Ljava/net/URLStreamHandler;)V @ 57
Event: 52.905 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000541f050 method=java.net.URLStreamHandler.parseURL(Ljava/net/URL;Ljava/lang/String;II)V @ 57
Event: 52.905 Thread 0x0000000024418000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005438608 method=java.io.WinNTFileSystem.resolve(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; @ 19
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 10.584 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x000000077393fe38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.591 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x0000000773968fc0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.592 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x0000000773973638) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.594 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x0000000773982ee8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.596 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000007739967c0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.597 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000007739a3378) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.599 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000007739b97a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.599 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000007739c2b28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.601 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000007739fa330) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Event: 10.601 Thread 0x0000000022ac6800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x0000000773a00500) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u152\9742\hotspot\src\share\vm\prims\jni.cpp, line 1613]
Events (10 events):
Event: 53.305 Executing VM operation: GetOrSetLocal
Event: 53.305 Executing VM operation: GetOrSetLocal done
Event: 53.306 Executing VM operation: GetOrSetLocal
Event: 53.306 Executing VM operation: GetOrSetLocal done
Event: 53.308 Executing VM operation: GetOrSetLocal
Event: 53.308 Executing VM operation: GetOrSetLocal done
Event: 53.309 Executing VM operation: GetOrSetLocal
Event: 53.309 Executing VM operation: GetOrSetLocal done
Event: 53.310 Executing VM operation: GetOrSetLocal
Event: 53.310 Executing VM operation: GetOrSetLocal done
Dynamic libraries:
0x00007ff643800000 - 0x00007ff643837000 F:\Program Files\Java\jdk1.8.0_152\bin\java.exe
0x00007ff9f1180000 - 0x00007ff9f1360000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff9eecf0000 - 0x00007ff9eed9e000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff9ede60000 - 0x00007ff9ee0c6000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff9f0950000 - 0x00007ff9f09f1000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff9f0a00000 - 0x00007ff9f0a9d000 C:\WINDOWS\System32\msvcrt.dll
0x00007ff9f0680000 - 0x00007ff9f06db000 C:\WINDOWS\System32\sechost.dll
0x00007ff9f0aa0000 - 0x00007ff9f0bbf000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ff9ee650000 - 0x00007ff9ee7df000 C:\WINDOWS\System32\USER32.dll
0x00007ff9ee270000 - 0x00007ff9ee290000 C:\WINDOWS\System32\win32u.dll
0x00007ff9ee860000 - 0x00007ff9ee888000 C:\WINDOWS\System32\GDI32.dll
0x00007ff9ee0d0000 - 0x00007ff9ee263000 C:\WINDOWS\System32\gdi32full.dll
0x00007ff9ee560000 - 0x00007ff9ee5fb000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ff9ee460000 - 0x00007ff9ee556000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ff9e2aa0000 - 0x00007ff9e2d09000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.16299.309_none_15cfd4c4935e6b11\COMCTL32.dll
0x00007ff9eee00000 - 0x00007ff9ef108000 C:\WINDOWS\System32\combase.dll
0x00007ff9edde0000 - 0x00007ff9ede52000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ff9f0bc0000 - 0x00007ff9f0bed000 C:\WINDOWS\System32\IMM32.DLL
0x000000006aa90000 - 0x000000006ab62000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\msvcr100.dll
0x000000006a0f0000 - 0x000000006a990000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\server\jvm.dll
0x00007ff9ee890000 - 0x00007ff9ee898000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ff9e1be0000 - 0x00007ff9e1be9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff9f0d40000 - 0x00007ff9f0dac000 C:\WINDOWS\System32\WS2_32.dll
0x00007ff9e7fa0000 - 0x00007ff9e7fc3000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff9e80b0000 - 0x00007ff9e80ba000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff9e7ef0000 - 0x00007ff9e7f1a000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ff9ee600000 - 0x00007ff9ee64a000 C:\WINDOWS\System32\cfgmgr32.dll
0x000000006a0e0000 - 0x000000006a0ef000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\verify.dll
0x000000006a0b0000 - 0x000000006a0d9000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\java.dll
0x0000000069350000 - 0x0000000069385000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\jdwp.dll
0x000000006a9d0000 - 0x000000006a9d8000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\npt.dll
0x000000006a090000 - 0x000000006a0a6000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\zip.dll
0x00007ff9ef240000 - 0x00007ff9f0676000 C:\WINDOWS\System32\SHELL32.dll
0x00007ff9f0db0000 - 0x00007ff9f0e56000 C:\WINDOWS\System32\shcore.dll
0x00007ff9ed690000 - 0x00007ff9eddd7000 C:\WINDOWS\System32\windows.storage.dll
0x00007ff9f06e0000 - 0x00007ff9f0731000 C:\WINDOWS\System32\shlwapi.dll
0x00007ff9ed560000 - 0x00007ff9ed571000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ff9ed4d0000 - 0x00007ff9ed51c000 C:\WINDOWS\System32\powrprof.dll
0x00007ff9ed540000 - 0x00007ff9ed55b000 C:\WINDOWS\System32\profapi.dll
0x000000006a9c0000 - 0x000000006a9c9000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\dt_socket.dll
0x00007ff9eccf0000 - 0x00007ff9ecd56000 C:\WINDOWS\system32\mswsock.dll
0x0000000069e50000 - 0x0000000069e5d000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\management.dll
0x000000006a070000 - 0x000000006a08a000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\net.dll
0x00007ff9df8f0000 - 0x00007ff9df906000 C:\WINDOWS\system32\napinsp.dll
0x00007ff9df820000 - 0x00007ff9df83a000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007ff9eac50000 - 0x00007ff9eac68000 C:\WINDOWS\system32\NLAapi.dll
0x00007ff9ecac0000 - 0x00007ff9ecb76000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ff9ef110000 - 0x00007ff9ef118000 C:\WINDOWS\System32\NSI.dll
0x00007ff9eca80000 - 0x00007ff9ecab9000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff9df700000 - 0x00007ff9df70e000 C:\WINDOWS\System32\winrnr.dll
0x00007ff9df520000 - 0x00007ff9df535000 C:\WINDOWS\System32\wshbth.dll
0x00007ff9e4c20000 - 0x00007ff9e4c2a000 C:\Windows\System32\rasadhlp.dll
0x00007ff9e4eb0000 - 0x00007ff9e4f20000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ff9ecfc0000 - 0x00007ff9ecfe5000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x000000006a050000 - 0x000000006a061000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\nio.dll
0x0000000069340000 - 0x0000000069349000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\w2k_lsa_auth.dll
0x00007ff9e1830000 - 0x00007ff9e183c000 C:\WINDOWS\SYSTEM32\Secur32.dll
0x00007ff9ed360000 - 0x00007ff9ed390000 C:\WINDOWS\SYSTEM32\SSPICLI.DLL
0x00007ff9e4230000 - 0x00007ff9e424c000 D:\hadoop-2.6.4\bin\hadoop.dll
0x00007ff9e8090000 - 0x00007ff9e80a7000 C:\WINDOWS\SYSTEM32\NETAPI32.dll
0x00007ff9ec690000 - 0x00007ff9ec6db000 C:\WINDOWS\SYSTEM32\AUTHZ.dll
0x00007ff9ecb80000 - 0x00007ff9ecb8e000 C:\WINDOWS\SYSTEM32\NETUTILS.DLL
0x00007ff9e7330000 - 0x00007ff9e7348000 C:\WINDOWS\SYSTEM32\SAMCLI.DLL
0x0000000069330000 - 0x0000000069338000 F:\Program Files\Java\jdk1.8.0_152\jre\bin\jaas_nt.dll
0x00007ff9eceb0000 - 0x00007ff9ecec7000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff9ec8f0000 - 0x00007ff9ec923000 C:\WINDOWS\system32\rsaenh.dll
0x00007ff9ed390000 - 0x00007ff9ed3b9000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ff9eced0000 - 0x00007ff9ecedb000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ff9e7200000 - 0x00007ff9e7216000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ff9e71e0000 - 0x00007ff9e71fa000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x0000000066f40000 - 0x0000000066f6d000 C:\Users\sir-z\AppData\Local\Temp\liblz4-java591406744262510839.so
0x00007ff9b2350000 - 0x00007ff9b241d000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\avutil-55.dll
0x000000006fe00000 - 0x000000006fed1000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniavutil.dll
0x00007ff9ddaf0000 - 0x00007ff9ddb18000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\swresample-2.dll
0x0000000070080000 - 0x00000000700ae000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniswresample.dll
0x00007ff996340000 - 0x00007ff9982c2000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\avcodec-57.dll
0x00007ff9f0bf0000 - 0x00007ff9f0d39000 C:\WINDOWS\System32\ole32.dll
0x000000002e1a0000 - 0x000000002e42b000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniavcodec.dll
0x00007ff995f00000 - 0x00007ff99633c000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\avformat-57.dll
0x00007ff9ee290000 - 0x00007ff9ee45e000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ff9ed520000 - 0x00007ff9ed532000 C:\WINDOWS\System32\MSASN1.dll
0x000000006abc0000 - 0x000000006ad0a000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniavformat.dll
0x00007ff9bde30000 - 0x00007ff9bdec4000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\swscale-4.dll
0x0000000067cc0000 - 0x0000000067cf5000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniswscale.dll
0x00007ff9d6200000 - 0x00007ff9d6228000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\postproc-54.dll
0x0000000004ec0000 - 0x0000000004eec000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jnipostproc.dll
0x00007ff995bb0000 - 0x00007ff995ef3000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\avfilter-6.dll
0x0000000064400000 - 0x0000000064478000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniavfilter.dll
0x00007ff9d1bb0000 - 0x00007ff9d1bdd000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\avdevice-57.dll
0x00007ff9f1000000 - 0x00007ff9f10c5000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ff9e4460000 - 0x00007ff9e4478000 C:\WINDOWS\SYSTEM32\AVICAP32.dll
0x00007ff9d5df0000 - 0x00007ff9d5e19000 C:\WINDOWS\SYSTEM32\MSVFW32.dll
0x0000000026750000 - 0x0000000026789000 C:\Users\sir-z\.javacpp\cache\ffmpeg-3.4.1-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniavdevice.dll
0x00007ff9bacf0000 - 0x00007ff9bad41000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\concrt140.dll
0x00007ff9eb200000 - 0x00007ff9eb29f000 C:\WINDOWS\SYSTEM32\MSVCP140.dll
0x00007ff9eb800000 - 0x00007ff9eb816000 C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll
0x00007ff9ae4a0000 - 0x00007ff9ae53d000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\msvcp140.dll
0x00007ff9e2f30000 - 0x00007ff9e2f47000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\vcruntime140.dll
0x0000000026790000 - 0x0000000026793000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-locale-l1-1-0.dll
0x00000000267a0000 - 0x00000000267a4000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-string-l1-1-0.dll
0x00000000267b0000 - 0x00000000267b4000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-stdio-l1-1-0.dll
0x00000000267c0000 - 0x00000000267c5000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-math-l1-1-0.dll
0x00000000267d0000 - 0x00000000267d3000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-heap-l1-1-0.dll
0x00000000267e0000 - 0x00000000267e4000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-runtime-l1-1-0.dll
0x00000000267f0000 - 0x00000000267f4000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-convert-l1-1-0.dll
0x0000000026800000 - 0x0000000026803000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-environment-l1-1-0.dll
0x0000000026810000 - 0x0000000026813000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-time-l1-1-0.dll
0x0000000026820000 - 0x0000000026823000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-filesystem-l1-1-0.dll
0x0000000026830000 - 0x0000000026833000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-utility-l1-1-0.dll
0x0000000026840000 - 0x0000000026845000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\api-ms-win-crt-multibyte-l1-1-0.dll
0x00007ff9958a0000 - 0x00007ff995ba6000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\opencv_core340.dll
0x00007ff995490000 - 0x00007ff99589c000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\opencv_imgproc340.dll
0x00007ff995110000 - 0x00007ff99548b000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniopencv_core.dll
0x00007ff9a1700000 - 0x00007ff9a1855000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniopencv_imgproc.dll
0x00007ff9ae400000 - 0x00007ff9ae493000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\opencv_objdetect340.dll
0x00007ff9ba2f0000 - 0x00007ff9ba369000 C:\Users\sir-z\.javacpp\cache\opencv-3.4.0-1.4-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniopencv_objdetect.dll
0x00007ff9c3e60000 - 0x00007ff9c3e82000 C:\WINDOWS\SYSTEM32\OpenCL.dll
0x00007ff993ae0000 - 0x00007ff99510d000 C:\WINDOWS\System32\nvopencl.dll
0x00007ff9ee8a0000 - 0x00007ff9eecee000 C:\WINDOWS\System32\SETUPAPI.dll
0x00007ff9a15e0000 - 0x00007ff9a16ff000 C:\WINDOWS\SYSTEM32\nvfatbinaryLoader.dll
0x00007ff9eae60000 - 0x00007ff9eaef5000 C:\WINDOWS\system32\uxtheme.dll
0x00007ff9ed290000 - 0x00007ff9ed2b7000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x00007ff9ed580000 - 0x00007ff9ed5d8000 C:\WINDOWS\System32\WINTRUST.dll
0x00007ff9b0c40000 - 0x00007ff9b10c0000 C:\WINDOWS\system32\nvapi64.dll
0x00007ff9ec2c0000 - 0x00007ff9ec36f000 C:\WINDOWS\SYSTEM32\dxgi.dll
0x00007ff9a1030000 - 0x00007ff9a10b4000 C:\WINDOWS\System32\DriverStore\FileRepository\ki124164.inf_amd64_85b60d2b8c3af983\IntelOpenCL64.dll
0x00007ff993910000 - 0x00007ff993ae0000 C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\intelocl64.dll
0x00007ff9a0f80000 - 0x00007ff9a102b000 C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\task_executor64.dll
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:52239,suspend=y,server=n -Dfile.encoding=UTF-8
java_command: pers.zjw.face.detector.spark.HandleStream mini1:9092,mini2:9092,mini3:9092 videophoto g1
java_class_path (initial): F:\Program Files\Java\jdk1.8.0_152\jre\lib\charsets.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\deploy.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\access-bridge-64.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\cldrdata.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\dnsns.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\jaccess.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\jfxrt.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\localedata.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\nashorn.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\sunec.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\sunjce_provider.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\sunmscapi.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\sunpkcs11.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\ext\zipfs.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\javaws.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\jce.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\jfr.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\jfxswt.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\jsse.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\management-agent.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\plugin.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\resources.jar;F:\Program Files\Java\jdk1.8.0_152\jre\lib\rt.jar;D:\Java\dist-face-detector\target\classes;F:\Program Files (x86)\scala-2.11.8\lib\scala-actors-2.11.0.jar;F:\Program Files (x86)\scala-2.11.8\lib\scala-actors-migration_2.11-1.1.0.jar;F:\Program Files (x86)\scala-2.11.8\lib\scala-library.jar;F:\Program Files (x86)\scala-2.11.8\lib\scala-parser-combinators_2.11-1.0.4.jar;F:\Program Files (x86)\scala-2.11.8\lib\scala-reflect.jar;F:\Program Files (x86)\scala-2.11.8\lib\scala-swing_2.11-1.0.2.jar;F:\Program Files (x86)\scala-2.11.8\lib\scala-xml_2.11-1.0.4.jar;D:\maven\Local\org\bytedeco\javacv-platform\1.4\javacv-platform-1.4.jar;D:\maven\Local\org\bytedeco\javacv\1.4\javacv-1.4.jar;D:\maven\Lo
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=F:\Program Files\Java\jdk1.8.0_152
PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\libnvvp;C:\WINDOWS\system32;C:\WINDOWS;F:\Python36\Scripts\;F:\Python36;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;F:\Program Files (x86)\QuickTime\QTSystem\;f:\Program Files (x86)\Lua\5.1;f:\Program Files (x86)\Lua\5.1\clibs;C:\Program Files\nodejs\;F:\Program Files\Java\jdk1.8.0_152\bin;C:\Users\sir-z\AppData\Roaming\npm;C:\Program Files\MySQL\MySQL Server 5.7\bin;D:\Program Files\TortoiseSVN\bin;C:\Program Files\OpenSSH\bin;D:\maven\apache-maven-3.5.0;D:\hadoop-2.6.4\bin;F:\Program Files (x86)\scala-2.11.8\bin;f:\Program Files\Git\cmd;F:\MinGW\bin;D:\maven\apache-maven-3.5.0\bin;C:\Users\sir-z\AppData\Local\Pandoc;f:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0;D:\Program Files (x86)\Graphviz2.38\bin;F:\Program Files\HDF_Group\HDF5\1.8.20\bin\;C:\Program Files\CMake\bin;D:\ffmpeg\bin;F:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;F:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;F:\Program Files\Microsoft SQL Server\120\Tools\Binn\;F:\Program Files\Microsoft SQL Server\120\DTS\Binn\;F:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;F:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\Users\sir-z\AppData\Roaming\npm;C:\Program Files\MySQL\MySQL Server 5.7\bin;C:\Program Files\OpenSSH\bin;D:\hadoop-2.6.4\bin;C:\Users\sir-z\AppData\Local\Microsoft\WindowsApps;f:\Program Files (x86)\Microsoft VS Code\bin;F:\MinGW\bin;F:\Program Files\Fiddler;D:\maven\apache-maven-3.5.0\bin;C:\Users\sir-z\AppData\Local\Pandoc\;D:\Program Files (x86)\Graphviz2.38\bin;
USERNAME=sir-z
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 16299 (10.0.16299.15)
CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 94 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 16664480k(2645896k free), swap 22311064k(2314048k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.152-b16) for windows-amd64 JRE (1.8.0_152-b16), built on Sep 14 2017 02:29:36 by "java_re" with MS VC++ 10.0 (VS2010)
time: Thu Apr 05 21:49:40 2018
elapsed time: 54 seconds (0d 0h 0m 54s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment