Problem with Run JCEF with OpenJDK

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Problem with Run JCEF with OpenJDK

Postby nnachi » Fri Dec 30, 2016 1:54 pm

Hi

I'm trying to run jcef in debug mode
I have followed all the steps but I'm stuck at the
run.bat win64 Debug detailed


I got the following error message

I can you help me resolve this ?

Thx

Code: Select all
C:\Applications\chromium\src\tools>run_debug.bat win64 Debug detailed
Offscreen rendering disabled
Using:
JCEF Version = 3.2883.150
CEF Version = 3.2883.1539
Chromium Version = 55.0.2883.59
CefApp: INITIALIZING
initialize on Thread[AWT-EventQueue-0,6,main] with library path .\jcef_build\native\Debug
[1230/193527:ERROR:file_io.cc(30)] read: expected 4, observed 0
[1230/193527:FATAL:crashpad_client_win.cc(378)] Check failed: !ipc_pipe_.empty().
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=\os_windows_x86.cpp:144
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (c:/code/openjdk8/hotspot\src\os_cpu\windows_x86\vm\os_windows_x86.cpp:144), pid=9100, tid=17400
#  guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter
#
# JRE version: OpenJDK Runtime Environment (8.0) (build 1.8.0-internal-fastdebug-_2016_12_27_15_20-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.60-b23-fastdebug mixed mode windows-amd64 compressed oops)
# Core dump written. Default location: C:\Applications\chromium\src\hs_err_pid9100.mdmp
#
# An error report file with more information is saved as:
# C:\Applications\chromium\src\hs_err_pid9100.log
#
# 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.
#
nnachi
Techie
 
Posts: 13
Joined: Fri Dec 23, 2016 6:39 pm

Re: Problem with Run JCEF with OpenJDK

Postby Phylanx » Mon Jan 02, 2017 2:36 am

Hi!

Sounds like an existing Issue:
https://bitbucket.org/chromiumembedded/ ... ll-cefapps

// EDIT: Sorry, only viewed first page of your code section.
I guess some more info would be nice, for example the generated hs_err logfile mentioned by your logging:
C:\Applications\chromium\src\hs_err_pid9100.log
and if not too big:
C:\Applications\chromium\src\hs_err_pid9100.mdmp
Phylanx
Expert
 
Posts: 201
Joined: Thu Aug 11, 2016 8:17 am

Re: Problem with Run JCEF with OpenJDK

Postby nnachi » Mon Jan 02, 2017 4:52 am

Hi

here the hs_err_pid9676.log

The hs_err_pid9676.mdmp size more than 400 Mo ...

Thx

Code: Select all
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (c:/code/openjdk8/hotspot\src\os_cpu\windows_x86\vm\os_windows_x86.cpp:144), pid=9676, tid=9960
#  guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter
#
# JRE version: OpenJDK Runtime Environment (8.0) (build 1.8.0-internal-fastdebug-_2016_12_27_15_20-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.60-b23-fastdebug mixed mode windows-amd64 compressed oops)
# Core dump written. Default location: C:\Applications\chromium\src\hs_err_pid9676.mdmp
#
# 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 (0x000002093841e800):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=9960, stack(0x000000c402e00000,0x000000c402f00000)]

Stack: [0x000000c402e00000,0x000000c402f00000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x54eeb3]
V  [jvm.dll+0x44e7ab]
V  [jvm.dll+0x450046]
V  [jvm.dll+0x47e1a0]
V  [jvm.dll+0x47d168]
V  [jvm.dll+0x54f176]
C  [ntdll.dll+0xa991d]
C  [ntdll.dll+0x486d3]
C  [ntdll.dll+0xa8a3a]
V  [jvm.dll+0x39bac5]
V  [jvm.dll+0x3999aa]
V  [jvm.dll+0x54e72e]
V  [jvm.dll+0x44e689]
V  [jvm.dll+0x450046]
V  [jvm.dll+0x43a18f]
V  [jvm.dll+0x54f1a0]
C  [ntdll.dll+0xa991d]
C  [ntdll.dll+0x486d3]
C  [ntdll.dll+0xa8a3a]
C  [chrome_elf.dll+0x2814]
C  [chrome_elf.dll+0x34cd5]
C  [chrome_elf.dll+0x33ebe]
C  [chrome_elf.dll+0x31cfd]
C  [chrome_elf.dll+0x2a5fc]
C  [chrome_elf.dll+0x29c9b]
C  [libcef.dll+0x2ace13c]
C  [libcef.dll+0x201c146]
C  [jcef.dll+0x6cd64]  CefInitialize+0x104
C  [jcef.dll+0x4ce5c]  Context::Initialize+0x1dc
C  [jcef.dll+0x19475]  Java_org_cef_CefApp_N_1Initialize+0x45
C  0x000002092231d74b

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.cef.CefApp.N_Initialize(Ljava/lang/String;Lorg/cef/handler/CefAppHandler;Lorg/cef/CefSettings;)Z+0
j  org.cef.CefApp.access$600(Lorg/cef/CefApp;Ljava/lang/String;Lorg/cef/handler/CefAppHandler;Lorg/cef/CefSettings;)Z+4
j  org.cef.CefApp$4.run()V+248
j  java.awt.event.InvocationEvent.dispatch()V+11
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
j  java.awt.EventQueue.access$500(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+32
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j  java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+18
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x000002093841e800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=9960, stack(0x000000c402e00000,0x000000c402f00000)]
  0x000002093841d000 JavaThread "AWT-Shutdown" [_thread_blocked, id=6456, stack(0x000000c402d00000,0x000000c402e00000)]
  0x000002093856d800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=10988, stack(0x000000c402c00000,0x000000c402d00000)]
  0x0000020938536000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10980, stack(0x000000c402a00000,0x000000c402b00000)]
  0x0000020937d11800 JavaThread "Service Thread" daemon [_thread_blocked, id=2528, stack(0x000000c402800000,0x000000c402900000)]
  0x0000020937cf1800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=3784, stack(0x000000c402700000,0x000000c402800000)]
  0x0000020936b8b800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3780, stack(0x000000c402600000,0x000000c402700000)]
  0x0000020936b79000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4064, stack(0x000000c402500000,0x000000c402600000)]
  0x0000020936b3d800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3568, stack(0x000000c402400000,0x000000c402500000)]
  0x0000020936b65000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3788, stack(0x000000c402300000,0x000000c402400000)]
  0x0000020936b0f000 JavaThread "Finalizer" daemon [_thread_blocked, id=728, stack(0x000000c402200000,0x000000c402300000)]
  0x0000020936b07000 JavaThread "Reference Handler" daemon [_thread_blocked, id=9412, stack(0x000000c402100000,0x000000c402200000)]
  0x0000020920985800 JavaThread "main" [_thread_blocked, id=5980, stack(0x000000c401b00000,0x000000c401c00000)]

Other Threads:
  0x0000020936aff800 VMThread [stack: 0x000000c402000000,0x000000c402100000] [id=3156]
  0x0000020937d13000 WatcherThread [stack: 0x000000c402900000,0x000000c402a00000] [id=2464]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 38400K, used 7323K [0x00000000d5e00000, 0x00000000d8880000, 0x0000000100000000)
  eden space 33280K, 22% used [0x00000000d5e00000,0x00000000d6526cf8,0x00000000d7e80000)
  from space 5120K, 0% used [0x00000000d8380000,0x00000000d8380000,0x00000000d8880000)
  to   space 5120K, 0% used [0x00000000d7e80000,0x00000000d7e80000,0x00000000d8380000)
 ParOldGen       total 87552K, used 0K [0x0000000081a00000, 0x0000000086f80000, 0x00000000d5e00000)
  object space 87552K, 0% used [0x0000000081a00000,0x0000000081a00000,0x0000000086f80000)
 Metaspace       used 8341K, capacity 8584K, committed 8704K, reserved 1056768K
  class space    used 877K, capacity 962K, committed 1024K, reserved 1048576K

Card table byte_map: [0x00000209316b0000,0x0000020931ab0000] byte_map_base: 0x00000209312a3000

Marking Bits: (ParMarkBitMap*) 0x000000006551c570
 Begin Bits: [0x0000020931d60000, 0x0000020933cf8000)
 End Bits:   [0x0000020933cf8000, 0x0000020935c90000)

Polling page: 0x0000020920930000

CodeCache: size=245760Kb used=3195Kb max_used=3195Kb free=242564Kb
 bounds [0x00000209222f0000, 0x0000020922610000, 0x00000209312f0000]
 total_blobs=917 nmethods=289 adapters=548
 compilation: enabled

Compilation events (10 events):
Event: 12.297 Thread 0x0000020937cf1800  301       3       java.lang.String::indexOf (25 bytes)
Event: 12.299 Thread 0x0000020937cf1800 nmethod 301 0x000002092260bb10 code [0x000002092260bce0, 0x000002092260c178]
Event: 12.303 Thread 0x0000020937cf1800  302       1       java.security.ProtectionDomain::getCodeSource (5 bytes)
Event: 12.304 Thread 0x0000020937cf1800 nmethod 302 0x000002092260c310 code [0x000002092260c480, 0x000002092260c660]
Event: 12.322 Thread 0x0000020937cf1800  303   !   3       java.util.zip.ZipFile::getEntry (86 bytes)
Event: 12.330 Thread 0x0000020937cf1800 nmethod 303 0x000002092260c6d0 code [0x000002092260c8c0, 0x000002092260d048]
Event: 12.330 Thread 0x0000020937cf1800  304       3       java.lang.String::regionMatches (149 bytes)
Event: 12.354 Thread 0x0000020937cf1800 nmethod 304 0x000002092260d490 code [0x000002092260d7c0, 0x000002092260ea28]
Event: 12.354 Thread 0x0000020937cf1800  305       3       java.lang.String::equalsIgnoreCase (48 bytes)
Event: 12.358 Thread 0x0000020937cf1800 nmethod 305 0x000002092260f1d0 code [0x000002092260f3c0, 0x000002092260f9f8]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 5.052 Thread 0x0000020920985800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6008268) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 5.054 Thread 0x0000020920985800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d600a898) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 5.054 Thread 0x0000020920985800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d600aaa8) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 5.054 Thread 0x0000020920985800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d600bbe0) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 5.055 Thread 0x0000020920985800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d600bdf0) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 5.236 Thread 0x0000020920985800 Exception <a 'java/io/FileNotFoundException'> (0x00000000d6010698) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 6.147 Thread 0x0000020920985800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000d60de0b0) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 6.181 Thread 0x0000020920985800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000d60eb4b0) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 8.014 Thread 0x0000020920985800 Exception <a 'java/lang/ClassNotFoundException': sun/dc/DuctusRenderingEngine> (0x00000000d618d6c8) thrown at [c:/code/openjdk8/hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210]
Event: 8.380 Thread 0x0000020920985800 Exception <a 'java/io/FileNotFoundException'> (0x00000000d619b490) thrown at [c:/code/openjdk8/hotspot\src\share\vm\prims\jni.cpp, line 709]

Events (10 events):
Event: 12.315 loading class org/cef/CefApp$4
Event: 12.315 loading class org/cef/CefApp$4 done
Event: 12.321 loading class org/cef/CefApp$8
Event: 12.321 loading class org/cef/CefApp$8 done
Event: 12.327 Executing VM operation: RevokeBias
Event: 12.327 Executing VM operation: RevokeBias done
Event: 12.333 Executing VM operation: RevokeBias
Event: 12.333 Executing VM operation: RevokeBias done
Event: 12.333 Executing VM operation: RevokeBias
Event: 12.334 Executing VM operation: RevokeBias done


Dynamic libraries:
0x00007ff647ec0000 - 0x00007ff647efb000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\java.exe
0x00007ff90d4e0000 - 0x00007ff90d6b1000    C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff90ab60000 - 0x00007ff90ac0b000    C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff90a7e0000 - 0x00007ff90a9fd000    C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff90adb0000 - 0x00007ff90ae52000    C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff90af30000 - 0x00007ff90afce000    C:\WINDOWS\System32\msvcrt.dll
0x00007ff90b370000 - 0x00007ff90b3c9000    C:\WINDOWS\System32\sechost.dll
0x00007ff90ac80000 - 0x00007ff90ada1000    C:\WINDOWS\System32\RPCRT4.dll
0x00007ff90d300000 - 0x00007ff90d465000    C:\WINDOWS\System32\USER32.dll
0x00007ff90a2e0000 - 0x00007ff90a2fe000    C:\WINDOWS\System32\win32u.dll
0x00007ff90afd0000 - 0x00007ff90b004000    C:\WINDOWS\System32\GDI32.dll
0x00007ff90a150000 - 0x00007ff90a2d2000    C:\WINDOWS\System32\gdi32full.dll
0x00007ff8fe430000 - 0x00007ff8fe6a9000    C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.0_none_2d0f50fcbdb171b8\COMCTL32.dll
0x00007ff90cb40000 - 0x00007ff90ce07000    C:\WINDOWS\System32\combase.dll
0x00007ff90a300000 - 0x00007ff90a3f5000    C:\WINDOWS\System32\ucrtbase.dll
0x00007ff90aa00000 - 0x00007ff90aa6a000    C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ff90ab30000 - 0x00007ff90ab5e000    C:\WINDOWS\System32\IMM32.DLL
0x00000000655d0000 - 0x00000000656a2000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\msvcr100.dll
0x0000000064450000 - 0x00000000655c5000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\server\jvm.dll
0x00007ff90b360000 - 0x00007ff90b368000    C:\WINDOWS\System32\PSAPI.DLL
0x00007ff907f00000 - 0x00007ff907f23000    C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff8fd730000 - 0x00007ff8fd73a000    C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff905970000 - 0x00007ff905979000    C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff8f8000000 - 0x00007ff8f80ef000    C:\WINDOWS\SYSTEM32\MSVCR120.dll
0x00007ff90b1b0000 - 0x00007ff90b21a000    C:\WINDOWS\System32\WS2_32.dll
0x0000020920a70000 - 0x0000020920a9b000    C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ff90a6e0000 - 0x00007ff90a722000    C:\WINDOWS\System32\cfgmgr32.dll
0x00007ff901160000 - 0x00007ff901170000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\verify.dll
0x00007ff8fdbe0000 - 0x00007ff8fdc09000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\java.dll
0x00007ff8fb7e0000 - 0x00007ff8fb7f7000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\zip.dll
0x00007ff90b3d0000 - 0x00007ff90c8d8000    C:\WINDOWS\System32\SHELL32.dll
0x00007ff909a70000 - 0x00007ff90a14a000    C:\WINDOWS\System32\windows.storage.dll
0x00007ff9099e0000 - 0x00007ff909a2c000    C:\WINDOWS\System32\powrprof.dll
0x00007ff90ac10000 - 0x00007ff90ac62000    C:\WINDOWS\System32\shlwapi.dll
0x00007ff909a30000 - 0x00007ff909a3f000    C:\WINDOWS\System32\kernel.appcore.dll
0x00007ff90a730000 - 0x00007ff90a7d9000    C:\WINDOWS\System32\shcore.dll
0x00007ff909a50000 - 0x00007ff909a64000    C:\WINDOWS\System32\profapi.dll
0x00007ff8da630000 - 0x00007ff8da7de000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\awt.dll
0x00007ff90aa70000 - 0x00007ff90ab2c000    C:\WINDOWS\System32\OLEAUT32.dll
0x00007ff8da580000 - 0x00007ff8da626000    C:\WINDOWS\SYSTEM32\MSVCP120.dll
0x00007ff907c00000 - 0x00007ff907c7a000    C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ff907bd0000 - 0x00007ff907bf6000    C:\WINDOWS\system32\DWMAPI.DLL
0x00007ff908110000 - 0x00007ff9081a5000    C:\WINDOWS\system32\uxtheme.dll
0x00007ff90c8e0000 - 0x00007ff90ca3b000    C:\WINDOWS\System32\MSCTF.dll
0x00007ff90b220000 - 0x00007ff90b357000    C:\WINDOWS\System32\ole32.dll
0x00007ff8d9980000 - 0x00007ff8d9987000    C:\code\openjdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\jawt.dll
0x00007ff8d88c0000 - 0x00007ff8d895c000    C:\Applications\chromium\src\jcef_build\native\Debug\chrome_elf.dll
0x00007ff8cf740000 - 0x00007ff8d696a000    C:\Applications\chromium\src\jcef_build\native\Debug\libcef.dll
0x00007ff90ca40000 - 0x00007ff90cb3a000    C:\WINDOWS\System32\COMDLG32.dll
0x00007ff90a460000 - 0x00007ff90a628000    C:\WINDOWS\System32\CRYPT32.dll
0x00007ff909a40000 - 0x00007ff909a50000    C:\WINDOWS\System32\MSASN1.dll
0x00007ff90a400000 - 0x00007ff90a455000    C:\WINDOWS\System32\WINTRUST.dll
0x00007ff8f96f0000 - 0x00007ff8f9882000    C:\WINDOWS\SYSTEM32\dbghelp.dll
0x00007ff909130000 - 0x00007ff90914f000    C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ff907bb0000 - 0x00007ff907bc3000    C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007ff8f7f30000 - 0x00007ff8f7f95000    C:\WINDOWS\SYSTEM32\OLEACC.dll
0x00007ff8d9960000 - 0x00007ff8d9979000    C:\WINDOWS\SYSTEM32\USP10.dll
0x00007ff8d9940000 - 0x00007ff8d9951000    C:\WINDOWS\SYSTEM32\credui.dll
0x00007ff8f82f0000 - 0x00007ff8f8388000    C:\WINDOWS\SYSTEM32\CRYPTUI.dll
0x00007ff8fa7c0000 - 0x00007ff8fa7d8000    C:\WINDOWS\SYSTEM32\NETAPI32.dll
0x00007ff8feb80000 - 0x00007ff8fede9000    C:\WINDOWS\SYSTEM32\DWrite.dll
0x00007ff909040000 - 0x00007ff909078000    C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff909530000 - 0x00007ff909556000    C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ff906d90000 - 0x00007ff906d9c000    C:\WINDOWS\SYSTEM32\Secur32.dll
0x00007ff8f6bf0000 - 0x00007ff8f6db2000    C:\WINDOWS\SYSTEM32\urlmon.dll
0x00007ff9065f0000 - 0x00007ff9066bc000    C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ff8d8730000 - 0x00007ff8d88bd000    C:\WINDOWS\SYSTEM32\d3d9.dll
0x00007ff906000000 - 0x00007ff9062b6000    C:\WINDOWS\SYSTEM32\d3d11.dll
0x00007ff8d9910000 - 0x00007ff8d9933000    C:\WINDOWS\SYSTEM32\dxva2.dll
0x00007ff908970000 - 0x00007ff908a0f000    C:\WINDOWS\SYSTEM32\dxgi.dll
0x00007ff905560000 - 0x00007ff9055e5000    C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
0x00007ff904df0000 - 0x00007ff904e0a000    C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ff90ac70000 - 0x00007ff90ac78000    C:\WINDOWS\System32\NSI.dll
0x00007ff909920000 - 0x00007ff90994b000    C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ff9094f0000 - 0x00007ff90952b000    C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ff8ff670000 - 0x00007ff8ff911000    C:\WINDOWS\SYSTEM32\iertutil.dll
0x00007ff909470000 - 0x00007ff90947b000    C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
0x00007ff909120000 - 0x00007ff90912d000    C:\WINDOWS\SYSTEM32\NETUTILS.DLL
0x00007ff902410000 - 0x00007ff902429000    C:\WINDOWS\SYSTEM32\SAMCLI.DLL
0x00007ff909650000 - 0x00007ff90967c000    C:\WINDOWS\SYSTEM32\SSPICLI.DLL
0x00007ff8d8460000 - 0x00007ff8d8726000    C:\Applications\chromium\src\jcef_build\native\Debug\jcef.dll
0x00007ff8f7ab0000 - 0x00007ff8f7ad9000    C:\WINDOWS\SYSTEM32\dbgcore.DLL

VM Arguments:
jvm_args: -Djava.library.path=.\jcef_build\native\Debug
java_command: tests.detailed.MainFrame
java_class_path (initial): .\third_party\jogamp\jar\gluegen-rt-natives-linux-amd64.jar;.\third_party\jogamp\jar\gluegen-rt-natives-linux-i586.jar;.\third_party\jogamp\jar\gluegen-rt-natives-macosx-universal.jar;.\third_party\jogamp\jar\gluegen-rt-natives-windows-amd64.jar;.\third_party\jogamp\jar\gluegen-rt-natives-windows-i586.jar;.\third_party\jogamp\jar\gluegen-rt.jar;.\third_party\jogamp\jar\jogl-all-natives-linux-amd64.jar;.\third_party\jogamp\jar\jogl-all-natives-linux-i586.jar;.\third_party\jogamp\jar\jogl-all-natives-macosx-universal.jar;.\third_party\jogamp\jar\jogl-all-natives-windows-amd64.jar;.\third_party\jogamp\jar\jogl-all-natives-windows-i586.jar;.\third_party\jogamp\jar\jogl-all.jar;.\out\win64
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_112
CLASSPATH=;C:\ApplicationTest\SoftyStock\sapjco3\sapjco3.jar;C:\ApplicationTest\SoftyStock\sapjco3\sapjco3.jar;C:\ApplicationTest\SoftyStock\sapjco3\sapjco3.jar
USERNAME=Nazim
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 61 Stepping 4, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.0)

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

Memory: 4k page, physical 8274568k(4487072k free), swap 14566024k(11103316k free)

vm_info: OpenJDK 64-Bit Server VM (25.60-b23-fastdebug) for windows-amd64 JRE (1.8.0-internal-_2016_12_27_15_20-b00), built on Dec 27 2016 16:28:07 by "Nazim" with unknown MS VC++:1800

time: Fri Dec 30 20:26:46 2016
elapsed time: 21 seconds (0d 0h 0m 21s)
nnachi
Techie
 
Posts: 13
Joined: Fri Dec 23, 2016 6:39 pm


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 57 guests