Same problem with gnuplot after the upgrade to fontconfig 2.11.0-1. $ gnuplot -persist <<EOF plot '-' using 1:2 t '' with line 0 0 10 10 e EOF Fontconfig error: "/home/vinc17/.config/fontconfig/fonts.conf", line 18: out of memory
I've attached this file. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ~/.config/fontconfig/fonts.conf for per-user font configuration --> <fontconfig> <!-- $Id: fonts.conf 61397 2013-06-26 11:49:24Z vinc17/ypig $ --> <match target="font"> <!-- <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> --> <!-- <edit name="hinting" mode="assign"> <bool>false</bool> </edit> --> </match> <!-- Avoid the Helvetica bitmap fonts; see http://lists.debian.org/debian-user/2012/05/msg02475.html --> <alias binding="same"> <family>Helvetica</family> <prefer> <family>Arial</family> </prefer> </alias> <!-- Workaround to a bug in Firefox/Iceweasel; see http://lists.debian.org/debian-user/2012/05/msg02439.html --> <alias binding="same"> <family>Tahoma</family> <prefer> <family>Bitstream Vera Sans</family> </prefer> </alias> <!-- Avoid the Lucida bitmap font. --> <alias binding="same"> <family>Lucida</family> <prefer> <family>Bitstream Vera Sans</family> </prefer> </alias> <!-- Avoid Times, which is smaller than the other fonts. --> <alias binding="same"> <family>Times</family> <prefer> <family>Bitstream Vera Serif</family> </prefer> </alias> </fontconfig>