<html><body>
<DIV>Hi guys,</DIV>
<DIV> </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> </DIV>
<DIV>#0 0x7c918fea in _libws2_32_a_iname ()<BR>#1 0x00776192 in ConsoleMap ()<BR>#2 0x7c90104b in _libws2_32_a_iname ()<BR>#3 0x006c1a77 in _cairo_toy_font_face_create (family=0x776192 "Sans", <BR> slant=CAIRO_FONT_SLANT_NORMAL, weight=CAIRO_FONT_WEIGHT_NORMAL)<BR> at cairo-font.c:336<BR>#4 0x006c5740 in _cairo_gstate_select_font_face (gstate=0x3fd8c0, <BR> family=0x776192 "Sans", slant=CAIRO_FONT_SLANT_NORMAL, <BR> weight=CAIRO_FONT_WEIGHT_NORMAL) at cairo-gstate.c:1741<BR>#5 0x006bb667 in cairo_select_font_face (cr=0x3fefe0, family=0x776192 "Sans", <BR> slant=CAIRO_FONT_SLANT_NORMAL, weight=CAIRO_FONT_WEIGHT_NORMAL)<BR> at cairo.c:1805<BR>#6 me</DIV>
<DIV> </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> </DIV>
<DIV>thanks,</DIV>
<DIV> </DIV>
<DIV>-Jeff</DIV>
<DIV> </DIV></body></html>