Hi, trying to upgrade to 1.5.5 I'm facing the problem that VDR segfaults right on startup (no plugins envolved).
I'm not used to fontconfig. May be someone could give me a hint how to debug?
#0 FcCharSetCopy (src=0x0) at fccharset.c:316 #1 0x400d9b44 in FcValueSave (v= {type = FcTypeCharSet, u = {s = 0x0, i = 0, b = 0, d = 2.1219957909652723e-314, m = 0x0, c = 0x0, f = 0x0, p = 0x0, l = 0x0}}) at fcpat.c:82 #2 0x400daaaa in FcPatternAddWithBinding (p=0x8c60820, object=0x400e09a4 "", value= {type = FcTypeCharSet, u = {s = 0x0, i = 0, b = 0, d = 2.1219957909652723e-314, m = 0x0, c = 0x0, f = 0x0, p = 0x0, l = 0x0}}, binding=FcValueBindingWeak, append=1) at fcpat.c:749 #3 0x400dabd2 in FcPatternAdd (p=0x8c60820, object=0x400e09a4 "", value= {type = FcTypeCharSet, u = {s = 0x0, i = 0, b = 0, d = 2.1219957909652723e-314, m = 0x0, c = 0x0, f = 0x0, p = 0x0, l = 0x0}}, append=1) at fcpat.c:801 #4 0x400d93d2 in FcNameParse (name=0x82d27a7 "") at fcname.c:434 #5 0x400d200a in FcFileScanConfig (set=0x82c61a0, dirs=0x82c1a10, cache=0x82c95e8, blanks=0x82c96a0, file=0x85f0230 "/usr/X11R6/lib/X11/fonts/75dpi/lutBS24.pcf.gz", force=0, config=0x82c19b0) at fcdir.c:85 #6 0x400d22b7 in FcDirScanConfig (set=0x82c61a0, dirs=0x82c1a10, cache=0x82c95e8, blanks=0x82c96a0, dir=0x82c7dd8 "/usr/X11R6/lib/X11/fonts/75dpi", force=0, config=0x82c19b0) at fcdir.c:238 #7 0x400cce5c in FcConfigBuildFonts (config=0x82c19b0) at fccfg.c:274 #8 0x400d5497 in FcInitLoadConfigAndFonts () at fcinit.c:83 #9 0x400d54f5 in FcInit () at fcinit.c:101 #10 0x080b2962 in cFont::GetFontFileName(char const*) (FontName=0x82c1c78 "Sans Serif:style=Bold") at font.c:392 #11 0x0810ffc8 in main (argc=15, argv=0xbffff7b4) at tools.h:160 #12 0x401e6522 in __libc_start_main () from /lib/libc.so.6
Regards.
En/na Stefan Huelswitt ha escrit:
First step is to check if you have some tt font installed. Then check /etc/fonts/fonts.conf (and subdirectories in /etc/fonts) to see if "Sans Serif" points to an existing font (it usually point to Vera Sans or DejaVu, so you should have that font installed).
Bye
On 25 Jun 2007 Luca Olivetti luca@ventoso.org wrote:
Hi,
I have a bunch of luxi*.ttf in the truetype font directory, one of them is "Luxi Sans".
I find fonts.conf hard to understand. As far as I see, Luxi Sans is linked correctly (it's default fonts.conf installed by fontconfig):
<!-- Sans-serif faces --> <alias> <family>Bitstream Vera Sans</family> <family>Helvetica</family> <family>Arial</family> <family>Verdana</family> <family>Albany AMT</family> <family>Nimbus Sans L</family> <family>Luxi Sans</family> <family>Kochi Gothic</family> <family>AR PL KaitiM GB</family> <family>AR PL KaitiM Big5</family> <family>ï¼ï¼³ ã´ã·ãã¯</family> <family>Baekmuk Dotum</family> <family>SimSun</family> <family>FreeSans</family> <default><family>sans-serif</family></default> </alias>
Regards.
On 25 Jun 2007 s.huelswitt@gmx.de (Stefan Huelswitt) wrote:
trying to upgrade to 1.5.5 I'm facing the problem that VDR segfaults right on startup (no plugins envolved).
I updated to freetype 2.3.4 and fontconfig 2.4.2 and now it works. Sorry for bothering.
Regards.