[Webkit-unassigned] [Bug 100639] While Using WebGL, MiniBrowser segfaults on Refreshing the page.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 29 01:23:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=100639
--- Comment #1 from kalyan.kondapally at intel.com 2012-10-29 01:24:53 PST ---
Created an attachment (id=171173)
--> (https://bugs.webkit.org/attachment.cgi?id=171173&action=review)
fix-proposal
TextureMapperSurfaceBackingStore can import texture's from a GraphicSurface.
In such cases GraphicsSurfaceGLX creates an XPixmap to read texture content
from a given WindowId but doesn't create any new window.However, OffScreenRootWindow
always tries to unmap window(in it's destruction) resulting in segfault.Now,We try to check for a valid
Window before trying to unmap the window.
--
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