<html><body>
<DIV>Hi guys,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm trying to build a win32 app using cairo under mingw. I have a strange segfault, and I'm wondering if anybody has experience with this environment and might have some ideas. Here's my stack trace:</DIV>
<DIV>&nbsp;</DIV>
<DIV>#0&nbsp; 0x7c918fea in _libws2_32_a_iname ()<BR>#1&nbsp; 0x00776192 in ConsoleMap ()<BR>#2&nbsp; 0x7c90104b in _libws2_32_a_iname ()<BR>#3&nbsp; 0x006c1a77 in _cairo_toy_font_face_create (family=0x776192 "Sans", <BR>&nbsp;&nbsp;&nbsp; slant=CAIRO_FONT_SLANT_NORMAL, weight=CAIRO_FONT_WEIGHT_NORMAL)<BR>&nbsp;&nbsp;&nbsp; at cairo-font.c:336<BR>#4&nbsp; 0x006c5740 in _cairo_gstate_select_font_face (gstate=0x3fd8c0, <BR>&nbsp;&nbsp;&nbsp; family=0x776192 "Sans", slant=CAIRO_FONT_SLANT_NORMAL, <BR>&nbsp;&nbsp;&nbsp; weight=CAIRO_FONT_WEIGHT_NORMAL) at cairo-gstate.c:1741<BR>#5&nbsp; 0x006bb667 in cairo_select_font_face (cr=0x3fefe0, family=0x776192 "Sans", <BR>&nbsp;&nbsp;&nbsp; slant=CAIRO_FONT_SLANT_NORMAL, weight=CAIRO_FONT_WEIGHT_NORMAL)<BR>&nbsp;&nbsp;&nbsp; at cairo.c:1805<BR>#6 me</DIV>
<DIV>&nbsp;</DIV>
<DIV>This is cairo 1.0.4.</DIV>
<DIV>I don't think it's a problem with cairo, since the same code works fine under linux and apple's X11. Looking at cairo-font.c, it seems a mutex is involved.</DIV>
<DIV>Any thoughts?</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks,</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Jeff</DIV>
<DIV>&nbsp;</DIV></body></html>