RuidSiel / chromiumembedded

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

GL implementation crashes/hangs on exit with Canvas2D #336

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set CefSettings.graphics_implementation to ANGLE_IN_PROCESS or 
DESKTOP_IN_PROCESS.
3. Load a Canvas2D example like http://mudcu.be/labs/JS1k/BreathingGalaxies.html

What is the expected output? What do you see instead?
The application should exit without crashing or hanging. Instead, with 
ANGLE_IN_PROCESS the application crashes on exit and with DESKTOP_IN_PROCESS 
the application hangs on exit.

This occurs with CEF revision 284 and Chromium revision 100584 and has been 
reported to Chromium as http://crbug.com/96156.

Original issue reported on code.google.com by magreenb...@gmail.com on 10 Sep 2011 at 7:22

GoogleCodeExporter commented 9 years ago
Marking this issue as WontFix. Use CEF3 instead.

Original comment by magreenb...@gmail.com on 8 Mar 2013 at 9:17