Ok, it looks like one simply has to install the 'libfontconfig1-dbg'
package? In that case, that does not give us much new info, 'fc-cache'
simply crashes the first time it tries to open a cached font in
/var/cache/fontconfig/* : ( the last few lines of 'strace fc-cache' )
(...)
write(1, "\tEdit embeddedbitmap Assign fals"..., 35 Edit
embeddedbitmap Assign false;
) = 35
write(1, "\n", 1
) = 1
write(1, "Add Subst match\n", 16Add Subst match
) = 16
write(1, "\tfont any weight LessEqual mediu"..., 34 font any weight
LessEqual medium
) = 34
write(1, "\tpattern any weight More medium\n", 32 pattern any weight
More medium
) = 32
write(1, "edit\n", 5edit
) = 5
write(1, "\tEdit embolden Assign true;\n", 28 Edit embolden Assign true;
) = 28
write(1, "\tEdit weight Assign bold;\n", 26 Edit weight Assign bold;
) = 26
write(1, "\n", 1
) = 1
read(5, "", 8192) = 0
close(5) = 0
close(4) = 0
read(3, "", 8192) = 0
close(3) = 0
access("/usr/share/fonts", W_OK) = 0
stat64("/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-x86.cache-2",
O_RDONLY) = 3
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 19456 detached
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]