Closed
Bug 257436
Opened 20 years ago
Closed 20 years ago
crash if I try to open Appearance/Fonts in Preferences (only with --enable-pango)
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: joel, Assigned: blizzard)
References
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040830
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040830
Mozilla (built with --enable-pango) crashes if I try to open Appearance/Fonts in
Preferences. The error message is the following :
/opt/mozilla-2004-08-30/lib/mozilla-1.8a3/mozilla-bin: relocation error:
/opt/mozilla-2004-08-30/lib/mozilla-1.8a3/components/libgfx_gtk.so: undefined
symbol: _ZN21nsFontEnumeratorPangoC1Ev
Reproducible: Always
Steps to Reproduce:
The problem should be in mozilla/gfx/src/gtk/nsFontMetricsPango.cpp which does
not define nsFontEnumeratorPango() declared in nsFontMetricsPango.h.
Assignee | ||
Comment 1•20 years ago
|
||
haha. I suck. I forgot to implement that class.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 2•20 years ago
|
||
This was fixed a while ago. The font enumerator classes are done.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•20 years ago
|
||
No specific bug / patch referenced as the fix.
->WORKSFORME
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•