yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Geolocation test fails #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. "run win64 Debug detailed"
2. Wait for it to come up and display the Google search page.
3. Select Bookmarks, Geolocation Test

What is the expected output? What do you see instead?
The geolocation page and functionality to work.
Crashes something internally where a "Close the program" dialog is displayed.

Exception -- Console:
CefApp: INITIALIZED
[0312/152518:INFO:CONSOLE(0)] "Creating Application Cache with manifest 
http://slides.html5rocks.com/cache.app
cache", source: http://slides.html5rocks.com/#geolocation (0)
[0312/152518:INFO:CONSOLE(0)] "Application Cache Checking event", source: 
http://slides.html5rocks.com/#geoloc
ation (0)
[0312/152519:WARNING:message_in_transit_queue.cc(18)] Destroying nonempty 
message queue
render process terminated: TS_PROCESS_CRASHED

jcef.log:
[0312/152518:INFO:CONSOLE(0)] "Creating Application Cache with manifest 
http://slides.html5rocks.com/cache.appcache", source: 
http://slides.html5rocks.com/#geolocation (0)
[0312/152518:INFO:CONSOLE(0)] "Application Cache Checking event", source: 
http://slides.html5rocks.com/#geolocation (0)
[0312/152519:WARNING:message_in_transit_queue.cc(18)] Destroying nonempty 
message queue

What version of the product are you using? On what operating system?
Fresh check-out and clean build of 3.2171.1902.115 with exact-match CEF build 
from cefbuilds.com.

On Windows 7 Pro both 32-bit and 64-bit in VMware VMs; Visual Studio Pro 2010; 
Java 7u71.

Please provide any additional information below.

Original issue reported on code.google.com by rockney8...@gmail.com on 12 Mar 2015 at 9:32

GoogleCodeExporter commented 8 years ago
Yes, that looks like if CEF has a problem with the content of the given URL.
> render process terminated: TS_PROCESS_CRASHED

That means that the renderer process, that creates all the content which is 
displayed within the browser window, has crashed. And the renderer is a part of 
CEF, so this seems to be a CEF issue, maybe already fixed in newer CEF-Versions.

So I would guess that this issue occurs as well within a native app using CEF  
3.2171.1902.115.

As workaround for JCEF I would suggest to replace the URL 
(slides.html5rocks.com/...) by a self created web source 
(client://tests/geotest.html) and to create a geo-test on our own.

Regards,
Kai

Original comment by k...@censhare.de on 13 Mar 2015 at 7:27

GoogleCodeExporter commented 8 years ago
Geolocation requires Google API keys which are not provided with the public CEF 
build: http://www.chromium.org/developers/how-tos/api-keys

Original comment by magreenb...@gmail.com on 13 Mar 2015 at 2:35

GoogleCodeExporter commented 8 years ago
I was only going through all the dialogs and tests and reporting what I found.

IF this code can be made stable and predictable it needs a full deep regression 
test.

Original comment by rockney8...@gmail.com on 13 Mar 2015 at 11:04

GoogleCodeExporter commented 8 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/161

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 6:02