[cairo-bugs] [Bug 87567] New: Toy font face causes cairo_debug_reset_static_data crash.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 21 13:47:17 PST 2014


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

            Bug ID: 87567
           Summary: Toy font face causes cairo_debug_reset_static_data
                    crash.
           Product: cairo
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: chris at chris-wilson.co.uk
          Reporter: shin1morita at gmail.com
        QA Contact: cairo-bugs at cairographics.org

Created attachment 111131
  --> https://bugs.freedesktop.org/attachment.cgi?id=111131&action=edit
A minimum code which reproduces this.

Hi team,

When my program calls cairo_debug_reset_static_data, it crashes with assertion
failure.

I found it happens after toy font faces are created and destroyed.

I would attach a minimum code which reproduces it.

----
$ make toy CFLAGS=`pkg-config --cflags cairo` LDFLAGS=`pkg-config --libs cairo`
$ ./toy
toy: cairo-hash.c:217: _cairo_hash_table_destroy: Assersion
`hash_table->live_entries == 0' failed.
$ pkg-config --modversion cairo
1.14.0
----

Thank you.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20141221/e536c1b7/attachment.html>


More information about the cairo-bugs mailing list