evince crashes in FcConfigParseAndLoad
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fontconfig (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
I have the following situation persistently on my system (Ubuntu 18.04.1 on Dell Latitude E6500):
Evince called with any pdf file crashes immediately with a segmentation fault. From the crash dump, I see that the crash happens in fontconfig's FcConfigParseAn
----
#include </usr/include/
const FcChar8* filename = "/home/
FcConfig* config;
int main(){
FcConfigPars
}
----
The fonts.conf file used here is also absolutely minimal:
----
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
</fontconfig>
----
(Get me right. It first happened with my system fonts.conf, which is not empty. In order to find out whether a specific entry lead to the crash, I deleted entry after entry, ultimately reaching the file above, and always FcConfigParseAn
I have no idea how to go on from here.
tags: | added: bionic |
Can you get a backtrace using gdb and the output of those commands
- dpkg -l | grep evince
- which evince
- ldd -r /usr/bin/evince
?