[cairo-bugs] [Bug 19655] Cairo asserts on font-face destroy (SIGABRT)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 11 10:19:34 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=19655





--- Comment #3 from Patrick Boenzli <boenzlip at gmail.com>  2009-02-11 10:19:32 PST ---
I have created a minimal test to reproduce this bug:

    while True:
        surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 256, 256)
        ctx = cairo.Context(surface)

        ctx.show_text("asdf")


After some iterations it will fail (here takes not more than 10 seconds).


-- 
Configure bugmail: http://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