http://qa.mandrakesoft.com/show_bug.cgi?id=3542
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
------- Additional Comments From [EMAIL PROTECTED] 2003-03-26 16:29 -------
No problem here.. Moreover, Mandrakesoft bugzilla is not the right place for
upstream bug reports.. For fontconfig, use fontconfig bugzilla (fontconfig.org)
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date:
description:
When I run, and exit abiword (from hackabiword 1.1.4-1mdk) I get a segfault in the
fontconfig
library. I posted this at the bugzilla page from abiword, but I was told it was
probably a bug in
fontconfig:
http://bugzilla.abisource.com/show_bug.cgi?id=4739
I'm not sure what debugging info is needed, but I compiled abiword with debug, just as
fontconfig, and ran it through gdb. After it segfaulted, I ran "bt" in gdb.
(gdb) run
Starting program: /usr/bin/abiword
[New Thread 16384 (LWP 22529)]
(process:22529): Gdk-WARNING **: locale not supported by Xlib
(process:22529): Gdk-WARNING **: can not set locale modifiers
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 22529)]
FcTestDestroy (test=0x0) at fcxml.c:63
63 if (test->next)
(gdb) bt
#0 FcTestDestroy (test=0x0) at fcxml.c:63
#1 0x085683f8 in ?? ()
#2 0x00000056 in ?? ()
(gdb)