Closed
Bug 237933
Opened 21 years ago
Closed 21 years ago
Mozilla crashes, when "ALLOW DOCUMENTS TO USE OTHER FONTS" is enabled [@ nsTextFrame::Paint ]
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ncrpete, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040317
Build Identifier: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040317
Mozilla crashes instantly when the "ALLOW DOCUMENTS TO USE OTHER FONTS" is
enabled. The issue is resolved by unchecking the "ALLOW DOCUMENTS TO USE OTHER
FONTS" option. Various web sites with custom fonts appear to be the cause of
the problem, the debug output that mozilla gave me is as follows:
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x28ea8d50 in nsTextFrame::Paint ()
from /usr/X11R6/lib/mozilla/components/libgklayout.so
The output above appears to be consistent.
Reproducible: Always
Steps to Reproduce:
1.Make sure ALLOW DOCUMENTS TO USE OTHER FONTS is enabled
2.visit www.xfce.org
3.Once site completely loads mozilla crashes with no output.
Actual Results:
Mozilla crashes with no output.
Expected Results:
Loaded page with the fonts enabled.
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x28ea8d50 in nsTextFrame::Paint ()
from /usr/X11R6/lib/mozilla/components/libgklayout.so
Comment 1•21 years ago
|
||
WFM in Linux trunk 2004031508
Comment 2•21 years ago
|
||
WFM Mozilla 1.7a under WinXP. Probably a FreeBSD-font-problem.
Comment 3•21 years ago
|
||
Can you mention xft and fontconfig version you use ? Also attach
about:buildconfig output from your build.
Finally, can you reproduce this crash with Mozilla 1.7b ?
Keywords: crash
Summary: Mozilla crashes, when "ALLOW DOCUMENTS TO USE OTHER FONTS" is enabled. → Mozilla crashes, when "ALLOW DOCUMENTS TO USE OTHER FONTS" is enabled [@ nsTextFrame::Paint ]
Comment 4•21 years ago
|
||
Resolving WFM per previous comments, and with no reply from reporter to last query.
Could be reopened if bug still reproduces in a current build.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsTextFrame::Paint ]
You need to log in
before you can comment on or make changes to this bug.
Description
•