Java crash related to libMagickCore-6.Q16HDRI-2.dll

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Luyen
Posts: 12
Joined: 2016-06-10T00:05:43-07:00
Authentication code: 1151

Java crash related to libMagickCore-6.Q16HDRI-2.dll

Post by Luyen »

Hi there,

I use Java to call a videocore.dll file (which is compiled using ImageMagick library).
It can work perfectly in my computer.
However, I copy into other computer, It does not work.
The Java process has exited.
An hs_err_pid*.log file has been created.
The following appears in the hs_err_pid*.log:

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000002171c945, pid=4668, tid=3460
#
# JRE version: Java(TM) SE Runtime Environment (8.0_74-b02) (build 1.8.0_74-b02)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [libMagickCore-6.Q16HDRI-2.dll+0x4c945]
#
# 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 (0x000000001eb85800):  JavaThread "Thread-11" [_thread_in_native, id=3460, stack(0x0000000032ed0000,0x0000000032fd0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000000032c8

Registers:
RAX=0x0000000000000000, RBX=0x000000003018e700, RCX=0x0000000000000000, RDX=0x0000000080000000
RSP=0x0000000032fce430, RBP=0x0000000032fce4f0, RSI=0x0000000000000002, RDI=0x00000006c0080f88
R8 =0x000000000000001f, R9 =0x00000000000006fe, R10=0x000000000000041d, R11=0x00000000003d0158
R12=0x0000000000000000, R13=0x000000001bda0cc8, R14=0x0000000032fcf1e0, R15=0x000000001eb85800
RIP=0x000000002171c945, EFLAGS=0x0000000000010206

Top of Stack: (sp=0x0000000032fce430)
0x0000000032fce430:   0000000000000002 00000006c0080f88
0x0000000032fce440:   0000000032fce4f0 0000000000000000
0x0000000032fce450:   000000001bda0cc8 0000000032fcf1e0
0x0000000032fce460:   000000003018e700 000000006e1bd762
0x0000000032fce470:   0000000032fce640 00000000335d27ff
0x0000000032fce480:   0000000000000000 0000001100000003
0x0000000032fce490:   0000000000000000 000000000000000e
0x0000000032fce4a0:   0000000002000002 0000000000000000
0x0000000032fce4b0:   0000000000000080 0000000030192420
0x0000000032fce4c0:   0000000005000005 00000000003d0230
0x0000000032fce4d0:   0000000000000001 000007fefd908348
0x0000000032fce4e0:   000000000000000a 000007fe02000002
0x0000000032fce4f0:   000000003016a5e0 0000000000001208
0x0000000032fce500:   000000001f00001f 0000000000000002
0x0000000032fce510:   000000003018e5e0 0000000000000002
0x0000000032fce520:   00000000a40001a5 0000000008a5d176 

Instructions: (pc=0x000000002171c945)
0x000000002171c925:   48 89 d9 48 83 c4 20 5b e9 fe fa ff ff 31 c0 48
0x000000002171c935:   83 c4 20 5b c3 66 0f 1f 44 00 00 53 48 83 ec 30
0x000000002171c945:   8b 81 c8 32 00 00 48 89 cb 85 c0 74 2a 48 8d 05
0x000000002171c955:   6c 32 14 00 4c 8d 05 80 3b 14 00 48 8d 15 d1 30 


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x000000003018e700 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x0000000080000000 is an unknown value
RSP=0x0000000032fce430 is pointing into the stack for thread: 0x000000001eb85800
RBP=0x0000000032fce4f0 is pointing into the stack for thread: 0x000000001eb85800
RSI=0x0000000000000002 is an unknown value
RDI=0x00000006c0080f88 is an oop
java.io.BufferedOutputStream 
 - klass: 'java/io/BufferedOutputStream'
R8 =0x000000000000001f is an unknown value
R9 =0x00000000000006fe is an unknown value
R10=0x000000000000041d is an unknown value
R11=0x00000000003d0158 is an unknown value
R12=0x0000000000000000 is an unknown value
R13={method} {0x000000001bda0cd0} 'ApplyEffect' '(ILjava/lang/String;Lcom/VT/EffectListener;)I' in 'com/VT'
R14=0x0000000032fcf1e0 is pointing into the stack for thread: 0x000000001eb85800
R15=0x000000001eb85800 is a thread


Stack: [0x0000000032ed0000,0x0000000032fd0000],  sp=0x0000000032fce430,  free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libMagickCore-6.Q16HDRI-2.dll+0x4c945]
C  [videocore.dll+0x3d762]
C  [videocore.dll+0x2d5f9]
C  [videocore.dll+0x3f580]
C  [videocore.dll+0x3fa74]
C  0x0000000002755874

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.VT.ApplyEffect(ILjava/lang/String;Lcom/VT/EffectListener;)I+0
j  com.VTProxy.ApplyEffect(ILjava/lang/String;Lcom/VT/EffectListener;)I+3
j  com.cmd.TransformTask.execute()Z+235
j  com.cmd.CommandManager$4.run()V+4
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x000000001eb85800 JavaThread "Thread-11" [_thread_in_native, id=3460, stack(0x0000000032ed0000,0x0000000032fd0000)]
  0x000000001eb84000 JavaThread "Thread-9" daemon [_thread_blocked, id=1484, stack(0x0000000035f50000,0x0000000036050000)]
  0x000000001eb83800 JavaThread "Timer-1" daemon [_thread_blocked, id=4452, stack(0x0000000033f30000,0x0000000034030000)]
  0x000000001eb82000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=4332, stack(0x0000000034240000,0x0000000034340000)]
  0x000000001eb81000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=608, stack(0x0000000034070000,0x0000000034170000)]
  0x00000000306e0000 JavaThread "AWT-Shutdown" [_thread_blocked, id=1984, stack(0x0000000033ca0000,0x0000000033da0000)]
  0x00000000306df000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2144, stack(0x0000000033de0000,0x0000000033ee0000)]
  0x000000001ec6c800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=4632, stack(0x00000000316a0000,0x00000000317a0000)]
  0x000000001e645800 JavaThread "Thread-3" daemon [_thread_in_native, id=4596, stack(0x0000000020d70000,0x0000000020e70000)]
  0x000000001e6ba000 JavaThread "JavaFX-Launcher" [_thread_blocked, id=4600, stack(0x0000000020f20000,0x0000000021020000)]
  0x000000001e59f000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=4576, stack(0x000000001f240000,0x000000001f340000)]
  0x000000001e5cc800 JavaThread "Thread-1" daemon [_thread_blocked, id=4568, stack(0x000000001f030000,0x000000001f130000)]
  0x000000001e5b8000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=4560, stack(0x000000001e310000,0x000000001e410000)]
  0x000000001d53f000 JavaThread "Service Thread" daemon [_thread_blocked, id=5096, stack(0x000000001e200000,0x000000001e300000)]
  0x000000001c16b000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=2388, stack(0x000000001e000000,0x000000001e100000)]
  0x000000001d506800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=408, stack(0x000000001d910000,0x000000001da10000)]
  0x000000001d4fd800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=5024, stack(0x000000001de30000,0x000000001df30000)]
  0x000000001d4f8800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4340, stack(0x000000001dc40000,0x000000001dd40000)]
  0x000000001c169000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2180, stack(0x000000001da50000,0x000000001db50000)]
  0x000000001c148800 JavaThread "Finalizer" daemon [_thread_blocked, id=4364, stack(0x000000001d050000,0x000000001d150000)]
  0x000000001c101800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4544, stack(0x000000001d330000,0x000000001d430000)]
  0x00000000003ad800 JavaThread "main" [_thread_blocked, id=4440, stack(0x0000000002640000,0x0000000002740000)]

Other Threads:
  0x000000001c0fa000 VMThread [stack: 0x000000001d1c0000,0x000000001d2c0000] [id=5008]
  0x000000001d541800 WatcherThread [stack: 0x000000001e420000,0x000000001e520000] [id=4572]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 305664K, used 56217K [0x000000076ab00000, 0x0000000783280000, 0x00000007c0000000)
  eden space 262144K, 4% used [0x000000076ab00000,0x000000076b768998,0x000000077ab00000)
  from space 43520K, 99% used [0x000000077d580000,0x000000077fffdd10,0x0000000780000000)
  to   space 43520K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077d580000)
 ParOldGen       total 699392K, used 24989K [0x00000006c0000000, 0x00000006eab00000, 0x000000076ab00000)
  object space 699392K, 3% used [0x00000006c0000000,0x00000006c18676a8,0x00000006eab00000)
 Metaspace       used 31015K, capacity 32886K, committed 33152K, reserved 1077248K
  class space    used 4324K, capacity 4674K, committed 4736K, reserved 1048576K

Card table byte_map: [0x0000000011b00000,0x0000000012310000] byte_map_base: 0x000000000e500000

Marking Bits: (ParMarkBitMap*) 0x000000006de60600
 Begin Bits: [0x0000000012f70000, 0x0000000016f70000)
 End Bits:   [0x0000000016f70000, 0x000000001af70000)

Polling page: 0x0000000000330000

CodeCache: size=245760Kb used=15592Kb max_used=17105Kb free=230167Kb
 bounds [0x0000000002740000, 0x0000000003800000, 0x0000000011740000]
 total_blobs=5710 nmethods=4895 adapters=726
 compilation: enabled

Compilation events (10 events):
Event: 12.870 Thread 0x000000001c16b000 5386   !   3       java.lang.Class::getSimpleBinaryName (38 bytes)
Event: 12.870 Thread 0x000000001c16b000 nmethod 5386 0x0000000002aa2050 code [0x0000000002aa2220, 0x0000000002aa2a28]
Event: 12.870 Thread 0x000000001c16b000 5373       3       java.lang.Class::copyFields (36 bytes)
Event: 12.871 Thread 0x000000001c16b000 nmethod 5373 0x0000000002a56110 code [0x0000000002a56300, 0x0000000002a56d18]
Event: 12.872 Thread 0x000000001c16b000 5391       3       java.io.StringWriter::write (10 bytes)
Event: 12.872 Thread 0x000000001c16b000 nmethod 5391 0x0000000002a10910 code [0x0000000002a10a80, 0x0000000002a10ea8]
Event: 12.872 Thread 0x000000001c16b000 5382       3       com.google.gson.TypeAdapter::<init> (5 bytes)
Event: 12.872 Thread 0x000000001c16b000 nmethod 5382 0x000000000289bc50 code [0x000000000289bda0, 0x000000000289bf50]
Event: 12.873 Thread 0x000000001c16b000 5384       3       sun.reflect.annotation.AnnotationInvocationHandler::invoke (277 bytes)
Event: 12.874 Thread 0x000000001c16b000 nmethod 5384 0x0000000002c3e890 code [0x0000000002c3eb80, 0x0000000002c401b8]

GC Heap History (6 events):
Event: 3.140 GC heap before
{Heap before GC invocations=1 (full 0):
 PSYoungGen      total 305664K, used 83912K [0x000000076ab00000, 0x0000000780000000, 0x00000007c0000000)
  eden space 262144K, 32% used [0x000000076ab00000,0x000000076fcf2318,0x000000077ab00000)
  from space 43520K, 0% used [0x000000077d580000,0x000000077d580000,0x0000000780000000)
  to   space 43520K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077d580000)
 ParOldGen       total 699392K, used 0K [0x00000006c0000000, 0x00000006eab00000, 0x000000076ab00000)
  object space 699392K, 0% used [0x00000006c0000000,0x00000006c0000000,0x00000006eab00000)
 Metaspace       used 20483K, capacity 21204K, committed 21296K, reserved 1067008K
  class space    used 2740K, capacity 2944K, committed 2944K, reserved 1048576K
Event: 3.154 GC heap after
Heap after GC invocations=1 (full 0):
 PSYoungGen      total 305664K, used 9592K [0x000000076ab00000, 0x0000000780000000, 0x00000007c0000000)
  eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
  from space 43520K, 22% used [0x000000077ab00000,0x000000077b45e100,0x000000077d580000)
  to   space 43520K, 0% used [0x000000077d580000,0x000000077d580000,0x0000000780000000)
 ParOldGen       total 699392K, used 39K [0x00000006c0000000, 0x00000006eab00000, 0x000000076ab00000)
  object space 699392K, 0% used [0x00000006c0000000,0x00000006c0009c60,0x00000006eab00000)
 Metaspace       used 20483K, capacity 21204K, committed 21296K, reserved 1067008K
  class space    used 2740K, capacity 2944K, committed 2944K, reserved 1048576K
}
Event: 3.154 GC heap before
{Heap before GC invocations=2 (full 1):
 PSYoungGen      total 305664K, used 9592K [0x000000076ab00000, 0x0000000780000000, 0x00000007c0000000)
  eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
  from space 43520K, 22% used [0x000000077ab00000,0x000000077b45e100,0x000000077d580000)
  to   space 43520K, 0% used [0x000000077d580000,0x000000077d580000,0x0000000780000000)
 ParOldGen       total 699392K, used 39K [0x00000006c0000000, 0x00000006eab00000, 0x000000076ab00000)
  object space 699392K, 0% used [0x00000006c0000000,0x00000006c0009c60,0x00000006eab00000)
 Metaspace       used 20483K, capacity 21204K, committed 21296K, reserved 1067008K
  class space    used 2740K, capacity 2944K, committed 2944K, reserved 1048576K
Event: 3.207 GC heap after
Heap after GC invocations=2 (full 1):
 PSYoungGen      total 305664K, used 0K [0x000000076ab00000, 0x0000000780000000, 0x00000007c0000000)
  eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
  from space 43520K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077d580000)
  to   space 43520K, 0% used [0x000000077d580000,0x000000077d580000,0x0000000780000000)
 ParOldGen       total 699392K, used 9403K [0x00000006c0000000, 0x00000006eab00000, 0x000000076ab00000)
  object space 699392K, 1% used [0x00000006c0000000,0x00000006c092ec00,0x00000006eab00000)
 Metaspace       used 20483K, capacity 21204K, committed 21296K, reserved 1067008K
  class space    used 2740K, capacity 2944K, committed 2944K, reserved 1048576K
}
Event: 12.810 GC heap before
{Heap before GC invocations=3 (full 1):
 PSYoungGen      total 305664K, used 262144K [0x000000076ab00000, 0x0000000780000000, 0x00000007c0000000)
  eden space 262144K, 100% used [0x000000076ab00000,0x000000077ab00000,0x000000077ab00000)
  from space 43520K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077d580000)
  to   space 43520K, 0% used [0x000000077d580000,0x000000077d580000,0x0000000780000000)
 ParOldGen       total 699392K, used 9403K [0x00000006c0000000, 0x00000006eab00000, 0x000000076ab00000)
  object space 699392K, 1% used [0x00000006c0000000,0x00000006c092ec00,0x00000006eab00000)
 Metaspace       used 30983K, capacity 32880K, committed 33152K, reserved 1077248K
  class space    used 4321K, capacity 4673K, committed 4736K, reserved 1048576K
Event: 12.848 GC heap after
Heap after GC invocations=3 (full 1):
 PSYoungGen      total 305664K, used 43511K [0x000000076ab00000, 0x0000000783280000, 0x00000007c0000000)
  eden space 262144K, 0% used [0x000000076ab00000,0x000000076ab00000,0x000000077ab00000)
  from space 43520K, 99% used [0x000000077d580000,0x000000077fffdd10,0x0000000780000000)
  to   space 43520K, 0% used [0x000000077ab00000,0x000000077ab00000,0x000000077d580000)
 ParOldGen       total 699392K, used 24989K [0x00000006c0000000, 0x00000006eab00000, 0x000000076ab00000)
  object space 699392K, 3% used [0x00000006c0000000,0x00000006c18676a8,0x00000006eab00000)
 Metaspace       used 30983K, capacity 32880K, committed 33152K, reserved 1077248K
  class space    used 4321K, capacity 4673K, committed 4736K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 10.724 Thread 0x000000001e59f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000035742ec method=javafx.scene.layout.Region.boundedSize(DDD)D @ 33
Event: 10.731 Thread 0x000000001e59f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000355255c method=javafx.scene.paint.Color.acc_getPlatformPaint()Ljava/lang/Object; @ 4
Event: 10.748 Thread 0x000000001e5b8000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000034c9c78 method=com.sun.javafx.sg.prism.NGNode.render(Lcom/sun/prism/Graphics;)V @ 28
Event: 10.749 Thread 0x000000001e5b8000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000343d3f8 method=com.sun.javafx.sg.prism.NGNode.render(Lcom/sun/prism/Graphics;)V @ 28
Event: 12.690 Thread 0x000000001e59f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000033a7620 method=javafx.scene.Node.updateBounds()V @ 47
Event: 12.697 Thread 0x000000001e5b8000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000035c3064 method=com.sun.javafx.sg.prism.NGNode.markCullRegions(Lcom/sun/javafx/geom/DirtyRegionContainer;ILcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTŸ­é5C•)@
Event: 12.792 Thread 0x000000001e59f000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000002d690fc method=com.google.gson.internal.Excluder.isAnonymousOrLocal(Ljava/lang/Class;)Z @ 4
Event: 12.792 Thread 0x000000001e59f000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000002d3f950 method=com.google.gson.internal.Excluder.isAnonymousOrLocal(Ljava/lang/Class;)Z @ 4
Event: 12.859 Thread 0x000000001eb85000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d21018 method=java.lang.Class.getDeclaringClass()Ljava/lang/Class; @ 6
Event: 12.859 Thread 0x000000001eb85000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d0add8 method=java.lang.Class.getDeclaringClass()Ljava/lang/Class; @ 6

Internal exceptions (10 events):
Event: 6.532 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a73f80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.532 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a744b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.532 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a748d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.553 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a79038) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.553 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a79458) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.553 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a79878) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.553 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a79c98) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.554 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a7a1c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 6.554 Thread 0x000000001e5b8000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000771a7a5e8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u74\6087\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 10.658 Thread 0x000000001e59f000 Implicit null exception at 0x000000000337b6d7 to 0x0000000003381ebd

Events (10 events):
Event: 12.875 Executing VM operation: RevokeBias
Event: 12.875 Executing VM operation: RevokeBias done
Event: 12.875 Executing VM operation: RevokeBias
Event: 12.875 Executing VM operation: RevokeBias done
Event: 12.875 Executing VM operation: BulkRevokeBias
Event: 12.875 Executing VM operation: BulkRevokeBias done
Event: 12.875 loading class com/cmd/TransformTask
Event: 12.875 loading class com/cmd/TransformTask done
Event: 12.878 loading class com/cmd/TransformTask$3
Event: 12.878 loading class com//cmd/TransformTask$3 done


Dynamic libraries:
0x000000013f6d0000 - 0x000000013f707000 	C:\Program Files\Java\jdk1.8.0_74\bin\java.exe
0x00000000772f0000 - 0x000000007749b000 	C:\Windows\SYSTEM32\ntdll.dll
0x00000000770d0000 - 0x00000000771ef000 	C:\Windows\system32\kernel32.dll
0x000007fefd300000 - 0x000007fefd36b000 	C:\Windows\system32\KERNELBASE.dll
0x000007fefdd30000 - 0x000007fefde0b000 	C:\Windows\system32\ADVAPI32.dll
0x000007fefd900000 - 0x000007fefd99f000 	C:\Windows\system32\msvcrt.dll
0x000007fefde10000 - 0x000007fefde2f000 	C:\Windows\SYSTEM32\sechost.dll
0x000007feff220000 - 0x000007feff34e000 	C:\Windows\system32\RPCRT4.dll
0x00000000771f0000 - 0x00000000772ea000 	C:\Windows\system32\USER32.dll
0x000007fefe0b0000 - 0x000007fefe117000 	C:\Windows\system32\GDI32.dll
0x000007feff210000 - 0x000007feff21e000 	C:\Windows\system32\LPK.dll
0x000007feff0a0000 - 0x000007feff16a000 	C:\Windows\system32\USP10.dll
0x000007fefbed0000 - 0x000007fefc0c4000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_fa645303170382f6\COMCTL32.dll
0x000007fefdfb0000 - 0x000007fefe021000 	C:\Windows\system32\SHLWAPI.dll
0x000007fefd9a0000 - 0x000007fefd9ce000 	C:\Windows\system32\IMM32.DLL
0x000007fefe200000 - 0x000007fefe309000 	C:\Windows\system32\MSCTF.dll
0x0000000073fa0000 - 0x0000000074072000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\msvcr100.dll
0x000000006d650000 - 0x000000006dee0000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\server\jvm.dll
0x000007fef7b70000 - 0x000007fef7b79000 	C:\Windows\system32\WSOCK32.dll
0x000007fefd630000 - 0x000007fefd67d000 	C:\Windows\system32\WS2_32.dll
0x000007fefd620000 - 0x000007fefd628000 	C:\Windows\system32\NSI.dll
0x000007fef8800000 - 0x000007fef883b000 	C:\Windows\system32\WINMM.dll
0x000007fefc3c0000 - 0x000007fefc3cc000 	C:\Windows\system32\VERSION.dll
0x00000000774c0000 - 0x00000000774c7000 	C:\Windows\system32\PSAPI.DLL
0x0000000074290000 - 0x000000007429f000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\verify.dll
0x0000000074130000 - 0x0000000074159000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\java.dll
0x0000000074110000 - 0x0000000074126000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\zip.dll
0x000007fefe310000 - 0x000007feff096000 	C:\Windows\system32\SHELL32.dll
0x000007fefdb20000 - 0x000007fefdd21000 	C:\Windows\system32\ole32.dll
0x000007fefd250000 - 0x000007fefd25f000 	C:\Windows\system32\profapi.dll
0x000007feea700000 - 0x000007feea7ef000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\msvcr120.dll
0x000007feea650000 - 0x000007feea6f6000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\msvcp120.dll
0x00000000740e0000 - 0x0000000074103000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\prism_d3d.dll
0x000007feef0f0000 - 0x000007feef2ef000 	C:\Windows\system32\d3d9.dll
0x000007fefbba0000 - 0x000007fefbba7000 	C:\Windows\system32\d3d8thk.dll
0x000007fefb610000 - 0x000007fefb628000 	C:\Windows\system32\dwmapi.dll
0x000007fefbae0000 - 0x000007fefbb36000 	C:\Windows\system32\uxtheme.dll
0x0000000180000000 - 0x00000001807ca000 	C:\Windows\system32\igdumd64.dll
0x0000000074090000 - 0x00000000740d3000 	C:\Program Files\Java\jdk1.8.0_74\jre\bin\glass.dll
0x000007feff170000 - 0x000007feff208000 	C:\Windows\system32\COMDLG32.dll
0x000007fefe120000 - 0x000007fefe1f7000 	C:\Windows\system32\OLEAUT32.dll
0x000007fefd140000 - 0x000007fefd14f000 	C:\Windows\system32\CRYPTBASE.dll
0x000000006e180000 - 0x000000006ebeb000 	D:\ThuyDuong\20160621\jni\videocore.dll
0x0000000064940000 - 0x0000000064955000 	D:\ThuyDuong\20160621\runtime\bin\libwinpthread-1.dll
0x0000000061440000 - 0x000000006145c000 	D:\ThuyDuong\20160621\runtime\bin\libgcc_s_seh-1.dll
0x0000000063600000 - 0x0000000063624000 	D:\ThuyDuong\20160621\runtime\bin\libgomp-1.dll
0x000000006fc40000 - 0x000000006fda2000 	D:\ThuyDuong\20160621\runtime\bin\libstdc++-6.dll
0x0000000069340000 - 0x000000006938a000 	D:\ThuyDuong\20160621\runtime\bin\libass-5.dll
0x0000000064f80000 - 0x0000000064fd3000 	D:\ThuyDuong\20160621\runtime\bin\libfontconfig-1.dll
0x0000000068f40000 - 0x0000000068f6d000 	D:\ThuyDuong\20160621\runtime\bin\libexpat-1.dll
0x00000000693c0000 - 0x0000000069463000 	D:\ThuyDuong\20160621\runtime\bin\libfreetype-6.dll
0x00000000626c0000 - 0x00000000626da000 	D:\ThuyDuong\20160621\runtime\bin\libbz2-1.dll
0x0000000061600000 - 0x000000006166a000 	D:\ThuyDuong\20160621\runtime\bin\libharfbuzz-0.dll
0x00000000685c0000 - 0x00000000686fc000 	D:\ThuyDuong\20160621\runtime\bin\libglib-2.0-0.dll
0x0000000061cc0000 - 0x0000000061ce8000 	D:\ThuyDuong\20160621\runtime\bin\libintl-8.dll
0x0000000066000000 - 0x0000000066109000 	D:\ThuyDuong\20160621\runtime\bin\libiconv-2.dll
0x0000000068b40000 - 0x0000000068b7f000 	D:\ThuyDuong\20160621\runtime\bin\libpng16-16.dll
0x0000000062e80000 - 0x0000000062e9d000 	D:\ThuyDuong\20160621\runtime\bin\zlib1.dll
0x0000000063980000 - 0x00000000639a8000 	D:\ThuyDuong\20160621\runtime\bin\libfribidi-0.dll
0x000000006c490000 - 0x000000006d644000 	D:\ThuyDuong\20160621\runtime\bin\avcodec-56.dll
0x0000000064ac0000 - 0x0000000064ae2000 	D:\ThuyDuong\20160621\runtime\bin\libcelt0-2.dll
0x0000000073be0000 - 0x0000000073c1c000 	D:\ThuyDuong\20160621\runtime\bin\libdcadec-0.dll
0x0000000070800000 - 0x0000000070816000 	D:\ThuyDuong\20160621\runtime\bin\libgsm.dll
0x0000000063cc0000 - 0x0000000063cec000 	D:\ThuyDuong\20160621\runtime\bin\liblzma-5.dll
0x00000000129a0000 - 0x0000000012a1f000 	D:\ThuyDuong\20160621\runtime\bin\libmp3lame-0.dll
0x000000006f540000 - 0x000000006f573000 	D:\ThuyDuong\20160621\runtime\bin\libopencore-amrnb-0.dll
0x0000000066bc0000 - 0x0000000066bde000 	D:\ThuyDuong\20160621\runtime\bin\libopencore-amrwb-0.dll
0x00000000674c0000 - 0x00000000674f6000 	D:\ThuyDuong\20160621\runtime\bin\libopenjpeg-5.dll
0x0000000062500000 - 0x0000000062559000 	D:\ThuyDuong\20160621\runtime\bin\libopus-0.dll
0x000000006bbc0000 - 0x000000006bca7000 	D:\ThuyDuong\20160621\runtime\bin\libschroedinger-1.0-0.dll
0x0000000065680000 - 0x0000000065709000 	D:\ThuyDuong\20160621\runtime\bin\liborc-0.4-0.dll
0x0000000069580000 - 0x00000000695a9000 	D:\ThuyDuong\20160621\runtime\bin\libspeex-1.dll
0x0000000065b40000 - 0x0000000065b64000 	D:\ThuyDuong\20160621\runtime\bin\libtheoradec-1.dll
0x0000000063100000 - 0x0000000063149000 	D:\ThuyDuong\20160621\runtime\bin\libtheoraenc-1.dll
0x0000000070680000 - 0x000000007068f000 	D:\ThuyDuong\20160621\runtime\bin\libogg-0.dll
0x00000000025d0000 - 0x0000000002603000 	D:\ThuyDuong\20160621\runtime\bin\libvorbis-0.dll
0x000000006b680000 - 0x000000006b716000 	D:\ThuyDuong\20160621\runtime\bin\libvorbisenc-2.dll
0x0000000066280000 - 0x00000000664e2000 	D:\ThuyDuong\20160621\runtime\bin\libvpx-1.dll
0x0000000069180000 - 0x00000000691b7000 	D:\ThuyDuong\20160621\runtime\bin\libwavpack-1.dll
0x0000000073a40000 - 0x0000000073bd6000 	D:\ThuyDuong\20160621\runtime\bin\libx264-146.dll
0x0000000021020000 - 0x0000000021476000 	D:\ThuyDuong\20160621\runtime\bin\libx265.dll
0x0000000021480000 - 0x00000000215a0000 	D:\ThuyDuong\20160621\runtime\bin\xvidcore.dll
0x00000000739b0000 - 0x0000000073a3d000 	D:\ThuyDuong\20160621\runtime\bin\avutil-54.dll
0x0000000073980000 - 0x00000000739a6000 	D:\ThuyDuong\20160621\runtime\bin\swresample-1.dll
0x00000000712e0000 - 0x00000000714bb000 	D:\ThuyDuong\20160621\runtime\bin\avformat-56.dll
0x0000000069840000 - 0x000000006988b000 	D:\ThuyDuong\20160621\runtime\bin\libbluray-1.dll
0x0000000070f40000 - 0x0000000071085000 	D:\ThuyDuong\20160621\runtime\bin\libxml2-2.dll
0x00000000215a0000 - 0x00000000216c8000 	D:\ThuyDuong\20160621\runtime\bin\libgnutls-30.dll
0x000007fefd430000 - 0x000007fefd596000 	C:\Windows\system32\CRYPT32.dll
0x000007fefd2f0000 - 0x000007fefd2ff000 	C:\Windows\system32\MSASN1.dll
0x000000006acc0000 - 0x000000006ad46000 	D:\ThuyDuong\20160621\runtime\bin\libgmp-10.dll
0x0000000069000000 - 0x0000000069037000 	D:\ThuyDuong\20160621\runtime\bin\libhogweed-4-1.dll
0x0000000067780000 - 0x00000000677c3000 	D:\ThuyDuong\20160621\runtime\bin\libnettle-6-1.dll
0x0000000069540000 - 0x000000006957b000 	D:\ThuyDuong\20160621\runtime\bin\libidn-11.dll
0x0000000068ec0000 - 0x0000000068f13000 	D:\ThuyDuong\20160621\runtime\bin\libp11-kit-0.dll
0x000000006b740000 - 0x000000006b750000 	D:\ThuyDuong\20160621\runtime\bin\libffi-6.dll
0x0000000065f00000 - 0x0000000065f21000 	D:\ThuyDuong\20160621\runtime\bin\libtasn1-6.dll
0x000000001dd40000 - 0x000000001de2c000 	D:\ThuyDuong\20160621\runtime\bin\libmodplug-1.dll
0x0000000002610000 - 0x0000000002640000 	D:\ThuyDuong\20160621\runtime\bin\librtmp-1.dll
0x0000000012870000 - 0x000000001288d000 	D:\ThuyDuong\20160621\runtime\bin\libdl-0.dll
0x0000000070080000 - 0x000000007009f000 	D:\ThuyDuong\20160621\runtime\bin\libjson-c-2.dll
0x00000000216d0000 - 0x00000000218b9000 	D:\ThuyDuong\20160621\runtime\bin\libMagickCore-6.Q16HDRI-2.dll
0x00000000218c0000 - 0x0000000021adf000 	D:\ThuyDuong\20160621\runtime\bin\libfftw3-3.dll
0x000000006b240000 - 0x000000006b2a1000 	D:\ThuyDuong\20160621\runtime\bin\liblcms2-2.dll
0x000000006fec0000 - 0x000000006fed7000 	D:\ThuyDuong\20160621\runtime\bin\liblqr-1-0.dll
0x0000000012a20000 - 0x0000000012a3a000 	D:\ThuyDuong\20160621\runtime\bin\libltdl-7.dll
0x0000000064280000 - 0x0000000064387000 	D:\ThuyDuong\20160621\runtime\bin\libMagickWand-6.Q16HDRI-2.dll
0x000000006a500000 - 0x000000006a71e000 	D:\ThuyDuong\20160621\runtime\bin\libopencv_core310.dll
0x000007fef3b10000 - 0x000007fef3c2d000 	C:\Windows\system32\OPENGL32.dll
0x000007fef3ae0000 - 0x000007fef3b0d000 	C:\Windows\system32\GLU32.dll
0x000007fef39e0000 - 0x000007fef3ad1000 	C:\Windows\system32\DDRAW.dll
0x000007fef39d0000 - 0x000007fef39d8000 	C:\Windows\system32\DCIMAN32.dll
0x000007fefd720000 - 0x000007fefd8f7000 	C:\Windows\system32\SETUPAPI.dll
0x000007fefd5a0000 - 0x000007fefd5d6000 	C:\Windows\system32\CFGMGR32.dll
0x000007fefd410000 - 0x000007fefd42a000 	C:\Windows\system32\DEVOBJ.dll
0x0000000021ae0000 - 0x0000000021dcb000 	D:\ThuyDuong\20160621\runtime\bin\tbb.dll
0x0000000012b50000 - 0x0000000012b7e000 	D:\ThuyDuong\20160621\runtime\bin\libopencv_highgui310.dll
0x0000000071100000 - 0x0000000071153000 	D:\ThuyDuong\20160621\runtime\bin\libopencv_imgcodecs310.dll
0x000000006f900000 - 0x000000006fc0a000 	D:\ThuyDuong\20160621\runtime\bin\libopencv_imgproc310.dll
0x0000000068080000 - 0x00000000680ce000 	D:\ThuyDuong\20160621\runtime\bin\libHalf-2_2.dll
0x0000000021dd0000 - 0x0000000022071000 	D:\ThuyDuong\20160621\runtime\bin\libIlmImf-2_2.dll
0x0000000063900000 - 0x0000000063912000 	D:\ThuyDuong\20160621\runtime\bin\libIex-2_2.dll
0x0000000070b40000 - 0x0000000070b4f000 	D:\ThuyDuong\20160621\runtime\bin\libIlmThread-2_2.dll
0x0000000070280000 - 0x0000000070299000 	D:\ThuyDuong\20160621\runtime\bin\libImath-2_2.dll
0x00000000617c0000 - 0x0000000061823000 	D:\ThuyDuong\20160621\runtime\bin\libjasper-1.dll
0x000000006b800000 - 0x000000006b869000 	D:\ThuyDuong\20160621\runtime\bin\libjpeg-8.dll
0x0000000012dd0000 - 0x0000000012e49000 	D:\ThuyDuong\20160621\runtime\bin\libtiff-5.dll
0x00000000620c0000 - 0x000000006212b000 	D:\ThuyDuong\20160621\runtime\bin\libwebp-6.dll

VM Arguments:
jvm_args: -Xms1g -Xmx4g 
java_command: VT_ThuyDuong.jar
java_class_path (initial): VT.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:/Program Files/Java/jdk1.8.0_74;C:\Program Files\Java\jdk1.8.0_74
PATH=./jni;./runtime/bin;C:/Program Files/Java/jdk1.8.0_74/bin;C:/ProgramData/Oracle/Java/javapath;C:/Windows/system32;C:/Windows;C:/Windows/System32/Wbem;
USERNAME=VT
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



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

OS: Windows 7 , 64 bit Build 7600 (6.1.7600.16385)

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

Memory: 4k page, physical 6174528k(3421296k free), swap 12347160k(8418472k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.74-b02) for windows-amd64 JRE (1.8.0_74-b02), built on Jan 29 2016 17:42:36 by "java_re" with MS VC++ 10.0 (VS2010)

time: Tue Jun 28 09:38:36 2016
elapsed time: 12 seconds (0d 0h 0m 12s)

I don't know why.
Can anyone help me?
Thank you
Post Reply