[Wayland-bugs] [Bug 705591] SIGSEGV in various conformance tests on wayland
cogl (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Aug 19 07:33:33 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=705591
cogl | Wayland | unspecified
--- Comment #4 from Neil Roberts <neil at linux.intel.com> 2013-08-19 14:33:27 UTC ---
Created an attachment (id=252233)
View: https://bugzilla.gnome.org/attachment.cgi?id=252233
Review: https://bugzilla.gnome.org/review?bug=705591&attachment=252233
wayland: Call eglTerminate before destroying wl_display, not after
The eglTerminate code in Mesa will try to destroy the wl_drm object
which involves using data structures in the wl_display. Cogl was
disconnecting the display before calling eglTerminate which meant that
this would end up accessing potentially garbage data.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Wayland-bugs
mailing list