Closed
Bug 260503
Opened 20 years ago
Closed 18 years ago
crash in nsRuleNode::GetStyleData on this site
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mikel, Unassigned)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
When attempting to view the Australian Taxation Office's web site, the browser
crashes before it the home page finished loading. The attached stack trace
seems to suggest the crash is occurring in the layout code. This site appears
to use Mozilla-specific layout written in CSS and JavaScript.
Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20040911 Firefox/0.10
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a4) Gecko/20040919
Reporter, which version of Firefox are you using?
Home-made, last milestone, current nightly?
Severity: major → critical
Keywords: crash
Comment 3•20 years ago
|
||
WFM, 2004-09-20-07 trunk Linux.
Comment 4•20 years ago
|
||
Chances are, this is yet another null font metrics bug....
Keywords: qawanted
Updated•20 years ago
|
Whiteboard: DUPEME
Reporter | ||
Comment 5•20 years ago
|
||
Sorry for not responding sooner, I didn't have bug mail set up.
User agent is:
Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040918 Firefox/0.10
Running under Gentoo Linux, probably with both GTK2 and FreeType. Is there an
easy way to check the build flags?
There are a few sites that are affected by this. Another I noticed today is
<http://www.science.org.au>.
The same sites work fine for me under Windows, so it would seem likely it's
related to something platform specific such as GTK2 or FreeType, as suggested
earlier.
Comment 6•20 years ago
|
||
worksforme with linux trunk 20040926 and firefox 0.10
make sure you have no unreadable fonts and no .fon fonts (bug 183729 and bug 180309)
Reporter | ||
Comment 7•20 years ago
|
||
I made a simple test case <http://endbracket.net/michael/ato/test.html>.
It seems that whenever Mozilla attempts to render a Type1 font (e.g. Helvetica
or Times) the browser crashes. Note the originally mentioned site has a common
style sheet that specifies Arial then Helvetica then Sans-Serif, however it
overrides this with a Netscape-specific style sheet that prefers Helvetica to
Arial. (In any case, the user would see this if Helvetica is installed, Arial
is not, and no font aliases exist, such as those typical in the vanilla
fontconfig configuration.)
I don't think it's precisely the same problem as either of the other two
mentioned here: these are Type1 fonts, not TrueType fonts, and the font files
are all readable (generally -r--r--r-- root:root). They exist under
/usr/share/fonts/75dpi and /usr/share/fonts/100dpi as gzipped files.
Comment 8•20 years ago
|
||
(In reply to comment #5)
> Running under Gentoo Linux, probably with both GTK2 and FreeType. Is there an
> easy way to check the build flags?
about:buildconfig
Does it still occur in the latest trunk build?
http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest-trunk/
Also, the URL in comment 7 is 404.
Comment 9•19 years ago
|
||
Michael, does this bug still occur for you in a recent build?
http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest-trunk/
Comment 10•18 years ago
|
||
This is wfm with current trunk and branch builds.
I suggest to mark this bug worksforme (someone who is on linux).
Comment 11•18 years ago
|
||
WFM, Firefox 2.0b1 and SeaMonkey 2006080201 trunk on Linux.
-> WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•