cloudtrends / chromiumembedded

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

Crash when loading google image search #186

Closed GoogleCodeExporter closed 9 years ago

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

1. Download latest version of chromiumembedded ( r181, 
http://code.google.com/p/chromiumembedded/downloads/detail?name=cef_binary_r181_
VS2005-VS2008.zip&can=2&q= )
2. Uncompress the file, and run 
cef_binary_r181_VS2005-VS2008\cef_binary_r181_VS2005-VS2008\build\Debug\cefclien
t.exe
3. Go to google image search, search for any keywod (ex. 'hello')

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

Expected to be able to see the image results. Then most of the times the 
application crashes. And when it doesn't crash, if you try to resize -while the 
page is still loading- then it crashes for sure.

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

Windows 7 professional (32-bit). Tried on another computer with the same 
configuration. Using ChromiumEmbedded r181.

Please provide any additional information below.

The console output is:

"ASSERTION FAILED: rootLayer == m_clipRectsRoot
(..\rendering\RenderLayer.cpp:3135 WebCore::RenderLayer::updateClipRects)"

I compiled the cefclient example, an tried some things

* Enabling/Disabling cache
* Enabling/Disabling multithreading

Also I created my own app from scratch, using cefclient without any plugins/JS 
extensions. It crashes anyway.

Original issue reported on code.google.com by zpu...@gmail.com on 9 Feb 2011 at 9:58

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Sorry, please mark this one as a duplicate of issue 154.

Original comment by zpu...@gmail.com on 9 Feb 2011 at 10:27

GoogleCodeExporter commented 9 years ago

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