[cairo-bugs] [Bug 48159] gnome-settings-daemon crashes after upgrade to cairo 1.12

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Apr 1 12:19:26 PDT 2012


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

Uli Schlachter <psychon at znc.in> changed:

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

--- Comment #7 from Uli Schlachter <psychon at znc.in> 2012-04-01 12:19:26 PDT ---
The font_options in that surface are definitely corrupt (antialias = 983044,
subpixel_order = 983040, hint_metrics = 45, round_glyph_positions = 3841). If
these number are converted to hex, you get antialias = 0xf0004, subpixel_order
= 0xf0000. That looks a bit similar to the 0xf008.... in snapshot.prev. A
pattern? The snapshot_detach pointer looks fishy, too, but that might just be
unitialized memory (why doesn't _cairo_surface_init() set this to NULL?)

So I guess something evil corrupted everything past the snapshot.next pointer.
As a next step to investigate this, I would propose to run this under valgrind,
but I will just claim that this is not a bug in cairo and close this. Sorry.

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