In file TeX/texk/web2c/xetexdir/XeTeXFontMgr_Linux.cpp,  line 54
(in XeTeXFontMgr_Linux::searchForHostPlatformFonts) should read<br>
<br>
FcObjectSet*&nbsp;&nbsp;&nbsp; os = FcObjectSetBuild(FC_FAMILY, FC_STYLE, FC_FILE, FC_INDEX, FC_FULLNAME,(char *)0);<br>
<br>
and not<br>
<br>
FcObjectSet*&nbsp;&nbsp;&nbsp; os = FcObjectSetBuild(FC_FAMILY, FC_STYLE, FC_FILE, FC_INDEX, FC_FULLNAME);<br>
<br>
The absence of the sentinel value (char *)0 causes XeTeX to segfault on my system (Ubuntu Breezy Badget, fontconfig 2.3).<br>
<br>
Jyotirmoy<br>