[Webkit-unassigned] [Bug 107178] [EFL][Qt][WebGl] Random crash in GraphicsContext3D::drawArrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 14:24:27 PST 2013


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





--- Comment #1 from Viatcheslav Ostapenko <ostap73 at gmail.com>  2013-01-17 14:26:14 PST ---
It crashes because canvas texture is created from glx pixmap that is created on different glx connection. The display connection is closed when pixmap and texture are destroyed, but internally llvm pipe objects can be deleted later and they still hold pointers to already deallocated screen objects.

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