<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - cairo_ft_font_face_create_for_ft_face causes segmentation fault"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106967#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - cairo_ft_font_face_create_for_ft_face causes segmentation fault"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106967">bug 106967</a>
              from <span class="vcard"><a class="email" href="mailto:psychon@znc.in" title="Uli Schlachter <psychon@znc.in>"> <span class="fn">Uli Schlachter</span></a>
</span></b>
        <pre>From a quick look at the code:

Adding CAIRO_MUTEX_INITIALIZE(); to _cairo_ft_unscaled_font_map_lock() should
do the trick, but I'm not sure this is the right place to do this. I picked
this place since

(a) this is where the mutex is actually locked for the first time
(b) cairo_ft_font_face_create_for_ft_face() pretty much directly calls this
function before doing anything (well, through some indirection)

(Sorry, I neither have time to test the above nor can I commit it currently)</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>