Giter Club home page Giter Club logo

javacef's People

Contributors

faeriol avatar swhgoon avatar wjywbs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

javacef's Issues

Problems building linux64 version

Hi,

I am trying to build this library on linux64 (Ubuntu 14.04) and am having some issues.

I checked out the git repository and unzipped cef_binary_3.2680.1395.g84fe790_linux64.7z into cef_runtime/linux64.

after GYP_GENERATORS=make tools/configure.sh linux64, make compiles a lot and fails with:

g++: error: /data/dev/javacef/cef3/cef_runtime/linux64/lib/libcef.so: No such file or directory

I modified chromium_loader/chromium_loader.gyp, replaced lib/libcef.so with Debug/libcef.so

Now make returns success, when running tools/run.sh linux64 I get error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /data/dev/javacef/cef3/out/Debug/lib.target/libchromium_loader.so: libcef.so: cannot open shared object file: No such file or directory

Then I changed -Wl,-rpath,. to -Wl,-rpath,cef_runtime/linux64/Debug in chromium_loader/chromium_loader.gyp and rebuilt again.

Running now fails with:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /data/dev/javacef/cef3/out/Debug/lib.target/libchromium_loader.so: /data/dev/javacef/cef3/out/Debug/lib.target/libchromium_loader.so: undefined symbol: cef_end_tracing_async

How can I build and run javacef on linux64?

Thanks in advance,

Rob

Failed to build on windows

I tried following the instructions at 
https://code.google.com/p/javacef/wiki/CEF3Instructions
for building javacef in Windows XP.

I hit several problems, listed below in chronological order:

1. bullet #1 says to "put the cefclient.exe and all other files...".
However when I unzipped cef_binary_3.1750.1738_windows32_client.7z there was no 
cefclient.exe in it.

2. I chose to "ninja" configuration but I don't have a "ninja" executable. I am 
using "python tools\gyp\pylib\gyp\generator\ninja.py" instead. This executed in 
0 seconds, so I have doubts it worked as expected.

3. run.bat fails with "java.lang.ClassNotFoundException: 
org.embedded.browser.SampleBrowserSWT".  Examining the command that is 
activated by run.bat I found that it attempts to use 
javacef\cef3\tools\..\out\Debug\javacef3_win32.jar but this file doesn't exist. 
Also, while I have SampleBrowserSWT.java there is no compiled 
SampleBrowserSWT.class so I'm missing a step there as well.


I hope you can help me - 
please advise what did I do wrong and how to fill the missing pieces.

Original issue reported on code.google.com by [email protected] on 26 Aug 2014 at 12:37

Update to CEF3.2454?

Hi, CEF3.1750 is pretty outdated.
I've been looking into trying to update javacef to CEF3.2454 and the API changes have been giving me a headache... Do you have any recommendations/tips? Think you could look into it?

Thanks!

HandShake issue while displaying google maps

I am showing google map in my java swing windows application, while displaying map on browser I am facing issues while displaying it. The error I am getting are as follows:

[1108/062527:ERROR:ssl_client_socket_nss.cc(1534)] handshake with server maps.googleapis.com:443 failed; NSS error code -5961, net_error -101
[1108/062528:ERROR:ssl_client_socket_nss.cc(1534)] handshake with server maps.googleapis.com:443 failed; NSS error code -5961, net_error -101
[1108/062528:ERROR:ssl_client_socket_nss.cc(1534)] handshake with server khms1.googleapis.com:443 failed; NSS error code -5961, net_error -101
[1108/062528:ERROR:ssl_client_socket_nss.cc(1534)] handshake with server khms0.googleapis.com:443 failed; NSS error code -5961, net_error -101
[1108/062528:ERROR:ssl_client_socket_nss.cc(1534)] handshake with server maps.googleapis.com:443 failed; NSS error code -5961, net_error -101
[1108/062532:ERROR:ssl_client_socket_nss.cc(1534)] handshake with server maps.googleapis.com:443 failed; NSS error code -5961, net_error -101
[1108/062536:ERROR:ssl_client_socket_nss.cc(1534)] handshake with server fonts.googleapis.com:443 failed; NSS error code -5961, net_error -101

Pls. Help

Thanks
Nitin

Error while building on Arch Linux 64

On Arch Linux 64 bit, while running "tools/configure.sh linux64" I get the 
following error:

...
A    tools/gyp/data
A    tools/gyp/data/win
A    tools/gyp/data/win/large-pdb-shim.cc
A    tools/gyp/OWNERS
Estratta revisione 1895.
Generating ninja build files...
  File "/home/luca/git/javacef/cef3/tools/gyp_chromium", line 88
    except SyntaxError, e:
                      ^
SyntaxError: invalid syntax

Python version -> 3.4.1
Ninja version  -> 1.5.1
SVN version    -> 1.8.9
GIT version    -> 2.0.1

Can you help please?



Original issue reported on code.google.com by [email protected] on 4 Jul 2014 at 1:23

How much time / money would it take / will you give to have this published to a p2 site?

There are lots of people who want this, but having everyone build their own native binaries is inefficient. Most of the issues are about building it, not using it or reporting actionable bugs that could improve the software.

What would it take to get this project stable, with published binaries? Possibly the eclipse foundation could do this and make it an optional distribution alongside SWT.

@wjywbs could you give a schedule estimate? Cost estimate? Can anyone estimate what they could pitch in, financially or with engineering time, to contribute to this?

I am fairly skilled with gradle, and it is a good tool for tying together disparate command line tools in a repeatable way. I've also written a gradle plugin which can handle p2 repositories.

Maybe @wjywbs and I could sit down and setup a CI build that publishes everything to a public amazon bucket. I'm trying to convince the eclipse foundation to take this project on, but if we have something working that might make it easier to convince them.

Running SampleBrowserAWT opens the window but window is not responding

I ran SampleBrowserAWT.java , it is opening a window but the window thus opened is not allowing to click on any button or interact with the browser.
I then created a simple test.java in which directly i am opening chrome browser:
public static void main(String args[]) {

	ChromeWindow.Start();
	ChromeWindow.loadUrl("http://www.google.com");
}

But the window opening with this is also not coming in front of desktop. It is just visible in the toolbar.

Unable to build for windows x64 configuration

Hi ,

I would be pretty delighted if you can help me with this.
When running the configure.bat I gave the build environment as msvs 2013.
When building the JavaCef library for x64 architecture using visual studio

These errors occur when compiling the chromium_loader project , during the chromium loader compilation when the cc file chromium_loader_win.cc is compiled and linked these errors are shown by the visual studio compiler.

The dependent project libcef_dll_wrapper gets build successfully though

I am getting following linker errors.
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __imp_cef_get_extensions_for_mime_type referenced in function "void __cdecl CefGetExtensionsForMimeType(class CefStringBase const &,class std::vector<class CefStringBase,class std::allocator<class CefStringBase > > &)" (?CefGetExtensionsForMimeType@@YAXAEBV?$CefStringBase@UCefStringTraitsUTF16@@@@aeav?$vector@V?$CefStringBase@UCefStringTraitsUTF16@@@@v?$allocator@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@@std@@@z) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_get_current_platform_thread_id referenced in function "unsigned long __cdecl base::PlatformThread::CurrentId(void)" (?CurrentId@PlatformThread@base@@Yakxz) chromium_loader cef3\chromium_loader\main_message_loop_multithreaded_win.obj 1
Error LNK2019 unresolved external symbol __imp_cef_get_current_platform_thread_handle referenced in function "class base::PlatformThreadRef __cdecl base::PlatformThread::CurrentRef(void)" (?CurrentRef@PlatformThread@base@@ya?AVPlatformThreadRef@2@XZ) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(cef_lock.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_end_tracing referenced in function "bool __cdecl CefEndTracing(class CefStringBase const &,class CefRefPtr)" (?CefEndTracing@@YA_NAEBV?$CefStringBase@UCefStringTraitsUTF16@@@@v?$CefRefPtr@VCefEndTracingCallback@@@@@z) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_drag_data_create referenced in function "public: static class CefRefPtr __cdecl CefDragData::Create(void)" (?Create@CefDragData@@sa?AV?$CefRefPtr@VCefDragData@@@@xz) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(drag_data_ctocpp.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_base64encode referenced in function "class CefStringBase __cdecl CefBase64Encode(void const *,unsigned __int64)" (?CefBase64Encode@@ya?AV?$CefStringBase@UCefStringTraitsUTF16@@@@PEBX_K@Z) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_base64decode referenced in function "class CefRefPtr __cdecl CefBase64Decode(class CefStringBase const &)" (?CefBase64Decode@@ya?AV?$CefRefPtr@VCefBinaryValue@@@@aebv?$CefStringBase@UCefStringTraitsUTF16@@@@@z) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_print_settings_create referenced in function "public: static class CefRefPtr __cdecl CefPrintSettings::Create(void)" (?Create@CefPrintSettings@@sa?AV?$CefRefPtr@VCefPrintSettings@@@@xz) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(print_settings_ctocpp.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_uridecode referenced in function "class CefStringBase __cdecl CefURIDecode(class CefStringBase const &,bool,enum cef_uri_unescape_rule_t)" (?CefURIDecode@@ya?AV?$CefStringBase@UCefStringTraitsUTF16@@@@AEBV1@_NW4cef_uri_unescape_rule_t@@@z) chromium_loader cef3\chromium_loader\libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) 1
Error LNK2019 unresolved external symbol __imp_cef_uriencode referenced in function "class CefStringBase __cdecl CefURIEncode(class CefStringBase const &,bool)" (?CefURIEncode@@ya?AV?$CefStringBase@UCefStringTraitsUTF16@@@@AEBV1@_N@Z) chromium_loader \chromium_loader\libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) 1

Example application

Hi,

I'd like to know if you have any example embedding Chromium browser inside SWT? 
I was trying to find but with success.

Thanks in advance.


Original issue reported on code.google.com by [email protected] on 14 Jul 2014 at 3:01

white screen issue on mac for build based on fork 2272

Hi, We are trying to build javacef for Mac (Yosemite/El capitan) based on fork 2272

we have used cefclient/osr_widget_mac.h in place of cefclient/cefclient_osr_widget_mac.h for cefclient_mac.mm implementation and resolved few compile errors.

We are getting white screen upon launching sample swt browser app.

Please let us know any possible patch/pointer to missing implementation to resolve the issue.

Thanks in advance,
Suneel

How to open a new tab

When I run the sample “SampleBrowserSWT” ,I click on a link to open a new window in browser,and I want to add a new tabItem in tabFolder , but it's not work.I found the following sentence statement Error when I am Debugging:final Runnable focusLastTab = new Runnable() { public void run() { if (!folder.isDisposed()) { folder.setSelection(folder.getItemCount() - 1); setNavControl(); setFocus(); } } };Can you help me to solve this?

How can I develop the java sources correctly?

Right now I've created a java project and taken the java code in and ran it for a couple of times.
But it doesn't work, everytime I get an error saying that the Java virtual machine has crashed.

dsds

Can you help me ?
I'm running on windows 7 x64

Here's my detected error:

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee091ff7f, pid=3200, tid=4256

JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [libcef.dll+0x99ff7f]

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 (0x0000000058a7d800): JavaThread "Thread-0" [_thread_in_native, id=4256, stack(0x000000005a6d0000,0x000000005a7d0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000000000f8

Registers:
RAX=0x0000f0d5af4a74eb, RBX=0x000000005a7cf030, RCX=0x0000000000000000, RDX=0x000000005a542630
RSP=0x000000005a7cef60, RBP=0x000000005a7cf1d0, RSI=0x00000000004f1c40, RDI=0x00000000004f98a0
R8 =0x0000000000505cf0, R9 =0x0000000000505d00, R10=0x0000000057117eb0, R11=0x000000005a7cefd0
R12=0x0000000058a07b60, R13=0x000000005a7cf400, R14=0x000000000057f3b0, R15=0x0000000058a7d9f8
RIP=0x000007fee091ff7f, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000005a7cef60)
0x000000005a7cef60: 0000000001bd5be0 0000000058a7d800
0x000000005a7cef70: 0000000016c95530 0000000001bd9120
0x000000005a7cef80: 00000000d5a6abf0 0000000066af4ef5
0x000000005a7cef90: 000000005a7cf400 0000000058a7d800
0x000000005a7cefa0: 000000000000002c 0000000058a7d800
0x000000005a7cefb0: 0000000058a7d800 0000000000000000
0x000000005a7cefc0: 0000000058a7d800 0000000000000000
0x000000005a7cefd0: 0000000000571f48 000007fee091fee1
0x000000005a7cefe0: 0000000000571f48 0000000058a7d9f8
0x000000005a7ceff0: 0000f0d5af4a74eb 000007fef21af2f5
0x000000005a7cf000: 000000005a541dd0 000007fee2230378
0x000000005a7cf010: 000000005a541dd0 000000000057f3b0
0x000000005a7cf020: 000000005a7cf400 0000000058a07b60
0x000000005a7cf030: 0000000000000000 0000000000000000
0x000000005a7cf040: 0000000100000000 000007fef21f6b03
0x000000005a7cf050: 0000000000000000 000000005a7cf030

Instructions: (pc=0x000007fee091ff7f)
0x000007fee091ff5f: 04 48 33 c4 48 89 84 24 90 00 00 00 80 79 15 00
0x000007fee091ff6f: 48 8b d9 c6 41 14 01 0f 85 e0 00 00 00 48 8b 09
0x000007fee091ff7f: 48 8b 81 f8 00 00 00 48 89 43 08 48 85 c0 74 07
0x000007fee091ff8f: 8b 40 10 ff c0 eb 05 b8 01 00 00 00 89 43 10 48

Register to memory mapping:

RAX=0x0000f0d5af4a74eb is an unknown value
RBX=0x000000005a7cf030 is pointing into the stack for thread: 0x0000000058a7d800
RCX=0x0000000000000000 is an unknown value
RDX=0x000000005a542630 is an unknown value
RSP=0x000000005a7cef60 is pointing into the stack for thread: 0x0000000058a7d800
RBP=0x000000005a7cf1d0 is pointing into the stack for thread: 0x0000000058a7d800
RSI=0x00000000004f1c40 is an unknown value
RDI=0x00000000004f98a0 is an unknown value
R8 =0x0000000000505cf0 is an unknown value
R9 =0x0000000000505d00 is an unknown value
R10=0x0000000057117eb0 is pointing into metadata
R11=0x000000005a7cefd0 is pointing into the stack for thread: 0x0000000058a7d800
R12=0x0000000058a07b60 is an unknown value
R13=0x000000005a7cf400 is pointing into the stack for thread: 0x0000000058a7d800
R14=0x000000000057f3b0 is an unknown value
R15=0x0000000058a7d9f8 is an unknown value

Stack: [0x000000005a6d0000,0x000000005a7d0000], sp=0x000000005a7cef60, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libcef.dll+0x99ff7f]
C [libcef.dll+0x22b0378]
C [libcef.dll+0x225d5e4]
C [chromium_loader.dll+0x4279] client::MainMessageLoopStd::Run+0x9
C [chromium_loader.dll+0x34b7d] Java_org_embedded_browser_Chromium_browser_1init+0x26d
C 0x00000000026cdfac

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.embedded.browser.Chromium.browser_init(JLjava/lang/String;Lorg/embedded/browser/ChromeSettings;)V+0
j org.embedded.browser.Chromium$1.run()V+22
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x0000000058a7d800 JavaThread "Thread-0" [_thread_in_native, id=4256, stack(0x000000005a6d0000,0x000000005a7d0000)]
0x0000000058973000 JavaThread "Service Thread" daemon [_thread_blocked, id=2688, stack(0x0000000059ed0000,0x0000000059fd0000)]
0x00000000588f6000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=5444, stack(0x0000000059d90000,0x0000000059e90000)]
0x00000000588f1800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6032, stack(0x0000000059c60000,0x0000000059d60000)]
0x00000000588ed800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5792, stack(0x0000000059a70000,0x0000000059b70000)]
0x00000000588e3000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=4176, stack(0x0000000059570000,0x0000000059670000)]
0x000000005761f000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=6060, stack(0x00000000597c0000,0x00000000598c0000)]
0x000000005761d800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=3448, stack(0x00000000596c0000,0x00000000597c0000)]
0x00000000588d5000 JavaThread "Attach Listener" daemon [_thread_blocked, id=724, stack(0x00000000590b0000,0x00000000591b0000)]
0x00000000588d2800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2640, stack(0x0000000058e00000,0x0000000058f00000)]
0x00000000575ba800 JavaThread "Finalizer" daemon [_thread_blocked, id=4540, stack(0x00000000587d0000,0x00000000588d0000)]
0x00000000575b4000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1676, stack(0x0000000058500000,0x0000000058600000)]
0x0000000001b88800 JavaThread "main" [_thread_blocked, id=3440, stack(0x00000000022e0000,0x00000000023e0000)]

Other Threads:
0x00000000575ae000 VMThread [stack: 0x00000000586d0000,0x00000000587d0000] [id=3748]
0x0000000058976800 WatcherThread [stack: 0x0000000059fd0000,0x000000005a0d0000] [id=4960]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
PSYoungGen total 38400K, used 6016K [0x00000000d5580000, 0x00000000d8000000, 0x0000000100000000)
eden space 33280K, 18% used [0x00000000d5580000,0x00000000d5b60300,0x00000000d7600000)
from space 5120K, 0% used [0x00000000d7b00000,0x00000000d7b00000,0x00000000d8000000)
to space 5120K, 0% used [0x00000000d7600000,0x00000000d7600000,0x00000000d7b00000)
ParOldGen total 87552K, used 0K [0x0000000080000000, 0x0000000085580000, 0x00000000d5580000)
object space 87552K, 0% used [0x0000000080000000,0x0000000080000000,0x0000000085580000)
Metaspace used 4084K, capacity 5740K, committed 5888K, reserved 1056768K
class space used 405K, capacity 484K, committed 512K, reserved 1048576K

Card table byte_map: [0x0000000011a70000,0x0000000011e80000] byte_map_base: 0x0000000011670000

Marking Bits: (ParMarkBitMap*) 0x00000000671b4040
Begin Bits: [0x0000000012820000, 0x0000000014820000)
End Bits: [0x0000000014820000, 0x0000000016820000)

Polling page: 0x0000000001c50000

CodeCache: size=245760Kb used=1393Kb max_used=1399Kb free=244366Kb
bounds [0x00000000026b0000, 0x0000000002920000, 0x00000000116b0000]
total_blobs=530 nmethods=135 adapters=316
compilation: enabled

Compilation events (10 events):
Event: 0.227 Thread 0x00000000588f1800 132 4 java.lang.String::hashCode (55 bytes)
Event: 0.227 Thread 0x00000000588f6000 nmethod 130 0x0000000002809d50 code [0x0000000002809ec0, 0x000000000280a110]
Event: 0.227 Thread 0x00000000588f6000 131 ! 3 java.lang.ref.ReferenceQueue::poll (28 bytes)
Event: 0.227 Thread 0x00000000588f6000 nmethod 131 0x000000000280a1d0 code [0x000000000280a340, 0x000000000280a6c8]
Event: 0.227 Thread 0x00000000588ed800 nmethod 128 0x000000000280d650 code [0x000000000280d7a0, 0x000000000280d9b8]
Event: 0.229 Thread 0x00000000588f1800 nmethod 132 0x000000000280bbd0 code [0x000000000280bd00, 0x000000000280be78]
Event: 0.254 Thread 0x00000000588f6000 134 3 java.lang.String::concat (47 bytes)
Event: 0.254 Thread 0x00000000588f6000 nmethod 134 0x000000000280aa90 code [0x000000000280ac60, 0x000000000280b438]
Event: 0.254 Thread 0x00000000588f6000 135 3 java.lang.String::getChars (16 bytes)
Event: 0.254 Thread 0x00000000588f6000 nmethod 135 0x000000000280d010 code [0x000000000280d180, 0x000000000280d388]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Internal exceptions (2 events):
Event: 0.030 Thread 0x0000000001b88800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x00000000d558d700) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\sr50#HÛÇž?
Event: 0.030 Thread 0x0000000001b88800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x00000000d558d990) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\j

Events (10 events):
Event: 14.384 Executing VM operation: ChangeSingleStep
Event: 14.384 Executing VM operation: ChangeSingleStep done
Event: 34.394 Executing VM operation: GetOrSetLocal
Event: 34.394 Executing VM operation: GetOrSetLocal done
Event: 34.395 Executing VM operation: GetOrSetLocal
Event: 34.395 Executing VM operation: GetOrSetLocal done
Event: 34.400 Executing VM operation: GetOrSetLocal
Event: 34.400 Executing VM operation: GetOrSetLocal done
Event: 34.400 Executing VM operation: GetOrSetLocal
Event: 34.400 Executing VM operation: GetOrSetLocal done

Dynamic libraries:
0x000000013ff30000 - 0x000000013ff67000 C:\Program Files\Java\jre1.8.0_51\bin\javaw.exe
0x00000000774c0000 - 0x000000007766a000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000772a0000 - 0x00000000773bf000 C:\Windows\system32\kernel32.dll
0x000007fefd530000 - 0x000007fefd59a000 C:\Windows\system32\KERNELBASE.dll
0x000007fefdac0000 - 0x000007fefdb9b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefdd00000 - 0x000007fefdd9f000 C:\Windows\system32\msvcrt.dll
0x000007fefdda0000 - 0x000007fefddbf000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefddc0000 - 0x000007fefdeed000 C:\Windows\system32\RPCRT4.dll
0x00000000773c0000 - 0x00000000774ba000 C:\Windows\system32\USER32.dll
0x000007fefe590000 - 0x000007fefe5f7000 C:\Windows\system32\GDI32.dll
0x000007fefdcf0000 - 0x000007fefdcfe000 C:\Windows\system32\LPK.dll
0x000007feff4f0000 - 0x000007feff5ba000 C:\Windows\system32\USP10.dll
0x000007fefb840000 - 0x000007fefba34000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll
0x000007fefe1f0000 - 0x000007fefe261000 C:\Windows\system32\SHLWAPI.dll
0x000007fefda90000 - 0x000007fefdabe000 C:\Windows\system32\IMM32.DLL
0x000007feff390000 - 0x000007feff499000 C:\Windows\system32\MSCTF.dll
0x0000000074810000 - 0x00000000748e2000 C:\Program Files\Java\jre1.8.0_51\bin\msvcr100.dll
0x00000000669b0000 - 0x0000000067233000 C:\Program Files\Java\jre1.8.0_51\bin\server\jvm.dll
0x000007fef5a60000 - 0x000007fef5a69000 C:\Windows\system32\WSOCK32.dll
0x000007feff4a0000 - 0x000007feff4ed000 C:\Windows\system32\WS2_32.dll
0x000007fefdce0000 - 0x000007fefdce8000 C:\Windows\system32\NSI.dll
0x000007fefb0a0000 - 0x000007fefb0db000 C:\Windows\system32\WINMM.dll
0x000007fefc2e0000 - 0x000007fefc2ec000 C:\Windows\system32\VERSION.dll
0x0000000077690000 - 0x0000000077697000 C:\Windows\system32\PSAPI.DLL
0x0000000074ce0000 - 0x0000000074cef000 C:\Program Files\Java\jre1.8.0_51\bin\verify.dll
0x00000000749a0000 - 0x00000000749c9000 C:\Program Files\Java\jre1.8.0_51\bin\java.dll
0x000000006dc00000 - 0x000000006dc35000 C:\Program Files\Java\jre1.8.0_51\bin\jdwp.dll
0x000000006dbe0000 - 0x000000006dbe8000 C:\Program Files\Java\jre1.8.0_51\bin\npt.dll
0x0000000074980000 - 0x0000000074996000 C:\Program Files\Java\jre1.8.0_51\bin\zip.dll
0x000007fefe600000 - 0x000007feff389000 C:\Windows\system32\SHELL32.dll
0x000007feff5c0000 - 0x000007feff7c3000 C:\Windows\system32\ole32.dll
0x000007fefd200000 - 0x000007fefd20f000 C:\Windows\system32\profapi.dll
0x000000006dbf0000 - 0x000000006dbf9000 C:\Program Files\Java\jre1.8.0_51\bin\dt_socket.dll
0x000007fefb410000 - 0x000007fefb425000 C:\Windows\system32\NLAapi.dll
0x000007fef6f40000 - 0x000007fef6f55000 C:\Windows\system32\napinsp.dll
0x000007fef6f20000 - 0x000007fef6f39000 C:\Windows\system32\pnrpnsp.dll
0x000007fefc8b0000 - 0x000007fefc905000 C:\Windows\System32\mswsock.dll
0x000007fefc960000 - 0x000007fefc9bb000 C:\Windows\system32\DNSAPI.dll
0x000007fef74a0000 - 0x000007fef74ab000 C:\Windows\System32\winrnr.dll
0x000007fefaf30000 - 0x000007fefaf57000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefaec0000 - 0x000007fefaecb000 C:\Windows\system32\WINNSI.DLL
0x000007fefacd0000 - 0x000007fefad23000 C:\Windows\System32\fwpuclnt.dll
0x000007fef7c00000 - 0x000007fef7c08000 C:\Windows\system32\rasadhlp.dll
0x000007fefc3b0000 - 0x000007fefc3b7000 C:\Windows\System32\wshtcpip.dll
0x0000000002020000 - 0x00000000020c8000 C:\Users\developer.swt\lib\win32\x86_64\swt-win32-4332.dll
0x000007fefe270000 - 0x000007fefe34a000 C:\Windows\system32\OLEAUT32.dll
0x000007fefdba0000 - 0x000007fefdc37000 C:\Windows\system32\comdlg32.dll
0x000007fef6aa0000 - 0x000007fef6b11000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefdf10000 - 0x000007fefe1e2000 C:\Windows\system32\WININET.dll
0x000007fefd390000 - 0x000007fefd394000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x000007fefd5a0000 - 0x000007fefd5a4000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x000007fefd240000 - 0x000007fefd244000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x000007fefd340000 - 0x000007fefd343000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x0000000077680000 - 0x0000000077683000 C:\Windows\system32\normaliz.DLL
0x000007fefd740000 - 0x000007fefda0a000 C:\Windows\system32\iertutil.dll
0x000007fefd230000 - 0x000007fefd235000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x000007fefd3a0000 - 0x000007fefd3be000 C:\Windows\system32\USERENV.dll
0x000007fefd3c0000 - 0x000007fefd52d000 C:\Windows\system32\CRYPT32.dll
0x000007fefd1f0000 - 0x000007fefd1ff000 C:\Windows\system32\MSASN1.dll
0x000007fefb330000 - 0x000007fefb386000 C:\Windows\system32\uxtheme.dll
0x000007fefada0000 - 0x000007fefadb8000 C:\Windows\system32\dwmapi.dll
0x000007fefd050000 - 0x000007fefd05f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefbe70000 - 0x000007fefbf9c000 C:\Windows\system32\propsys.dll
0x000007fefdc40000 - 0x000007fefdcd9000 C:\Windows\system32\CLBCatQ.DLL
0x000007fef63e0000 - 0x000007fef6475000 C:\Users\developer\Desktop\byinaauto\modified\javacef-master\cef3\cef_runtime\win64\chrome_elf.dll
0x000007fef7bf0000 - 0x000007fef7bf3000 C:\Windows\system32\api-ms-win-core-synch-l1-2-0.DLL
0x000007fedff80000 - 0x000007fee5b31000 C:\Users\developer\Desktop\byinaauto\modified\javacef-master\cef3\cef_runtime\win64\libcef.dll
0x000007feef110000 - 0x000007feef164000 C:\Windows\system32\OLEACC.dll
0x000007fef9160000 - 0x000007fef9285000 C:\Windows\system32\dbghelp.dll
0x000007fef7530000 - 0x000007fef7564000 C:\Windows\system32\credui.dll
0x000007fefba40000 - 0x000007fefbb4a000 C:\Windows\system32\CRYPTUI.dll
0x000007fefb4a0000 - 0x000007fefb4b6000 C:\Windows\system32\NETAPI32.dll
0x000007fefb490000 - 0x000007fefb49c000 C:\Windows\system32\netutils.dll
0x000007fefcc90000 - 0x000007fefccb3000 C:\Windows\system32\srvcli.dll
0x000007fefb430000 - 0x000007fefb445000 C:\Windows\system32\wkscli.dll
0x000007fefa7b0000 - 0x000007fefa7c4000 C:\Windows\system32\SAMCLI.DLL
0x000007fee5b40000 - 0x000007fee5cd7000 C:\Windows\system32\DWrite.dll
0x000007fefcb50000 - 0x000007fefcba0000 C:\Windows\system32\ncrypt.dll
0x000007fefcb20000 - 0x000007fefcb42000 C:\Windows\system32\bcrypt.dll
0x000007fefcdf0000 - 0x000007fefcdfb000 C:\Windows\system32\Secur32.dll
0x000007fefcfc0000 - 0x000007fefcfe5000 C:\Windows\system32\SSPICLI.DLL
0x000007fefd5b0000 - 0x000007fefd734000 C:\Windows\system32\urlmon.dll
0x000007fefd250000 - 0x000007fefd254000 C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
0x000007fef9ea0000 - 0x000007fef9f11000 C:\Windows\system32\WINHTTP.dll
0x000007fef9e30000 - 0x000007fef9e94000 C:\Windows\system32\webio.dll
0x000007fefb0e0000 - 0x000007fefb0f1000 C:\Windows\system32\WTSAPI32.dll
0x000007fef6ce0000 - 0x000007fef6edf000 C:\Windows\system32\d3d9.dll
0x000007fef6cd0000 - 0x000007fef6cd7000 C:\Windows\system32\d3d8thk.dll
0x000007fef52c0000 - 0x000007fef5495000 C:\Windows\system32\d3d11.dll
0x000007fef54a0000 - 0x000007fef54fd000 C:\Windows\system32\dxgi.dll
0x000007fef7500000 - 0x000007fef7521000 C:\Windows\system32\dxva2.dll
0x000007fefaca0000 - 0x000007fefacb8000 C:\Windows\system32\dhcpcsvc.DLL
0x000007fefd350000 - 0x000007fefd38b000 C:\Windows\system32\WINTRUST.dll
0x000007fef2190000 - 0x000007fef226d000 C:\Users\developer\Desktop\byinaauto\modified\javacef-master\cef3\out\Release\chromium_loader.dll
0x000007fef2070000 - 0x000007fef218d000 C:\Windows\system32\OPENGL32.dll
0x000007fef63b0000 - 0x000007fef63dd000 C:\Windows\system32\GLU32.dll
0x000007fef1f70000 - 0x000007fef2061000 C:\Windows\system32\DDRAW.dll
0x000007fefbfc0000 - 0x000007fefbfc8000 C:\Windows\system32\DCIMAN32.dll
0x000007fefe3b0000 - 0x000007fefe587000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd300000 - 0x000007fefd336000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd210000 - 0x000007fefd22a000 C:\Windows\system32\DEVOBJ.dll
0x000007fefac20000 - 0x000007fefac31000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fef26b0000 - 0x000007fef26ff000 C:\Windows\system32\audioses.dll
0x000007fefbfe0000 - 0x000007fefc02b000 C:\Windows\system32\MMDevAPI.DLL
0x000007fefcff0000 - 0x000007fefd047000 C:\Windows\system32\apphelp.dll
0x000007fefa4b0000 - 0x000007fefa4d0000 C:\Windows\system32\wlanapi.dll
0x000007fefa630000 - 0x000007fefa637000 C:\Windows\system32\wlanutil.dll
0x000007feeebe0000 - 0x000007feeec7c000 C:\Windows\system32\mscms.dll

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:63214 -Dfile.encoding=Cp1252
java_command: org.embedded.browser.SampleBrowserSWT
java_class_path (initial): C:\Users\developer\Desktop\tempWFTrain\lc\bin;C:\Users\developer\Desktop\tempWFTrain\lc\lib\win\swt64.jar;C:\Users\developer\Desktop\byinaauto\modified\javacef-master\cef3\cef_runtime\win64;C:\Users\developer\Desktop\byinaauto\modified\javacef-master\cef3\out\Debug
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_51
PATH=C:\Program Files (x86)\Cppcheck;C:\Program Files (x86)\Parasoft\Insure++\bin;C:\Program Files (x86)\BullseyeCoverage\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Apache Software Foundation\apache-maven-3.2.3\bin;C:\Program Files\Microsoft Windows Performance Toolkit;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files\Java\jdk1.8.0_51\bin;C:\Python27;C:\Users\developer\Desktop\New folder\apache-maven-3.5.0;C:\Program Files\CMake\bin;C:\Program Files\Git\cmd;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\Gradle\bin;C:\Program Files\Apache Software Foundation\apache-maven-3.2.3\bin;C:\Users\developer.m2;C:\Program Files\apache-maven-3.5.0\apache-maven\src\bin
USERNAME=developer
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 79 Stepping 1, GenuineIntel

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

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

CPU:total 4 (2 cores per cpu, 1 threads per core) family 6 model 79 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, 3dnowpref, tsc, tscinvbit

Memory: 4k page, physical 8388152k(2984124k free), swap 16774444k(10893708k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun 8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)

time: Mon Sep 04 08:45:26 2017
elapsed time: 55 seconds (0d 0h 0m 55s)

Mac - Command - copy/paste/select - NOT Working - text input elements

What steps will reproduce the problem?
1. Open sample browser.
2. Highlight any text with mouse.
3. Try to copy using keyboard "Command-c" - Does not work
4. Try to paste in any input text box "Command-v" - Does not work

What is the expected output? What do you see instead?
Expected keyboard "Cmd-c/v/a to work"

What version of the product are you using? On what operating system?
Mac 10.8.5


Please provide any additional information below.
The same Ctrl-c/v/a (copy/paste/select all) works on windows.


Original issue reported on code.google.com by [email protected] on 10 Mar 2015 at 6:14

remote debugging in embed mode..

Hi,

I am developing an application using local storage..

The app is working fine in google-chrome browser.
But the same is not working in 'embedded mode'.

Hence, I was trying to find out why.

It would have helped me if 'remote debugging' is enabled in embed mode.

I haven't done any experiment yet :(. 

It has been long time since the last walk on javacef's source.

Need some quick answers..please:

1) Is 'remote-debugging-enabled' by default ?
2) Is 'local storage supported' by default ?
3) Command line switches ?.

If not..
1) Is it possible to enable it by any means ?

If so..any patch/fixes/source-file(to read) to enable them.




Original issue reported on code.google.com by [email protected] on 27 Nov 2014 at 8:14

webgl crashes/undefined behavior on close

What steps will reproduce the problem?
1. Get javacef working
2. Run the code attached
3. Try to close cleanly... Boom.

What is the expected output? What do you see instead?

There are internal crash reports, etc.   I think this is actually a problem 
with the version of CEF that the current javacef builds with.  I managed to get 
it all working normally, and thank you very much it is really cool.  I would 
like to play with it more, but if I can't shutdown the shell/close/dispose etc, 
with the VM failing... then of course no go.

What version of the product are you using? On what operating system?

Latest one on the project home, built per spec on Mac OSX 10/9/5

Please provide any additional information below.

See the code attached.  Just start a javacef window with the webpage/javascript 
provided.....  Please let me know what it takes (in your opinion) to take 
javacef to the latest CEF binaries, I did try to build it and while it builds, 
it segfaults immediately.  I would be willing to do that work for you ... if I 
knew where to start....  I am kinda playing around and would love to have webgl 
just working in this component.

Original issue reported on code.google.com by [email protected] on 9 Mar 2015 at 10:05

Attachments:

Crashes when running SampleBrowserSWT

I get the below error when running SampleBrowserSWT.java. I have attached the error log. I executed the java file from Eclipse Luna - bit (in windows 7 (64 bit). I added "javacef3_win64.jar" in the build path and placed "chromium_loader.dll" and "libcef.dll" jre/bin. I used 3.1750.1738 version.

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fed87b2962, pid=7488, tid=7324

JRE version: Java(TM) SE Runtime Environment (8.0_31-b13) (build 1.8.0_31-b13)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.31-b07 mixed mode windows-amd64 compressed oops)

Problematic frame:

C [chromium_loader.dll+0x2962] AppInitCommandLine+0x92

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

An error report file with more information is saved as:

D:\workspaces\cookn-desktop-10-win\SampleApp\hs_err_pid7488.log

hs_err_pid7488.txt

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.

Crashing when embedding in Eclipse - Application

What steps will reproduce the problem?
1. Embedding javacef-Chromium in an eclipse rcp application.
2.

It works well in the normal swt window.

But when embedded into a view/part of Eclipse RCP, it crashing with SIGSEGV.

Attached the crash report too.

Please help.

Please provide any additional information below.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000010ab1091e, pid=32235, tid=3847
#
# JRE version: Java(TM) SE Runtime Environment (7.0_65-b17) (build 1.7.0_65-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode bsd-amd64 
compressed oops)
# Problematic frame:
# V  [libjvm.dylib+0x30e91e]  get_method_id(JNIEnv_*, _jclass*, char const*, 
char const*, bool, Thread*)+0x90
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/chandra/eclipse/Eclipse.app/Contents/MacOS/hs_err_pid32235.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
[javacef] main thread

Original issue reported on code.google.com by [email protected] on 1 Aug 2014 at 8:17

Attachments:

Can we send JAVACEF_PATH value as system property ?

Hi,

Is there a way not to depend on JAVACEF_PATH as environment variable ?.
I looked at the code, it is using as current working directory.

It would be nice to pass as java's system property like '-DJAVACEF_PATH=/a/b/c'

Any suggestions ?






Original issue reported on code.google.com by [email protected] on 6 Aug 2014 at 1:24

结束程序时,报后台报系统异常。

What steps will reproduce the problem?
1. 打开SampleBrowserAWT程序,点击start弹出Chrome窗口
2. 关闭chrome窗口,并退出SampleBrowserAWT程序后,后台报错。
不使用SampleBrowserAWT,直接实例化Chromium类,显示chrome窗口,��
�闭时依然报错(此时程序并不通正常结束,而是以系统报错�
��出的方式异常结束)

What is the expected output? What do you see instead?
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x05db82fb, pid=6804, tid=3288
#
# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
# Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode, sharing windows-x86 
)
# Problematic frame:
# C  [libcef.dll+0x882fb]
#
# Failed to write core dump. Minidumps are not enabled by default on client 
versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\gp\Workspaces\MyEclipse Professional\javacef2\hs_err_pid6804.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x05db82fb, pid=6804, tid=3288
#
# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
# Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode, sharing windows-x86 
)
# Problematic frame:
# C  [libcef.dll+0x882fb]
#
# 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.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

*************************************************
hs_err_pid6804.log中的内容:
*************************************************

---------------  T H R E A D  ---------------

Current thread (0x04248800):  JavaThread "Thread-2" [_thread_in_native, 
id=3288, stack(0x04610000,0x04660000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000008

Registers:
EAX=0x04948300, EBX=0x00000000, ECX=0x00000000, EDX=0x007202f4
ESP=0x0465ef14, EBP=0x00000002, ESI=0x04947f78, EDI=0x07a908c8
EIP=0x05db82fb, EFLAGS=0x00010246

Top of Stack: (sp=0x0465ef14)
0x0465ef14:   04947f78 00000000 00000000 00000000
0x0465ef24:   2a246b95 fffffffe 779b6570 779b65a6
0x0465ef34:   00000000 03ff7f78 03ff7f78 00000000
0x0465ef44:   04770000 07a908c8 0465ef60 7613c3c4
0x0465ef54:   006600c1 007202f4 03ff7f78 0465efa0
0x0465ef64:   6acee150 07a905b0 00000001 07a908c0
0x0465ef74:   0465ef8c 779b2ce8 07a908c8 00000000
0x0465ef84:   00000000 07a908c0 0465efa0 7613c3c4 

Instructions: (pc=0x05db82fb)
0x05db82db:   4c 24 0c e8 cd 5f fa ff 8b 86 00 01 00 00 8b 40
0x05db82eb:   08 5e 5b 81 c4 b4 00 00 00 c3 8b 8e 00 01 00 00
0x05db82fb:   8b 41 08 5e 5b 81 c4 b4 00 00 00 c3 cc cc cc cc
0x05db830b:   cc cc cc cc cc 81 ec b4 00 00 00 53 33 db 83 3d 


Register to memory mapping:

EAX=0x04948300 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x007202f4 is an unknown value
ESP=0x0465ef14 is pointing into the stack for thread: 0x04248800
EBP=0x00000002 is an unknown value
ESI=0x04947f78 is an unknown value
EDI=0x07a908c8 is an unknown value


Stack: [0x04610000,0x04660000],  sp=0x0465ef14,  free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libcef.dll+0x882fb]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  
org.embedded.browser.Chromium.browser_init(ILjava/lang/String;Lorg/embedded/brow
ser/ChromeSettings;)V+0
j  org.embedded.browser.Chromium$1.run()V+22
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x04248800 JavaThread "Thread-2" [_thread_in_native, id=3288, 
stack(0x04610000,0x04660000)]
  0x0196bc00 JavaThread "DestroyJavaVM" [_thread_blocked, id=7972, stack(0x018c0000,0x01910000)]
  0x041f6400 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4108, stack(0x04780000,0x047d0000)]
  0x041f5c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1060, stack(0x043a0000,0x043f0000)]
  0x041f5000 JavaThread "AWT-Shutdown" [_thread_blocked, id=7064, stack(0x040a0000,0x040f0000)]
  0x041f1c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7832, stack(0x03b90000,0x03be0000)]
  0x01a2cc00 JavaThread "Service Thread" daemon [_thread_blocked, id=1248, stack(0x04000000,0x04050000)]
  0x01a1d000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9788, stack(0x03f60000,0x03fb0000)]
  0x01a1bc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=2900, stack(0x03dc0000,0x03e10000)]
  0x01a43800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4120, stack(0x03ec0000,0x03f10000)]
  0x019af800 JavaThread "Finalizer" daemon [_thread_blocked, id=5640, stack(0x03ce0000,0x03d30000)]
  0x019adc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=10132, stack(0x03c50000,0x03ca0000)]

Other Threads:
  0x019ac400 VMThread [stack: 0x03d30000,0x03d80000] [id=9428]
  0x01a2f000 WatcherThread [stack: 0x04110000,0x04160000] [id=560]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 4928K, used 1040K [0x23700000, 0x23c50000, 0x28c50000)
  eden space 4416K,  11% used [0x23700000, 0x237840a8, 0x23b50000)
  from space 512K, 100% used [0x23bd0000, 0x23c50000, 0x23c50000)
  to   space 512K,   0% used [0x23b50000, 0x23b50000, 0x23bd0000)
 tenured generation   total 10944K, used 928K [0x28c50000, 0x29700000, 0x33700000)
   the space 10944K,   8% used [0x28c50000, 0x28d38070, 0x28d38200, 0x29700000)
 compacting perm gen  total 12288K, used 1617K [0x33700000, 0x34300000, 0x37700000)
   the space 12288K,  13% used [0x33700000, 0x33894778, 0x33894800, 0x34300000)
    ro space 10240K,  44% used [0x37700000, 0x37b773f0, 0x37b77400, 0x38100000)
    rw space 12288K,  52% used [0x38100000, 0x3874dd28, 0x3874de00, 0x38d00000)

Card table byte_map: [0x03a70000,0x03b20000] byte_map_base: 0x03954800

Polling page: 0x01090000

Code Cache  [0x01a70000, 0x01b38000, 0x03a70000)
 total_blobs=322 nmethods=109 adapters=150 free_code_cache=31989Kb largest_free_block=32757184

Compilation events (10 events):
Event: 10.497 Thread 0x01a1d000  104             
java.util.concurrent.locks.ReentrantLock$NonfairSync::lock (25 bytes)
Event: 10.497 Thread 0x01a1d000 nmethod 104 0x01b31108 code [0x01b31230, 
0x01b313a0]
Event: 10.553 Thread 0x01a1d000  105             
java.util.EventObject::getSource (5 bytes)
Event: 10.553 Thread 0x01a1d000 nmethod 105 0x01b314c8 code [0x01b315c0, 
0x01b31640]
Event: 10.876 Thread 0x01a1d000  106             
java.util.IdentityHashMap::clear (39 bytes)
Event: 10.877 Thread 0x01a1d000 nmethod 106 0x01b31688 code [0x01b31780, 
0x01b31850]
Event: 12.497 Thread 0x01a1d000  108             
sun.awt.AWTAutoShutdown::isReadyToShutdown (35 bytes)
Event: 12.497 Thread 0x01a1d000 nmethod 108 0x01b31bc8 code [0x01b31cd0, 
0x01b31dbc]
Event: 12.934 Thread 0x01a1d000  109             
org.eclipse.swt.widgets.Display::getShells (144 bytes)
Event: 12.935 Thread 0x01a1d000 nmethod 109 0x01b31e88 code [0x01b31fe0, 
0x01b32614]

GC Heap History (2 events):
Event: 1.522 GC heap before
{Heap before GC invocations=0 (full 0):
 def new generation   total 4928K, used 4416K [0x23700000, 0x23c50000, 0x28c50000)
  eden space 4416K, 100% used [0x23700000, 0x23b50000, 0x23b50000)
  from space 512K,   0% used [0x23b50000, 0x23b50000, 0x23bd0000)
  to   space 512K,   0% used [0x23bd0000, 0x23bd0000, 0x23c50000)
 tenured generation   total 10944K, used 0K [0x28c50000, 0x29700000, 0x33700000)
   the space 10944K,   0% used [0x28c50000, 0x28c50000, 0x28c50200, 0x29700000)
 compacting perm gen  total 12288K, used 1554K [0x33700000, 0x34300000, 0x37700000)
   the space 12288K,  12% used [0x33700000, 0x33884b10, 0x33884c00, 0x34300000)
    ro space 10240K,  44% used [0x37700000, 0x37b773f0, 0x37b77400, 0x38100000)
    rw space 12288K,  52% used [0x38100000, 0x3874dd28, 0x3874de00, 0x38d00000)
Event: 1.529 GC heap after
Heap after GC invocations=1 (full 0):
 def new generation   total 4928K, used 512K [0x23700000, 0x23c50000, 0x28c50000)
  eden space 4416K,   0% used [0x23700000, 0x23700000, 0x23b50000)
  from space 512K, 100% used [0x23bd0000, 0x23c50000, 0x23c50000)
  to   space 512K,   0% used [0x23b50000, 0x23b50000, 0x23bd0000)
 tenured generation   total 10944K, used 928K [0x28c50000, 0x29700000, 0x33700000)
   the space 10944K,   8% used [0x28c50000, 0x28d38070, 0x28d38200, 0x29700000)
 compacting perm gen  total 12288K, used 1554K [0x33700000, 0x34300000, 0x37700000)
   the space 12288K,  12% used [0x33700000, 0x33884b10, 0x33884c00, 0x34300000)
    ro space 10240K,  44% used [0x37700000, 0x37b773f0, 0x37b77400, 0x38100000)
    rw space 12288K,  52% used [0x38100000, 0x3874dd28, 0x3874de00, 0x38d00000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 1.612 Thread 0x0430b400 Threw 0x23731100 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.628 Thread 0x0430b400 Threw 0x23732870 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.651 Thread 0x0430b400 Threw 0x23734880 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.652 Thread 0x0430b400 Threw 0x23736f70 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.652 Thread 0x0430b400 Threw 0x2373a380 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.653 Thread 0x0430b400 Threw 0x2373ceb0 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.667 Thread 0x0430b400 Threw 0x2373eeb0 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.676 Thread 0x0430b400 Threw 0x23741bd8 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 1.677 Thread 0x0430b400 Threw 0x23744670 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 8.349 Thread 0x0430b400 Threw 0x23759a30 at 
C:\jdk7u2_32P\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 4.266 Executing VM operation: EnableBiasedLocking done
Event: 8.349 loading class 0x04302ef8
Event: 8.349 loading class 0x04302ef8 done
Event: 8.460 Thread 0x0430b400 Thread exited: 0x0430b400
Event: 9.629 loading class 0x38db8530
Event: 9.629 loading class 0x38db8530 done
Event: 9.630 loading class 0x041c5388
Event: 9.630 loading class 0x01a680d0
Event: 9.630 loading class 0x01a680d0 done
Event: 9.630 loading class 0x041c5388 done


Dynamic libraries:
0x00200000 - 0x0022f000     C:\Program Files\Java\jdk1.7.0_40\bin\javaw.exe
0x77960000 - 0x77a9c000     C:\Windows\SYSTEM32\ntdll.dll
0x760f0000 - 0x761c4000     C:\Windows\system32\kernel32.dll
0x75b20000 - 0x75b6b000     C:\Windows\system32\KERNELBASE.dll
0x76920000 - 0x769c0000     C:\Windows\system32\ADVAPI32.dll
0x767a0000 - 0x7684c000     C:\Windows\system32\msvcrt.dll
0x761d0000 - 0x761e9000     C:\Windows\SYSTEM32\sechost.dll
0x76530000 - 0x765d2000     C:\Windows\system32\RPCRT4.dll
0x762f0000 - 0x763b9000     C:\Windows\system32\USER32.dll
0x77ad0000 - 0x77b1e000     C:\Windows\system32\GDI32.dll
0x77b20000 - 0x77b2a000     C:\Windows\system32\LPK.dll
0x76490000 - 0x7652d000     C:\Windows\system32\USP10.dll
0x745b0000 - 0x7474e000 
    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.76
01.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x77b30000 - 0x77b87000     C:\Windows\system32\SHLWAPI.dll
0x76240000 - 0x7625f000     C:\Windows\system32\IMM32.DLL
0x763c0000 - 0x7648c000     C:\Windows\system32\MSCTF.dll
0x67f00000 - 0x67fbe000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\msvcr100.dll
0x58940000 - 0x58cc0000     C:\Program 
Files\Java\jdk1.7.0_40\jre\bin\client\jvm.dll
0x6fb00000 - 0x6fb07000     C:\Windows\system32\WSOCK32.dll
0x768e0000 - 0x76915000     C:\Windows\system32\WS2_32.dll
0x77ab0000 - 0x77ab6000     C:\Windows\system32\NSI.dll
0x73c10000 - 0x73c42000     C:\Windows\system32\WINMM.dll
0x77aa0000 - 0x77aa5000     C:\Windows\system32\PSAPI.DLL
0x72af0000 - 0x72afc000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\verify.dll
0x72ad0000 - 0x72af0000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\java.dll
0x72a60000 - 0x72a73000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\zip.dll
0x569b0000 - 0x56af4000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\awt.dll
0x76850000 - 0x768df000     C:\Windows\system32\OLEAUT32.dll
0x765e0000 - 0x7673c000     C:\Windows\system32\ole32.dll
0x74530000 - 0x74570000     C:\Windows\system32\uxtheme.dll
0x70f90000 - 0x70fbe000     C:\Program 
Files\KinkooWare\HomeLanguageKernel6\CKSee.dll
0x5f660000 - 0x5f67a000     C:\Program Files\TeamViewer\Version9\tv_w32.dll
0x74e60000 - 0x74e69000     C:\Windows\system32\VERSION.dll
0x6c240000 - 0x6c267000     C:\Windows\system32\CRTDLL.dll
0x769c0000 - 0x7760a000     C:\Windows\system32\SHELL32.dll
0x73a20000 - 0x73a33000     C:\Windows\system32\dwmapi.dll
0x758c0000 - 0x758cc000     C:\Windows\system32\CRYPTBASE.dll
0x6c5f0000 - 0x6c621000     C:\Program 
Files\Java\jdk1.7.0_40\jre\bin\fontmanager.dll
0x71640000 - 0x71654000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\net.dll
0x753a0000 - 0x753dc000     C:\Windows\system32\mswsock.dll
0x75390000 - 0x75396000     C:\Windows\System32\wship6.dll
0x72b30000 - 0x72b3f000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\nio.dll
0x6d100000 - 0x6d130000     C:\Program Files\Java\jdk1.7.0_40\jre\bin\t2k.dll
0x10000000 - 0x10070000     C:\Users\gp\.swt\lib\win32\x86\swt-win32-4413.dll
0x75ea0000 - 0x75f1b000     C:\Windows\system32\comdlg32.dll
0x72980000 - 0x729d1000     C:\Windows\system32\WINSPOOL.DRV
0x75f20000 - 0x760e4000     C:\Windows\system32\WININET.dll
0x75cc0000 - 0x75cc4000 
    C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x75ae0000 - 0x75ae4000 
    C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75cb0000 - 0x75cb4000 
    C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x759f0000 - 0x759f3000 
    C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x77ac0000 - 0x77ac3000     C:\Windows\system32\normaliz.DLL
0x77610000 - 0x77825000     C:\Windows\system32\iertutil.dll
0x75ca0000 - 0x75ca5000 
    C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x75b70000 - 0x75c90000     C:\Windows\system32\CRYPT32.dll
0x759e0000 - 0x759ec000     C:\Windows\system32\MSASN1.dll
0x74b30000 - 0x74c25000     C:\Windows\system32\propsys.dll
0x76260000 - 0x762e3000     C:\Windows\system32\CLBCatQ.DLL
0x05d30000 - 0x0712c000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\libcef.dll
0x72730000 - 0x72788000     C:\Windows\system32\WINHTTP.dll
0x723c0000 - 0x7240f000     C:\Windows\system32\webio.dll
0x75010000 - 0x75027000     C:\Windows\system32\USERENV.dll
0x75970000 - 0x7597b000     C:\Windows\system32\profapi.dll
0x75cd0000 - 0x75e6d000     C:\Windows\system32\SETUPAPI.dll
0x75af0000 - 0x75b17000     C:\Windows\system32\CFGMGR32.dll
0x75a30000 - 0x75a42000     C:\Windows\system32\DEVOBJ.dll
0x741b0000 - 0x741cc000     C:\Windows\system32\IPHLPAPI.DLL
0x741a0000 - 0x741a7000     C:\Windows\system32\WINNSI.DLL
0x77830000 - 0x77955000     C:\Windows\system32\urlmon.dll
0x75c90000 - 0x75c94000 
    C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
0x75830000 - 0x75838000     C:\Windows\system32\Secur32.dll
0x75850000 - 0x7586b000     C:\Windows\system32\SSPICLI.DLL
0x72450000 - 0x72455000     C:\Windows\system32\MSIMG32.dll
0x6acd0000 - 0x6ad16000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\chromium_loader_win.dll
0x49e80000 - 0x4a801000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\icudt.dll
0x567f0000 - 0x569a3000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\avcodec-53.dll
0x6c350000 - 0x6c377000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\avutil-51.dll
0x6bb10000 - 0x6bb43000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\avformat-53.dll
0x77be0000 - 0x77de7000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\d3dcompiler_43.dll
0x77e00000 - 0x77fff000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\d3dx9_43.dll
0x6a970000 - 0x6aa0d000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\libglesv2.dll
0x70b30000 - 0x70cf3000     C:\Windows\system32\d3d9.dll
0x70d00000 - 0x70d06000     C:\Windows\system32\d3d8thk.dll
0x6b050000 - 0x6b070000     C:\Users\gp\Workspaces\MyEclipse 
Professional\javacef2\cef_runtime\libegl.dll
0x742d0000 - 0x742e0000     C:\Windows\system32\NLAapi.dll
0x740c0000 - 0x740cd000     C:\Windows\system32\dhcpcsvc6.DLL
0x73fd0000 - 0x73fe2000     C:\Windows\system32\dhcpcsvc.DLL
0x75050000 - 0x75058000     C:\Windows\system32\credssp.dll
0x74ef0000 - 0x74ef5000     C:\Windows\System32\wshtcpip.dll
0x75280000 - 0x752c4000     C:\Windows\system32\DNSAPI.dll
0x74500000 - 0x74506000     C:\Windows\system32\rasadhlp.dll
0x740e0000 - 0x74118000     C:\Windows\System32\fwpuclnt.dll
0x74e30000 - 0x74e51000     C:\Windows\system32\ntmarta.dll
0x761f0000 - 0x76235000     C:\Windows\system32\WLDAP32.dll
0x75870000 - 0x758bc000     C:\Windows\system32\apphelp.dll
0x67160000 - 0x671d0000     C:\Windows\system32\ntshrui.dll
0x75400000 - 0x75419000     C:\Windows\system32\srvcli.dll
0x6f770000 - 0x6f77b000     C:\Windows\system32\cscapi.dll
0x74250000 - 0x7425a000     C:\Windows\system32\slc.dll
0x6c9a0000 - 0x6c9b4000     C:\Program Files\TortoiseGit\bin\TortoiseGitStub32.dll
0x6c7a0000 - 0x6c81c000     C:\Program Files\TortoiseGit\bin\TortoiseGit32.dll
0x6bb50000 - 0x6bbd9000     C:\Program Files\TortoiseGit\bin\libgit232.dll
0x6c980000 - 0x6c995000     C:\Program Files\TortoiseGit\bin\zlib132.dll
0x6b110000 - 0x6b1e6000     C:\Windows\system32\MSVCR110.dll
0x68750000 - 0x68920000     C:\Program Files\TortoiseGit\bin\gitdll32.dll
0x69110000 - 0x69195000     C:\Windows\system32\MSVCP110.dll
0x685c0000 - 0x6874c000     C:\Program Files\TortoiseSVN\bin\crshhndl.dll
0x73510000 - 0x7351d000     C:\Program Files\TortoiseSVN\bin\TortoiseStub32.dll
0x73460000 - 0x734cc000     C:\Program Files\TortoiseSVN\bin\TortoiseSVN32.dll
0x68920000 - 0x68c18000     C:\Program Files\TortoiseSVN\bin\libsvn_tsvn32.dll
0x73430000 - 0x73454000     C:\Program Files\TortoiseSVN\bin\libapr_tsvn32.dll
0x733f0000 - 0x73426000     C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn32.dll
0x733e0000 - 0x733ed000     C:\Program Files\TortoiseSVN\bin\intl3_tsvn32.dll
0x733c0000 - 0x733d3000     C:\Program Files\TortoiseSVN\bin\libsasl32.dll
0x6c820000 - 0x6c889000     C:\Windows\system32\MSVCP100.dll
0x662a0000 - 0x662da000     C:\Program Files\WinSCP\DragExt.dll
0x740b0000 - 0x740b9000     C:\Windows\system32\netutils.dll
0x75420000 - 0x75436000     C:\Windows\system32\CRYPTSP.dll
0x75150000 - 0x7518b000     C:\Windows\system32\rsaenh.dll
0x75960000 - 0x7596e000     C:\Windows\system32\RpcRtRemote.dll
0x6f780000 - 0x6f78c000     C:\Windows\system32\mssprxy.dll
0x72e60000 - 0x72f4b000     C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Djava.library.path=cef_runtime -Dfile.encoding=UTF-8 
-Xbootclasspath:C:\Program 
Files\Java\jdk1.7.0_40\jre\lib\resources.jar;C:\Program 
Files\Java\jdk1.7.0_40\jre\lib\rt.jar;C:\Program 
Files\Java\jdk1.7.0_40\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.7.0_40\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.7.0_40\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.7.0_40\jre\lib\jfr.jar;C:\Program 
Files\Java\jdk1.7.0_40\jre\lib\jfxrt.jar 
java_command: org.embedded.browser.SampleBrowserAWT
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_40
CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_40\lib;
PATH=C:/Users/gp/AppData/Local/MyEclipse Professional 
2014/binary/com.sun.java.jdk7.win32.x86_1.7.0.u45/jre/bin/client;C:/Users/gp/App
Data/Local/MyEclipse Professional 
2014/binary/com.sun.java.jdk7.win32.x86_1.7.0.u45/jre/bin;C:/Users/gp/AppData/Lo
cal/MyEclipse Professional 
2014/binary/com.sun.java.jdk7.win32.x86_1.7.0.u45/jre/lib/i386;.;C:\Program 
Files\Java\jdk1.7.0_40\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wb
em;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program 
Files\TortoiseSVN\bin;C:\Program Files\Bitvise SSH Client;C:\Program 
Files\Git\cmd;C:\Program Files\TortoiseGit\bin;C:\Program Files\VisualSVN 
Server\bin
USERNAME=gp
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel



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

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 23 stepping 
10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc

Memory: 4k page, physical 3371512k(802716k free), swap 6741272k(2634488k free)

vm_info: Java HotSpot(TM) Client VM (24.0-b56) for windows-x86 JRE 
(1.7.0_40-b43), built on Aug 26 2013 22:34:40 by "java_re" with unknown MS 
VC++:1600

time: Tue Jan 28 16:46:30 2014
elapsed time: 12 seconds



What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Jan 2014 at 8:52

javacef.dll crashes over webstart

Maybe this problem is similar to Issue #7 
(https://code.google.com/p/javacef/issues/detail?id=7).

I'm part of a team, developing a swt-webstart-application. We used the default 
browser control - but since microsoft update MS14-052 this control crashes. So 
in future we want to use javacef as stable alternative.

While starting our application from workspace, everything works fine. But when 
starting over webstart it crashes. The errormessage referes to libcef.dll. I 
tried to start the application on various os: WinXP (32 bit), Win7 (32 & 64 
bit). 

We use javacef 3, downloaded from https://code.google.com/p/javacef/ last week.


I attach a simple application as war-file. Probably you have to change the 
codebase-argument of the jnlp-tag inside the jnlp.jsp.

To download and start the application via webstart you only have to call the 
jnlp.jsp in a browser. 


Original issue reported on code.google.com by [email protected] on 19 Sep 2014 at 10:43

Certificate problem..

 Hi, i try to load a website (facebook.com) and getting below exception on console and browser exit:  

[1118/053123:FATAL:x509_certificate_win.cc(1133)] Check failed: oid_info. : The 
operation completed successfully.


Can you please explain there is no possibility to accept certificates ? 

Original issue reported on code.google.com by [email protected] on 17 Jun 2015 at 12:55

Chromium window inside jframe

Hi,

Is it possible to open browser inside JFrame window instead of opening a 
separate widget. I want to integrate this inside my swing application but don't 
find any way to show a browser window in side a panel. Can you please give an 
idea on that.

Thanks

Original issue reported on code.google.com by [email protected] on 17 Jun 2015 at 8:38

Is there any demo application based on javacef?

I try to understand how to use javacef in my project, but I cannot find binaries or manual on creating java apps. Is there jar binaries for building my application or just step-by-step guide on simple java application with javacef ?

cef3 for Java 64

We have an application that runs on 64 bit java. Since cef3 runs on 32 bit java, it isn't compatible with our application. Is there any way to use cef3 for 64 bit java? I assume all the dlls being used will be changed.

How long will the downloadable release builds for win be available?

I have tried to build with vs2010 but failed. It said some path does not exist. 
Then I checked the path and found that it also depends on Cygwin and Python 26 
in 'tools/third_party' which are missing in the repo. 
So can anyone send me a release builds for cef3, or help me solve the problem? 
thx.


Original issue reported on code.google.com by [email protected] on 4 Mar 2015 at 3:20

Sending string msg from "browser" to "java" world

This is more of query than a bug.

In javachromiumembedded, there is a provision to send msg to Java world.
By invoking "window.cefQuery", it is possible to send a string to Java world in 
the above library.

I was looking for such a thing in javacef. So far I couldn't.

I thought, its better to post a query.

1) Is it possible to send such string msgs ? (in the current implementation)
2) If yes,..please provide some pointers.
3) If no, any tips to build that bridge (c/c++ -> jni -> java)
    such as 1) fixing any c++ file
            2) porting to latest cef runtime
            etc..

This is important for me to adopt this library. Please help.

Regards,
Chandra

Original issue reported on code.google.com by [email protected] on 10 Jun 2014 at 4:54

Unstable on mac64

What steps will reproduce the problem?
1. Just launch "SimpleWindow" sample app after modifying run.sh in tools
2. After some use - such as maximize-restore-maximize, context menu - open-close
3. It crashes. Not in a predictable manner

What is the expected output? What do you see instead?
stability..but crashing..within few mins

What version of the product are you using? On what operating system?

ProductName:    Mac OS X (64bit)
ProductVersion: 10.9.2
BuildVersion:   13C64

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 May 2014 at 7:02

FROM RCP win32 - ERROR:child_process_launcher.cc(332)] Failed to launch child proces

Hi

Chromium.exe work fine; the java code provided work too.
But I don't manage to embed javacef in Eclipse.

I started my poc working on the tar file @ https://code.google.com/p/javacef/issues/detail?id=7
I created 1 project (from the tar file) and 2 plugin projects for the 2 jars (swt32.jar and javacef3_win32.jar).
As I am not so good @ rcp, I just managed to link the javacef3_win32.jar and I am using the standard swt included in eclipse.

I can compile the code (no warnings) but at run time, I get
[0923/035346:ERROR:child_process_launcher.cc(332)] Failed to launch child process
and the window open with an empty view browserpane ...

Where this message come from?
Thank and congratulation for the product

Can't build files

I get this error every time.

JAVA_HOME: C:\Program Files\Java\jdk1.8.0_77

Please choose your build environment:
Note that ninja does not work well with non-English MSVC compilers.

1. msvs 2013
2. msvs 2012
3. msvs 2010
4. msvs 2008
5. ninja
5

Please choose build platform:
Note that your java should have the same platform.

1. win32
2. win64
2
  File "C:\user\javacef-master\cef3\tools\gyp_chromium", line 88
    except SyntaxError, e:
                      ^
SyntaxError: invalid syntax
Press any key to continue . . .

The same error appears if I run ninja or msvs 2010. Is there a way to fix this?

javacef win64 - ERROR:child_process_launcher.cc(332)] Failed to launch child proces

What steps will reproduce the problem?
1. Just followed the procedure on wiki / javacef installation on win64
   https://code.google.com/p/javacef/wiki/CEF3Instructions

2. Used msvc 2010 and also ninja


What is the expected output? What do you see instead?
the sample programs to run. But browser is not displayed.
Attached the screen shot (it has the error messages too)


What version of the product are you using? On what operating system?
1) javacef - latest checkout
2) OS - windows 7 professional - 64 bit. Attached a screenshot


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Aug 2014 at 6:53

Attachments:

switching to latest cef_runtime

Any plans on switching to latest cef_runtime ?

If you can provide a note on how to go about doing it..I can try from my end.

Original issue reported on code.google.com by [email protected] on 20 May 2014 at 7:04

Chrome version mismatch

Hi,

I am running SampleBrowserAWT.java on windows 7 (64 bit with JDK x86 version). 
It runs perfectly but when i load (http://www.browserproperties.com/) to check 
a chrome version it showing me version:18.0.1025.166 however on my machine 
currently installed chrome version is: 40.0.2214.111. 

How i can upgrade this any idea of that ?

Thanks
Noman 

Original issue reported on code.google.com by [email protected] on 11 Feb 2015 at 12:22

Attachments:

Running SampleBrowserSWT sample app on 2623 fork is resulting in crash on Mac

Hi,
Having followed the steps to build javacef as specified in javacef/CEF3Instructions.md for Mac (picking the CEF 2623 build and placing the cefyclient.app in the dir). After the build is successful and run these commands on the terminal

Run SampleBrowserSWT

You can change run.sh to open SampleWindow.

tools/run.sh mac64
tools/run.sh mac64 release

It is resulting in crash. Here is the crash dump

KH003-MAC1:cef3user$ ./tools/run.sh mac64
Running Debug build.

## APP PATH

/Users/xyz/javacef-3.2623/cef3/cef_runtime/mac64/cefclient.app
JAVAHOME .. /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/
JAVA_BIN .. /bin/java
JAVACEF_PATH .. /Users/xyz/javacef-3.2623/cef3
[0608/175524:FATAL:bundle_locations.mm(62)] Check failed: new_bundle. Failed to load the bundle at Contents/Frameworks/Chromium Embedded Framework.framework
0 Chromium Embedded Framework 0x00000001213c60df _ZN4base5debug10StackTraceC2Ev + 47
1 Chromium Embedded Framework 0x00000001213c6283 _ZN4base5debug10StackTraceC1Ev + 35
2 Chromium Embedded Framework 0x0000000121442060 _ZN7logging10LogMessageD2Ev + 80
3 Chromium Embedded Framework 0x000000012143f993 _ZN7logging10LogMessageD1Ev + 35
4 Chromium Embedded Framework 0x0000000121444456 _ZN4base3macL18AssignOverridePathERKNS_8FilePathEPP8NSBundle + 422
5 Chromium Embedded Framework 0x00000001214444fa _ZN4base3mac30SetOverrideFrameworkBundlePathERKNS_8FilePathE + 42
6 Chromium Embedded Framework 0x0000000121148cf8 _ZN12_GLOBAL__N_127OverrideFrameworkBundlePathEv + 40
7 Chromium Embedded Framework 0x00000001211467aa _ZN15CefMainDelegate20BasicStartupCompleteEPi + 58
8 Chromium Embedded Framework 0x000000012c076e6a _ZN7content21ContentMainRunnerImpl10InitializeERKNS_17ContentMainParamsE + 506
9 Chromium Embedded Framework 0x0000000120f55c46 _ZN10CefContext10InitializeERK11CefMainArgsRK13CefStructBaseI17CefSettingsTraitsE9CefRefPtrI6CefAppEPv + 646
10 Chromium Embedded Framework 0x0000000120f5591b _Z13CefInitializeRK11CefMainArgsRK13CefStructBaseI17CefSettingsTraitsE9CefRefPtrI6CefAppEPv + 411
11 Chromium Embedded Framework 0x0000000120d961c4 cef_initialize + 628
12 libchromium_loader.dylib 0x00000001209b0224 _Z13CefInitializeRK11CefMainArgsRK13CefStructBaseI17CefSettingsTraitsE9CefRefPtrI6CefAppEPv + 420
13 libchromium_loader.dylib 0x00000001209645f1 Java_org_embedded_browser_Chromium_browser_1init + 897
14 ??? 0x0000000102bab9d4 0x0 + 4340758996
15 ??? 0x0000000102b9c2bd 0x0 + 4340695741

./tools/run.sh: line 52: 43727 Trace/BPT trap: 5 "$JAVA_HOME$JAVA_BIN" -XstartOnFirstThread -cp "$PROJECT_DIR/java/lib/mac/swt64.jar:$BUILD_DIR/$JAR_NAME" -Djava.library.path="$BUILD_DIR:$DYLD_LIBRARY_PATH" -Duser.dir="$PROJECT_DIR/java" org.embedded.browser.SampleBrowserSWT

Can somebody throw some light of what's going wrong. Please help.

Build Error Mac 64: unrecognized command line option '-Wnewline-eof'`

I tried to build mac 64 and when I get to:
ninja -C out/Debug

I get a whole bunch of errors most of which are:
c++: error: unrecognized command line option '-Wnewline-eof'
but the first error it gives is:
/bin/sh: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin/javac: No such file or directory

Tell me if this is not enough info.

Javascript Integration

Is there support for java x javascript integration, like org.eclipse.swt.browser.Browser provides through evaluate and execute methods ?

Do you have any idea about how to implement the integration?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.