<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Toy font face causes cairo_debug_reset_static_data crash."
href="https://bugs.freedesktop.org/show_bug.cgi?id=87567">87567</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Toy font face causes cairo_debug_reset_static_data crash.
</td>
</tr>
<tr>
<th>Product</th>
<td>cairo
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Assignee</th>
<td>chris@chris-wilson.co.uk
</td>
</tr>
<tr>
<th>Reporter</th>
<td>shin1morita@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>cairo-bugs@cairographics.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=111131" name="attach_111131" title="A minimum code which reproduces this.">attachment 111131</a> <a href="attachment.cgi?id=111131&action=edit" title="A minimum code which reproduces this.">[details]</a></span>
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>