apimall / chromiumembedded

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

Debug versions of CEF3 2xxx crashes on specific site, but Release versions are not #1535

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
======================================

1. Get chromiumembedded framework in source from here or compiled from 
cefbuilds.com of any branch 2xxx.
2. Build debug and release versions of cefclient and cefsimple.
3. Go to http://goldenstar.ws with debug and release versions of both of them.

What is the expected output? 

Debug and Release versions should display the same site and do the same 
behavior.

What do you see instead?
========================

After 5-10 seconds:
Debug version of cefsimple goes to blank page, 
Debug version of cefclient goes to http://www.google.com (default page)

Release versions of both of them show the site normally, they does not go back 
to default pages.

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

CEF 3.2295.2030
CEF 3.2272.2029
CEF 3.2171.1979

This can be repeated on:

- Windows XP, 
- Windows 7 32bit, 
- Windows 7 64bit, 
- Windows 8.1 32bit,
- Windows 8.1 64bit,
- Windows Server 2012 R2 64bit,
- Ubuntu 14.04 64-bit,
- Ubuntu 14.10 64-bit,
- Ubuntu 14.10 32-bit 
- Linux Mint 17.1 64-bit on Cinnamon,
- Linux Mint 17.1 32-bit on MATE

I suspect it repeats on any OS.

Please provide any additional information below.
================================================

It is repeated not only in demo applications cefclient and cefsimple, but also 
in any application using CEF3 framework libs of versions 2xxx. So, it's very 
possible that it is a problem in CEF3 framework itself.

Chrome and Chromium does not crash on that site.

Original issue reported on code.google.com by vla...@vladon.ru on 13 Feb 2015 at 5:27

GoogleCodeExporter commented 9 years ago
Did you test a Debug build of Chrome/Chromium? Can you provide a symbolized 
stack trace for the crash?

Original comment by magreenb...@gmail.com on 13 Feb 2015 at 6:27

GoogleCodeExporter commented 9 years ago
(I did not test that in Debug build of Chrome/Chromium, but I will try.)

This is trace for cefclient 3.2272.2029.

Actions to repeat:

1. Run cefclient (it will go to www.google.com by default)
2. Enter in address line the address (http://goldenstar.ws)
3. Wait for several seconds.
4. It returns to default page (www.google.com)

Trace attached.
I recorded a video and attached it here.

Original comment by vla...@vladon.ru on 13 Feb 2015 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago
I'm not seeing a crash loading http://goldenstar.ws with 3.2272.1979 on Windows 
8.1 64-bit. Do you need to log into the website to get the crash?

Original comment by magreenb...@gmail.com on 24 Feb 2015 at 10:54

GoogleCodeExporter commented 9 years ago
Could this be related to my #7 comment on issue 1187 about 
CefStreamResourceHandler in Debug builds?

Bill

Original comment by bill.t...@gmail.com on 3 Mar 2015 at 7:16

GoogleCodeExporter commented 9 years ago
CEF 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/cef/issue/1535

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:38