Wireshark-bugs: [Wireshark-bugs] [Bug 5022] wireshark panic in pango_xft_get_font_map
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5022
kennyredler@xxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kennyredler@xxxxxxxxxxx
--- Comment #1 from kennyredler@xxxxxxxxxxx 2010-07-19 10:44:53 PDT ---
These steps appear to have fixed the core dump:
# mv /usr/lib/libpangoxft-1.0.so.0 /usr/lib/libpangoxft-1.0.so.0.orig
# ln -s /usr/local/lib/libpangoxft-1.0.so.0.1800.2
/usr/lib/libpangoxft-1.0.so.0
# mv /usr/lib/libgtk-x11-2.0.so.0 /usr/lib/libgtk-x11-2.0.so.0.orig
# ln -s /usr/local/lib/libgtk-x11-2.0.so.0.1200.0 /usr/lib/libgtk-x11-2.0.so.0
Now I get a different error:
# wireshark
No fonts found; this probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manual
page and on http://fontconfig.org
NOTE: There are two unique fontconfig packages installed:
# pkginfo -l SMCfontc
PKGINST: SMCfontc
NAME: fontconfig
CATEGORY: application
ARCH: sparc
VERSION: 2.4.2
BASEDIR: /usr/local
VENDOR: Keith Packard and Patrick Lam
PSTAMP: Steve Christensen
INSTDATE: Jul 16 2010 12:47
EMAIL: steve@xxxxxxxxxxxx
STATUS: completely installed
FILES: 751 installed pathnames
11 shared pathnames
24 directories
7 executables
8606 blocks used (approx)
# pkginfo -l SUNWfontconfig
PKGINST: SUNWfontconfig
NAME: Fontconfig library
CATEGORY: system
ARCH: sparc
VERSION: 6.6.2.7400,REV=0.2004.12.15
BASEDIR: /usr
VENDOR: Sun Microsystems, Inc.
DESC: Fontconfig library
PSTAMP: x10s20041215212140
INSTDATE: Jun 24 2010 12:57
HOTLINE: Please contact your local service provider
STATUS: completely installed
FILES: 21 installed pathnames
7 shared pathnames
7 directories
9 executables
1783 blocks used (approx)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.