[Wayland-bugs] [Bug 705591] SIGSEGV in various conformance tests on wayland

cogl (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 19 07:30:04 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705591
  cogl | Wayland | unspecified

Neil Roberts <neil> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neil at linux.intel.com

--- Comment #3 from Neil Roberts <neil at linux.intel.com> 2013-08-19 14:29:58 UTC ---
I am not able to replicate this on my 64bit distro even after checking out
exactly the same commit hashes for wayland, drm, mesa, weston and cogl. However
looking at the backtrace I can see a potential issue. We are calling
eglTerminate after destroying the Wayland display and Mesa is trying to access
some data in the display. Maybe this works for me because of some differences
in our libc libraries that causes free() not to clear the data or something. I
am attaching a patch to swap the order. Artie, It would be great if you could
verify whether this fixes the bug for you.

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