Fontconfig error output due to malformed conf file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
One Hundred Papercuts |
Confirmed
|
Medium
|
Unassigned | ||
fontconfig (Ubuntu) |
Confirmed
|
Medium
|
Unassigned | ||
Bug Description
Generating new string page texture 121: 256x256, total string texture memory is 393.22 KB
Generating new string page texture 122: 128x256, total string texture memory is 2.79 MB
Fontconfig error: "/etc/fonts/
Fontconfig error: "/etc/fonts/
Fontconfig warning: "/etc/fonts/
Generating new string page texture 136: 2048x256, total string texture memory is 4.88 MB
Installing breakpad exception handler for appid(steamwebh
Installing breakpad exception handler for appid(steamwebh
Above output is produced, eg by steam when running a game.
The fontconfig error lines can be verified with "fc-cache -v | grep -i err".
The offending section is around original lines 70, 78:
<match target="font">
<test name="scalable" compare="eq">
<bool>
</test>
<test name="pixelsize
<double>
</test>
<edit name="matrix" mode="assign">
<times>
<
<matrix>
</matrix>
</times>
</edit>
<edit name="size" mode="assign">
<divide>
<
<
</divide>
</edit>
</match>
Note that the <matrix> element has 2 <name> child elements when it should only have 1. Removal of the second "<name>
The documentation for fonts.conf, eg http://
><MATRIX>
>
>This element holds the four <double> elements of an affine transformation.
But it appears not to produce an error when only 2 elements are present (and does produce an error here when there are 4, for me).
ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: fontconfig-config 2.11.1-0ubuntu3
ProcVersionSign
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Feb 1 00:46:10 2015
InstallationDate: Installed on 2012-11-02 (820 days ago)
InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.1)
PackageArchitec
SourcePackage: fontconfig
UpgradeStatus: Upgraded to utopic on 2015-01-28 (3 days ago)
modified.
mtime.conffile.
Changed in fontconfig (Ubuntu): | |
importance: | Undecided → Medium |
Changed in hundredpapercuts: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Status changed to 'Confirmed' because the bug affects multiple users.