cloudtrends / chromiumembedded

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

debug assert fail when visit images.google.com #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Debug Launch cefclient in Visual Studio 
2. go http://images.google.com and search some image.

What is the expected output? What do you see instead?
a breakpoint will trigger and 
output window will display message about debug assert fail
like this:

ASSERTION FAILED: rootLayer == m_clipRectsRoot
(..\rendering\RenderLayer.cpp:3111 WebCore::RenderLayer::updateClipRects)
cefclient.exe has triggered a breakpoint

What version of the product are you using? On what operating system?
rev.149 on Win7

Please provide any additional information below.

Original issue reported on code.google.com by Isaiah.Net@gmail.com on 10 Dec 2010 at 5:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
true down compositing accelerate will avoid this assert fail.

browserDefaults.accelerated_compositing_disabled = true;

Original comment by Isaiah.Net@gmail.com on 10 Dec 2010 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 1 Feb 2011 at 5:00

GoogleCodeExporter commented 9 years ago
Issue 186 has been merged into this issue.

Original comment by magreenb...@gmail.com on 7 Apr 2011 at 7:23

GoogleCodeExporter commented 9 years ago
I'm no longer seeing the assert with accelerated compositing enabled on Windows 
with CEF revision 243.

Original comment by magreenb...@gmail.com on 23 May 2011 at 11:58