Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Crash Resurfaced #462

Open
bxnkole opened this issue May 10, 2016 · 0 comments
Open

Java Crash Resurfaced #462

bxnkole opened this issue May 10, 2016 · 0 comments

Comments

@bxnkole
Copy link

bxnkole commented May 10, 2016

Hi @sarxos

The Java issue in #431 has resurfaced again. See crash dumps below. Thank you for your support.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77975425, pid=10572, tid=10768
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) Client VM (24.79-b02 mixed mode windows-x86 )
# Problematic frame:
# C  [ntdll.dll+0x55425]
#
# 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 (0x1a544000):  JavaThread "atomic-processor-1" daemon [_thread_in_native, id=10768, stack(0x1b280000,0x1b2d0000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000014

Registers:
EAX=0x00000000, EBX=0xffffff00, ECX=0x1bb6af74, EDX=0xffffffff
ESP=0x1b2cf3f0, EBP=0x1b2cf418, ESI=0x1bb6af64, EDI=0x1bb6af64
EIP=0x77975425, EFLAGS=0x00010213

Top of Stack: (sp=0x1b2cf3f0)
0x1b2cf3f0:   1bb6af64 1bb6af68 ffffff01 fffffffa
0x1b2cf400:   00000000 00000000 00000000 ffffff00
0x1b2cf410:   00000000 7e3d3000 1b2cf438 77965b21
0x1b2cf420:   00000019 1b630f18 777a77b0 00000001
0x1b2cf430:   00000000 010000e5 1b2cf444 77965a45
0x1b2cf440:   1bb6af64 1b2cf458 62ab7557 1bb6af64
0x1b2cf450:   19ce08c8 00000000 1b2cf47c 62ab1fd0
0x1b2cf460:   00000000 1b2cf474 1b634204 0abf3aa8 

Instructions: (pc=0x77975425)
0x77975405:   00 89 44 24 14 0f 84 84 00 00 00 83 3e ff 0f 84
0x77975415:   87 00 00 00 83 64 24 18 00 8b 06 83 f8 ff 74 03
0x77975425:   ff 40 14 8b 7e 10 8b 5c 24 14 89 7c 24 20 b8 82
0x77975435:   03 fe 7f 80 38 00 0f 85 cb ec 03 00 83 ff ff 0f 


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0xffffff00 is an unknown value
ECX=0x1bb6af74 is an unknown value
EDX=0xffffffff is an unknown value
ESP=0x1b2cf3f0 is pointing into the stack for thread: 0x1a544000
EBP=0x1b2cf418 is pointing into the stack for thread: 0x1a544000
ESI=0x1bb6af64 is an unknown value
EDI=0x1bb6af64 is an unknown value


Stack: [0x1b280000,0x1b2d0000],  sp=0x1b2cf3f0,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ntdll.dll+0x55425]
C  [ntdll.dll+0x45b21]
C  [ntdll.dll+0x45a45]
C  [OpenIMAJGrabber.dll+0x7557]
C  [OpenIMAJGrabber.dll+0x1fd0]
C  [bridj.dll+0x16e61]
C  [bridj.dll+0x17485]
C  [bridj.dll+0x3568]
C  [bridj.dll+0x1a0b]
C  [bridj.dll+0x1aa5]
C  [bridj.dll+0xb328]
J 2911  com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()I (0 bytes) @ 0x02a06693 [0x02a06610+0x83]
J 2902 C1 com.github.sarxos.webcam.ds.buildin.WebcamDefaultDevice$NextFrameTask.handle()V (62 bytes) @ 0x02a02bb0 [0x02a02b30+0x80]
j  com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.run()V+14
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
V  [jvm.dll+0x14234a]
V  [jvm.dll+0x206ebe]
V  [jvm.dll+0x142515]
V  [jvm.dll+0x142577]
V  [jvm.dll+0xed3df]
V  [jvm.dll+0x1636ec]
V  [jvm.dll+0x164147]
V  [jvm.dll+0x1a8d99]
C  [msvcr100.dll+0x5c556]
C  [msvcr100.dll+0x5c600]
C  [KERNEL32.DLL+0x13744]
C  [ntdll.dll+0x59e54]
C  [ntdll.dll+0x59e1f]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2911  com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.nextFrame()I (0 bytes) @ 0x02a0664f [0x02a06610+0x3f]
J 2902 C1 com.github.sarxos.webcam.ds.buildin.WebcamDefaultDevice$NextFrameTask.handle()V (62 bytes) @ 0x02a02bb0 [0x02a02b30+0x80]
j  com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.run()V+14
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 )
  0x1a544c00 JavaThread "notificator-[Integrated Camera 0]" daemon [_thread_blocked, id=13768, stack(0x1bac0000,0x1bb10000)]
  0x1a544400 JavaThread "webcam-panel-scheduled-executor-1" daemon [_thread_blocked, id=6228, stack(0x23700000,0x23750000)]
  0x1a546400 JavaThread "frames-refresher-[0]" daemon [_thread_blocked, id=12092, stack(0x23670000,0x236c0000)]
  0x1a543800 JavaThread "webcam-lock-[Integrated Camera 0]" daemon [_thread_blocked, id=2628, stack(0x1d350000,0x1d3a0000)]
  0x1a545800 JavaThread "webcam-discovery-service" daemon [_thread_blocked, id=6108, stack(0x19c90000,0x19ce0000)]
  0x1a541400 JavaThread "SwingWorker-pool-5-thread-1" daemon [_thread_blocked, id=13816, stack(0x19b50000,0x19ba0000)]
  0x1a546000 JavaThread "Thread-14" [_thread_blocked, id=9088, stack(0x19ac0000,0x19b10000)]
  0x1a53ec00 JavaThread "DestroyJavaVM" [_thread_blocked, id=13112, stack(0x00cd0000,0x00d20000)]
  0x1a53fc00 JavaThread "TimerQueue" daemon [_thread_blocked, id=7732, stack(0x1b410000,0x1b460000)]
=>0x1a544000 JavaThread "atomic-processor-1" daemon [_thread_in_native, id=10768, stack(0x1b280000,0x1b2d0000)]
  0x1a542c00 JavaThread "pool-3-thread-5" [_thread_blocked, id=3596, stack(0x1b1f0000,0x1b240000)]
  0x1a542800 JavaThread "pool-3-thread-4" [_thread_blocked, id=8564, stack(0x1b160000,0x1b1b0000)]
  0x1a051800 JavaThread "pool-3-thread-3" [_thread_blocked, id=10988, stack(0x1b0d0000,0x1b120000)]
  0x1a04f000 JavaThread "pool-3-thread-2" [_thread_blocked, id=12536, stack(0x1ac30000,0x1ac80000)]
  0x1a052800 JavaThread "pool-3-thread-1" [_thread_blocked, id=9664, stack(0x1ab30000,0x1ab80000)]
  0x1a04f800 JavaThread "pool-2-thread-1" [_thread_blocked, id=12984, stack(0x1aaa0000,0x1aaf0000)]
  0x1a052400 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=3208, stack(0x1aa10000,0x1aa60000)]
  0x1a04fc00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=10848, stack(0x1a980000,0x1a9d0000)]
  0x1a051000 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=13104, stack(0x1a8f0000,0x1a940000)]
  0x1a050c00 JavaThread "Timer-0" daemon [_thread_blocked, id=14192, stack(0x1a860000,0x1a8b0000)]
  0x19ea0000 JavaThread "org.netbeans.modules.debugger.jpda.visual AWT Access Loop" daemon [_thread_blocked, id=12624, stack(0x1a7d0000,0x1a820000)]
  0x19e94400 JavaThread "pool-4-thread-1" [_thread_blocked, id=13848, stack(0x1a740000,0x1a790000)]
  0x1904f400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=13164, stack(0x19e30000,0x19e80000)]
  0x19032000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=9344, stack(0x19810000,0x19860000)]
  0x19031800 JavaThread "AWT-Shutdown" [_thread_blocked, id=13884, stack(0x19780000,0x197d0000)]
  0x19031400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5808, stack(0x196b0000,0x19700000)]
  0x18f04800 JavaThread "MapDB writer #3" daemon [_thread_blocked, id=14184, stack(0x192e0000,0x19330000)]
  0x18d4d000 JavaThread "MapDB writer #2" daemon [_thread_blocked, id=12304, stack(0x19250000,0x192a0000)]
  0x18da2400 JavaThread "MapDB writer #1" daemon [_thread_blocked, id=12968, stack(0x190e0000,0x19130000)]
  0x18693c00 JavaThread "Service Thread" daemon [_thread_blocked, id=13320, stack(0x18bc0000,0x18c10000)]
  0x18693400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9080, stack(0x18b30000,0x18b80000)]
  0x18680800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=11112, stack(0x18aa0000,0x18af0000)]
  0x1867b000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=14028, stack(0x18a10000,0x18a60000)]
  0x18678400 JavaThread "JDWP Transport Listener: dt_shmem" daemon [_thread_blocked, id=13840, stack(0x18980000,0x189d0000)]
  0x1866b000 JavaThread "Attach Listener" daemon [_thread_blocked, id=12952, stack(0x188e0000,0x18930000)]
  0x18668800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9444, stack(0x18850000,0x188a0000)]
  0x00ecd000 JavaThread "Finalizer" daemon [_thread_blocked, id=7864, stack(0x18600000,0x18650000)]
  0x00ec8000 JavaThread "Reference Handler" daemon [_thread_blocked, id=13580, stack(0x04530000,0x04580000)]

Other Threads:
  0x00ec4000 VMThread [stack: 0x044a0000,0x044f0000] [id=13628]
  0x1869d000 WatcherThread [stack: 0x18c50000,0x18ca0000] [id=2828]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 78656K, used 21293K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,  20% used [0x04600000, 0x05406498, 0x08a50000)
  from space 8704K,  79% used [0x092d0000, 0x09995100, 0x09b50000)
  to   space 8704K,   0% used [0x08a50000, 0x08a50000, 0x092d0000)
 tenured generation   total 174784K, used 156708K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  89% used [0x09b50000, 0x13459090, 0x13459200, 0x14600000)
 compacting perm gen  total 25344K, used 25257K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15eaa590, 0x15eaa600, 0x15ec0000)
No shared spaces configured.

Card table byte_map: [0x00f50000,0x01000000] byte_map_base: 0x00f2d000

Polling page: 0x00990000

Code Cache  [0x02460000, 0x02a50000, 0x04460000)
 total_blobs=3235 nmethods=2971 adapters=207 free_code_cache=26703Kb largest_free_block=27337600

Compilation events (10 events):
Event: 453.417 Thread 0x18693400 3035             org.postgresql.core.v3.ConnectionFactoryImpl::readStartupMessages (685 bytes)
Event: 453.424 Thread 0x18693400 nmethod 3035 0x02a41108 code [0x02a418d0, 0x02a46570]
Event: 457.195 Thread 0x18693400 3036  s          sun.security.provider.SecureRandom::engineNextBytes (242 bytes)
Event: 457.196 Thread 0x18693400 nmethod 3036 0x02a4acc8 code [0x02a4ae50, 0x02a4b3e8]
Event: 460.062 Thread 0x18693400 3037   !         java.util.concurrent.LinkedBlockingQueue::take (93 bytes)
Event: 460.063 Thread 0x18693400 nmethod 3037 0x02a4ba88 code [0x02a4bc90, 0x02a4c248]
Event: 477.419 Thread 0x18693400 3038             java.awt.image.ColorModel::getColorSpace (5 bytes)
Event: 477.419 Thread 0x18693400 nmethod 3038 0x02a4cd88 code [0x02a4ce80, 0x02a4cf00]
Event: 483.662 Thread 0x18693400 3039             javax.swing.RepaintManager::scheduleProcessingRunnable (69 bytes)
Event: 483.663 Thread 0x18693400 nmethod 3039 0x02a4cf48 code [0x02a4d110, 0x02a4d6dc]

GC Heap History (10 events):
Event: 481.058 GC heap before
{Heap before GC invocations=838 (full 48):
 def new generation   total 78656K, used 76449K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,  99% used [0x04600000, 0x089fc110, 0x08a50000)
  from space 8704K,  78% used [0x08a50000, 0x090fc4f8, 0x092d0000)
  to   space 8704K,   0% used [0x092d0000, 0x092d0000, 0x09b50000)
 tenured generation   total 174784K, used 127588K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  72% used [0x09b50000, 0x117e9340, 0x117e9400, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9ef8, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
Event: 481.063 GC heap after
Heap after GC invocations=839 (full 48):
 def new generation   total 78656K, used 7732K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,   0% used [0x04600000, 0x04600000, 0x08a50000)
  from space 8704K,  88% used [0x092d0000, 0x09a5d350, 0x09b50000)
  to   space 8704K,   0% used [0x08a50000, 0x08a50000, 0x092d0000)
 tenured generation   total 174784K, used 132990K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  76% used [0x09b50000, 0x11d2fae0, 0x11d2fc00, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9ef8, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
}
Event: 481.815 GC heap before
{Heap before GC invocations=839 (full 48):
 def new generation   total 78656K, used 77844K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,  98% used [0x04600000, 0x08996fc0, 0x08a50000)
  from space 8704K,  99% used [0x092d0000, 0x09b3e360, 0x09b50000)
  to   space 8704K,   0% used [0x08a50000, 0x08a50000, 0x092d0000)
 tenured generation   total 174784K, used 132990K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  76% used [0x09b50000, 0x11d2fae0, 0x11d2fc00, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9ef8, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
Event: 481.821 GC heap after
Heap after GC invocations=840 (full 48):
 def new generation   total 78656K, used 8335K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,   0% used [0x04600000, 0x04600000, 0x08a50000)
  from space 8704K,  95% used [0x08a50000, 0x09273de0, 0x092d0000)
  to   space 8704K,   0% used [0x092d0000, 0x092d0000, 0x09b50000)
 tenured generation   total 174784K, used 140192K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  80% used [0x09b50000, 0x12438388, 0x12438400, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9ef8, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
}
Event: 482.592 GC heap before
{Heap before GC invocations=840 (full 48):
 def new generation   total 78656K, used 77294K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,  98% used [0x04600000, 0x08957cd8, 0x08a50000)
  from space 8704K,  95% used [0x08a50000, 0x09273de0, 0x092d0000)
  to   space 8704K,   0% used [0x092d0000, 0x092d0000, 0x09b50000)
 tenured generation   total 174784K, used 140192K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  80% used [0x09b50000, 0x12438388, 0x12438400, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9ef8, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
Event: 482.598 GC heap after
Heap after GC invocations=841 (full 48):
 def new generation   total 78656K, used 6832K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,   0% used [0x04600000, 0x04600000, 0x08a50000)
  from space 8704K,  78% used [0x092d0000, 0x0997c368, 0x09b50000)
  to   space 8704K,   0% used [0x08a50000, 0x08a50000, 0x092d0000)
 tenured generation   total 174784K, used 145895K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  83% used [0x09b50000, 0x129c9e28, 0x129ca000, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9ef8, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
}
Event: 483.333 GC heap before
{Heap before GC invocations=841 (full 48):
 def new generation   total 78656K, used 76125K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,  99% used [0x04600000, 0x089ab2f8, 0x08a50000)
  from space 8704K,  78% used [0x092d0000, 0x0997c368, 0x09b50000)
  to   space 8704K,   0% used [0x08a50000, 0x08a50000, 0x092d0000)
 tenured generation   total 174784K, used 145895K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  83% used [0x09b50000, 0x129c9e28, 0x129ca000, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9f08, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
Event: 483.338 GC heap after
Heap after GC invocations=842 (full 48):
 def new generation   total 78656K, used 6876K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,   0% used [0x04600000, 0x04600000, 0x08a50000)
  from space 8704K,  79% used [0x08a50000, 0x09107120, 0x092d0000)
  to   space 8704K,   0% used [0x092d0000, 0x092d0000, 0x09b50000)
 tenured generation   total 174784K, used 151297K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  86% used [0x09b50000, 0x12f10710, 0x12f10800, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9f08, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
}
Event: 484.075 GC heap before
{Heap before GC invocations=842 (full 48):
 def new generation   total 78656K, used 75930K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,  98% used [0x04600000, 0x0896f730, 0x08a50000)
  from space 8704K,  79% used [0x08a50000, 0x09107120, 0x092d0000)
  to   space 8704K,   0% used [0x092d0000, 0x092d0000, 0x09b50000)
 tenured generation   total 174784K, used 151297K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  86% used [0x09b50000, 0x12f10710, 0x12f10800, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9f08, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
Event: 484.080 GC heap after
Heap after GC invocations=843 (full 48):
 def new generation   total 78656K, used 6932K [0x04600000, 0x09b50000, 0x09b50000)
  eden space 69952K,   0% used [0x04600000, 0x04600000, 0x08a50000)
  from space 8704K,  79% used [0x092d0000, 0x09995100, 0x09b50000)
  to   space 8704K,   0% used [0x08a50000, 0x08a50000, 0x092d0000)
 tenured generation   total 174784K, used 156708K [0x09b50000, 0x14600000, 0x14600000)
   the space 174784K,  89% used [0x09b50000, 0x13459090, 0x13459200, 0x14600000)
 compacting perm gen  total 25344K, used 25255K [0x14600000, 0x15ec0000, 0x18600000)
   the space 25344K,  99% used [0x14600000, 0x15ea9f08, 0x15eaa000, 0x15ec0000)
No shared spaces configured.
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 386.627 Thread 0x1a052800 Threw 0x04d3c360 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 386.648 Thread 0x1a052800 Threw 0x04fe2f80 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 406.673 Thread 0x1a052800 Threw 0x04aef208 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 406.702 Thread 0x1a052800 Threw 0x04d97a90 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 426.726 Thread 0x1a052800 Threw 0x049be348 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 426.755 Thread 0x1a052800 Threw 0x04c65480 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 446.780 Thread 0x1a052800 Threw 0x05267aa0 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 446.801 Thread 0x1a052800 Threw 0x0550e9a8 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 466.839 Thread 0x1a052800 Threw 0x05260ec8 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743
Event: 466.871 Thread 0x1a052800 Threw 0x05507950 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jni.cpp:743

Events (10 events):
Event: 482.592 Executing VM operation: GenCollectForAllocation
Event: 482.598 Executing VM operation: GenCollectForAllocation done
Event: 483.333 Executing VM operation: GenCollectForAllocation
Event: 483.338 Executing VM operation: GenCollectForAllocation done
Event: 483.363 Executing VM operation: RevokeBias
Event: 483.363 Executing VM operation: RevokeBias done
Event: 483.363 Executing VM operation: RevokeBias
Event: 483.363 Executing VM operation: RevokeBias done
Event: 484.074 Executing VM operation: GenCollectForAllocation
Event: 484.080 Executing VM operation: GenCollectForAllocation done


Dynamic libraries:
0x01030000 - 0x0105f000     C:\Program Files (x86)\Java\jdk1.7.0_79\bin\java.exe
0x77920000 - 0x77a99000     C:\Windows\SYSTEM32\ntdll.dll
0x77790000 - 0x77880000     C:\Windows\SYSTEM32\KERNEL32.DLL
0x761a0000 - 0x76316000     C:\Windows\SYSTEM32\KERNELBASE.dll
0x744a0000 - 0x74531000     C:\Windows\system32\apphelp.dll
0x77370000 - 0x773eb000     C:\Windows\SYSTEM32\ADVAPI32.dll
0x760e0000 - 0x7619e000     C:\Windows\SYSTEM32\msvcrt.dll
0x76560000 - 0x765a3000     C:\Windows\SYSTEM32\sechost.dll
0x76770000 - 0x7681c000     C:\Windows\SYSTEM32\RPCRT4.dll
0x74a30000 - 0x74a4e000     C:\Windows\SYSTEM32\SspiCli.dll
0x74a20000 - 0x74a2a000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x749c0000 - 0x74a19000     C:\Windows\SYSTEM32\bcryptPrimitives.dll
0x76ad0000 - 0x76c10000     C:\Windows\SYSTEM32\USER32.dll
0x768c0000 - 0x76a0d000     C:\Windows\SYSTEM32\GDI32.dll
0x71160000 - 0x71369000     C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10240.16384_none_3bccb1ff6bcd1849\COMCTL32.dll
0x76320000 - 0x7634b000     C:\Windows\SYSTEM32\IMM32.DLL
0x76350000 - 0x76470000     C:\Windows\SYSTEM32\MSCTF.dll
0x64a60000 - 0x64b1f000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\msvcr100.dll
0x63ba0000 - 0x63f29000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\client\jvm.dll
0x77550000 - 0x77556000     C:\Windows\SYSTEM32\PSAPI.DLL
0x72a50000 - 0x72a58000     C:\Windows\SYSTEM32\WSOCK32.dll
0x74460000 - 0x74484000     C:\Windows\SYSTEM32\WINMM.dll
0x76470000 - 0x764cc000     C:\Windows\SYSTEM32\WS2_32.dll
0x77300000 - 0x77307000     C:\Windows\SYSTEM32\NSI.dll
0x74270000 - 0x74293000     C:\Windows\SYSTEM32\WINMMBASE.dll
0x76520000 - 0x76556000     C:\Windows\SYSTEM32\cfgmgr32.dll
0x741d0000 - 0x741f1000     C:\Windows\SYSTEM32\DEVOBJ.dll
0x651e0000 - 0x651ec000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\verify.dll
0x64e10000 - 0x64e30000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\java.dll
0x641b0000 - 0x641da000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\jdwp.dll
0x64ef0000 - 0x64ef7000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\npt.dll
0x64df0000 - 0x64e03000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\zip.dll
0x641a0000 - 0x641a9000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\dt_shmem.dll
0x64a40000 - 0x64a54000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\net.dll
0x739c0000 - 0x73a0e000     C:\Windows\system32\mswsock.dll
0x651d0000 - 0x651df000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\nio.dll
0x648f0000 - 0x64a33000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\awt.dll
0x75e10000 - 0x75ea2000     C:\Windows\SYSTEM32\OLEAUT32.dll
0x765b0000 - 0x7676a000     C:\Windows\SYSTEM32\combase.dll
0x640e0000 - 0x64100000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\sunec.dll
0x71f60000 - 0x71f72000     C:\Windows\system32\napinsp.dll
0x71f40000 - 0x71f56000     C:\Windows\system32\pnrpnsp.dll
0x71f20000 - 0x71f33000     C:\Windows\system32\NLAapi.dll
0x72ca0000 - 0x72d24000     C:\Windows\SYSTEM32\DNSAPI.dll
0x71f10000 - 0x71f1b000     C:\Windows\System32\winrnr.dll
0x71ef0000 - 0x71f01000     C:\Windows\system32\wshbth.dll
0x72c90000 - 0x72c98000     C:\Windows\System32\rasadhlp.dll
0x742b0000 - 0x742e0000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x74240000 - 0x74248000     C:\Windows\SYSTEM32\WINNSI.DLL
0x736d0000 - 0x73716000     C:\Windows\System32\fwpuclnt.dll
0x741b0000 - 0x741cb000     C:\Windows\SYSTEM32\bcrypt.dll
0x73980000 - 0x73993000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x73950000 - 0x7397f000     C:\Windows\system32\rsaenh.dll
0x74440000 - 0x74459000     C:\Windows\SYSTEM32\USERENV.dll
0x77720000 - 0x7772f000     C:\Windows\SYSTEM32\profapi.dll
0x73740000 - 0x73753000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x73720000 - 0x73734000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x71370000 - 0x7138d000     C:\Windows\system32\DWMAPI.DLL
0x71390000 - 0x71405000     C:\Windows\system32\uxtheme.dll
0x6bac0000 - 0x6bc3b000     C:\Program Files (x86)\360\Total Security\safemon\safemon.dll
0x74a50000 - 0x75e0e000     C:\Windows\SYSTEM32\SHELL32.dll
0x76ca0000 - 0x7717c000     C:\Windows\SYSTEM32\windows.storage.dll
0x77410000 - 0x77454000     C:\Windows\SYSTEM32\shlwapi.dll
0x75f60000 - 0x75f6c000     C:\Windows\SYSTEM32\kernel.appcore.dll
0x76c10000 - 0x76c9d000     C:\Windows\SYSTEM32\shcore.dll
0x764d0000 - 0x76514000     C:\Windows\SYSTEM32\powrprof.dll
0x77460000 - 0x7754a000     C:\Windows\SYSTEM32\ole32.dll
0x742a0000 - 0x742a8000     C:\Windows\SYSTEM32\VERSION.dll
0x74250000 - 0x74263000     C:\Windows\SYSTEM32\NETAPI32.dll
0x74210000 - 0x7422c000     C:\Windows\SYSTEM32\srvcli.dll
0x74230000 - 0x74240000     C:\Windows\SYSTEM32\wkscli.dll
0x74200000 - 0x7420a000     C:\Windows\SYSTEM32\netutils.dll
0x64280000 - 0x642b9000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\fontmanager.dll
0x648c0000 - 0x648f0000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\t2k.dll
0x64190000 - 0x6419a000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\management.dll
0x6abc0000 - 0x6ac3f000     C:\Windows\SYSTEM32\mscms.dll
0x640a0000 - 0x640dd000     C:\Windows\SYSTEM32\icm32.dll
0x76820000 - 0x768a2000     C:\Windows\SYSTEM32\clbcatq.dll
0x6d170000 - 0x6d2e1000     C:\Windows\SYSTEM32\WindowsCodecs.dll
0x6bf40000 - 0x6bf7f000     C:\Windows\system32\dataexchange.dll
0x6b590000 - 0x6ba18000     C:\Windows\system32\d2d1.dll
0x6cc70000 - 0x6ce83000     C:\Windows\system32\d3d11.dll
0x6cbd0000 - 0x6cc6c000     C:\Windows\system32\dcomp.dll
0x6ce90000 - 0x6cf0e000     C:\Windows\system32\dxgi.dll
0x6b4d0000 - 0x6b58c000     C:\Windows\system32\twinapi.appcore.dll
0x1b2d0000 - 0x1b2d7000     C:\Program Files (x86)\Java\jdk1.7.0_79\bin\ftrJavaScanAPI.dll
0x61db0000 - 0x61eb4000     C:\Program Files (x86)\Java\jdk1.7.0_79\bin\ftrScanAPI.dll
0x77560000 - 0x77705000     C:\Windows\SYSTEM32\SETUPAPI.dll
0x61d10000 - 0x61dab000     C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9185_none_d0905a48442809b8\MSVCR80.dll
0x74490000 - 0x7449f000     C:\Windows\SYSTEM32\Wtsapi32.dll
0x64090000 - 0x64099000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\sunmscapi.dll
0x77180000 - 0x772f5000     C:\Windows\SYSTEM32\CRYPT32.dll
0x768b0000 - 0x768be000     C:\Windows\SYSTEM32\MSASN1.dll
0x73550000 - 0x73594000     C:\Windows\SYSTEM32\WINSTA.dll
0x75f10000 - 0x75f52000     C:\Windows\SYSTEM32\WINTRUST.dll
0x64080000 - 0x64089000     C:\Windows\SYSTEM32\WinUSB.dll
0x64050000 - 0x64078000     C:\Users\Kole\AppData\Local\Temp\BridJExtractedLibraries7597532961284276288\bridj.dll
0x62ab0000 - 0x62ade000     C:\Users\Kole\AppData\Local\Temp\BridJExtractedLibraries7597532961284276288\OpenIMAJGrabber.dll
0x63b80000 - 0x63b99000     C:\Windows\SYSTEM32\OLEPRO32.DLL
0x6af60000 - 0x6af75000     C:\Windows\SYSTEM32\devenum.dll
0x732e0000 - 0x73308000     C:\Windows\SYSTEM32\ntmarta.dll
0x6af50000 - 0x6af59000     C:\Windows\SYSTEM32\msdmo.dll
0x629a0000 - 0x629c6000     C:\Program Files (x86)\Java\jdk1.7.0_79\bin\aw_preface_jni.dll
0x5e960000 - 0x6133c000     C:\Program Files (x86)\Java\jdk1.7.0_79\bin\aw_preface.dll
0x5e920000 - 0x5e95a000     C:\Windows\SYSTEM32\qcap.dll
0x62970000 - 0x62993000     C:\Windows\SYSTEM32\MSVFW32.dll
0x5e770000 - 0x5e91c000     C:\Windows\SYSTEM32\quartz.dll
0x6ab60000 - 0x6ab9d000     C:\Windows\SYSTEM32\ksproxy.ax
0x6b400000 - 0x6b407000     C:\Windows\SYSTEM32\ksuser.dll
0x6cfa0000 - 0x6d16c000     C:\Windows\SYSTEM32\d3d9.dll
0x6ab30000 - 0x6ab5f000     C:\Windows\SYSTEM32\policymanager.dll
0x66440000 - 0x664a5000     C:\Windows\SYSTEM32\msvcp110_win.dll
0x66410000 - 0x6643d000     C:\Windows\SYSTEM32\XmlLite.dll
0x6af40000 - 0x6af4c000     C:\Windows\SYSTEM32\vidcap.ax
0x663f0000 - 0x66410000     C:\Windows\SYSTEM32\kswdmcap.ax
0x733c0000 - 0x734ef000     C:\Windows\SYSTEM32\MFC42.dll
0x73320000 - 0x733b9000     C:\Windows\SYSTEM32\ODBC32.dll
0x73310000 - 0x73318000     C:\Windows\SYSTEM32\DPAPI.dll
0x5e6d0000 - 0x5e761000     C:\Windows\SYSTEM32\qedit.dll
0x76a10000 - 0x76ace000     C:\Windows\SYSTEM32\COMDLG32.dll
0x71f80000 - 0x720eb000     C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10240.16603_none_d15a3826af6dca5f\gdiplus.dll
0x62060000 - 0x6214b000     C:\Windows\SYSTEM32\DDRAW.dll
0x64f10000 - 0x64f17000     C:\Windows\SYSTEM32\DCIMAN32.dll
0x5dbf0000 - 0x5dccf000     C:\Windows\SYSTEM32\D3DIM700.DLL
0x61ce0000 - 0x61d04000     C:\Program Files (x86)\Java\jdk1.7.0_79\jre\bin\dcpr.dll
0x73b30000 - 0x73c6f000     C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Xdebug -Xrunjdwp:transport=dt_shmem,address=javadebug -Dfile.encoding=UTF-8 
java_command: com.sf.smartclient.SmartClient
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_79
JRE_HOME=C:\Program Files\Java\jre7
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_79\jdk1.7.0_45\bin;C:\Program Files\TortoiseSVN\bin;C:\apache-ant-1.9.6\bin;M2_HOME\bin;C:\Program Files\Java\jdk1.7.0_79\bin;C:\apache-maven-3.3.3\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Skype\Phone\;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;C:\Program Files\PostgreSQL\9.2\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\Java\jdk1.7.0_79\jdk1.7.0_45\bin;C:\Program Files (x86)\Java\jdk1.7.0_79\bin;C:\native;c:\smartclient-2.0\native
USERNAME=Kole
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



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

OS: Windows 8.1 , 64 bit Build 9600 

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

Memory: 4k page, physical 5857140k(960008k free), swap 11100020k(2472672k free)

vm_info: Java HotSpot(TM) Client VM (24.79-b02) for windows-x86 JRE (1.7.0_79-b15), built on Apr 10 2015 16:49:13 by "java_re" with unknown MS VC++:1600

time: Thu Apr 14 18:41:57 2016
elapsed time: 484 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant