[Webkit-unassigned] [Bug 116654] [BlackBerry] DRT - crashed on GraphicsContext3D::makeContextCurrent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 03:31:38 PDT 2013


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





--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-05-23 03:30:07 PST ---
(From update of attachment 202648)
I'm not sure adding a circular dependency is the right fix here. The problem is that when the context is destroyed, someone else has a reference of the compositing layer, so it's not deleted when the context is destroyed. A possible solution would be to set the context to NULL in GraphicsContext3DBlackBerry destructor so that the layer doesn't keep a pointer to the deleted context.

-- 
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