Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Geolocation test fails #161

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments
Open

Geolocation test fails #161

GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 12 Mar 2015 at 9:32

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 13 Mar 2015 at 7:27

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 13 Mar 2015 at 2:35

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 13 Mar 2015 at 11:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant