https://bugzilla.redhat.com/show_bug.cgi?id=2164233
Bug ID: 2164233 Summary: FcCacheFini: Assertion `fcCacheChains[i] == NULL' failed. Product: Fedora Version: 37 Status: NEW Component: fontconfig Assignee: tagoh@redhat.com Reporter: byoungchan.lee@gmx.com QA Contact: extras-qa@fedoraproject.org CC: ajax@redhat.com, fonts-bugs@lists.fedoraproject.org, gnome-sig@lists.fedoraproject.org, i18n-bugs@lists.fedoraproject.org, mclasen@redhat.com, pnemade@redhat.com, rstrode@redhat.com, sandmann@redhat.com, tagoh@redhat.com Target Milestone: --- Classification: Fedora
Description of problem: When I try to run openttd, fontconfig crashes due to an assertion.
https://github.com/freedesktop/fontconfig/blob/2.14.1/src/fccache.c#L808
Version-Release number of selected component (if applicable):
$ rpm -qa | grep fontconfig fontconfig-2.14.1-2.fc37.x86_64 fontconfig-2.14.1-2.fc37.i686 fontconfig-devel-2.14.1-2.fc37.x86_64 fontconfig-debugsource-2.14.1-2.fc37.x86_64
$ rpm -qa | grep openttd openttd-opengfx-7.1-3.fc37.noarch openttd-12.2-4.fc37.x86_64
How reproducible: Run openttd
Steps to Reproduce: 1. 2. 3.
Actual results:
Crash
Expected results:
Game runs.
Additional info:
I'm not sure why assertions are enabled in fontconfig.