[Webkit-unassigned] [Bug 59212] [chromium] Regression: r84631 causes crashes on Chromium GPU canvas tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 13:08:59 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59212


Adrienne Walker <enne at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamesr at chromium.org




--- Comment #4 from Adrienne Walker <enne at google.com>  2011-04-22 13:08:59 PST ---
James: this is crashing in PlatformContextSkia (the one owned by the ImageBufferData owned by the ImageBuffer owned by the HTMLCanvasElement).  In the destructor, either m_gpuCanvas or m_gpuCanvas->drawingBuffer() is a stale pointer (or both).

Maybe CanvasRenderingContext2D should clear its shared graphics context in the destructor?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list