[cairo-bugs] [Bug 37916] Assertion triggered with SunRay thin clients connected to a Solaris/SPARC server

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 13 07:46:30 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=37916

Andrea Canciani <ranma42 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Andrea Canciani <ranma42 at gmail.com> 2011-07-13 07:46:25 PDT ---
The patch has been committed:

commit 00de16b7ac54d4c620e0be3565c83f58e01567ac
Author: Benjamin Otte <otte at redhat.com>
Date:   Sat Jun 4 13:47:15 2011 +0200

    image: Don't crash on weird pixman formats

    _pixel_to_solid() used to assert that it got a known cairo_format_t.
    However, this might not be the case when backends decide to use a pixman
    format that is not representable by a cairo format (X and DirectFB are
    examples for backends that do that).

    This patch makes _pixel_to_solid() return NULL in that case and fixes
    the callers to deal with it.

    https://bugs.freedesktop.org/show_bug.cgi?id=37916

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list