bohoomil / fontconfig-ultimate

freetype2-infinality run-time settings => infinality compatible fontconfig => infinality-bundle
453 stars 38 forks source link

Firefox 33.1 crashes with fontconfig-infinality-ultimate-2.11.1-23 on Arch #58

Closed totakura closed 9 years ago

totakura commented 9 years ago

The latest fontconfig-infinality-ultimate-2.11.1-23 from your repository for Arch seems to be causing crashes in Firefox. This is on a x86_64 system. The crashes won't happen when downgraded to fontconfig-infinality-ultimate-2.11.1-22.

Here is an excerpt from the coredump:

Core was generated by `firefox'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f280d4b70c9 in raise () from /usr/lib/libpthread.so.0
(gdb) bt
#0  0x00007f280d4b70c9 in raise () from /usr/lib/libpthread.so.0
#1  0x00007f280a7c4e0e in ?? () from /usr/lib/firefox/libxul.so
#2  <signal handler called>
#3  0x00007f2803690e01 in ?? () from /usr/lib/libfontconfig.so.1
#4  0x00007f28036912cf in ?? () from /usr/lib/libfontconfig.so.1
#5  0x00007f2803691d69 in FcConfigSubstituteWithPat () from /usr/lib/libfontconfig.so.1
#6  0x00007f28036a05cc in FcFontRenderPrepare () from /usr/lib/libfontconfig.so.1
#7  0x00007f280985432b in ?? () from /usr/lib/firefox/libxul.so
...
...

Don't have further info as debug symbols are not available..

bohoomil commented 9 years ago

Try this:

# cd /etc/fonts/conf.d
# mv 97-local.conf 29-local.conf
# mv 98-user.conf 28-user.conf
totakura commented 9 years ago

It seems to have fixed the crashes.