Closed
Bug 210991
Opened 22 years ago
Closed 21 years ago
crash on pages with nested <big> s
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 192397
People
(Reporter: ismail.cavit, Unassigned)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
9.71 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030513
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030513
The browser crashs when opening a page containing :
<html>
<body>
<big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big>
<b>crash</b>
</big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
System configuration:
AMD Duron 750 Mhz, 768 MB RAM
Linux 2.4.20, Red Hat Linux release 8.0 (Psyche)
Comment 1•22 years ago
|
||
Bug 206235 seeks to limit the number of nested <big> tags Mozilla recognizes.
Comment 2•22 years ago
|
||
Could be a dup of bug 210513, bug 184045, or bug 192397.
Reporter, you might see if the suggestions in bug 210513 comment 3 have an
effect. A stacktrace would also help.
Keywords: crash,
stackwanted
Comment 3•22 years ago
|
||
WFM on Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Debian Woody (XFree86 4.1.0.1, Linux 2.4.21)
Pentium 4, 1 Go RAM
WFM, Mozilla/5.0 (X11; U; OSF1 alpha; en-US; rv:1.5a) Gecko/20030619
Comment 5•22 years ago
|
||
WFM W98 1.4rc3
Comment 6•22 years ago
|
||
WFM 2003062708-Trunk OSX
Comment 7•22 years ago
|
||
worksforme with linux trunk 20030628
are you using an xft-enabled build? (check about:buildconfig if you're not sure)
Comment 8•22 years ago
|
||
related to bug 206235 (limiting nested bigs so they don't produce such huge fonts)
Comment 9•22 years ago
|
||
This is almost certainly a dupe of bug 192397, although we can't easily tell
without a stack trace.
Ismail: Could you paste the contents of about:buildconfig here please? Thanks!
Whiteboard: need input from reporter for further triage
Reporter | ||
Comment 10•22 years ago
|
||
bug 192397 test page crashes the same way. here is the buildconfig info:
about:buildconfig
Build platform
target
i686-pc-linux-gnu
Build tools
Compiler Version Compiler flags
gcc gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) -Wall -W -Wno-unused
-Wpointer-arith -Wcast-align -pedantic -Wno-long-long -pthread -pipe
c++ gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) -fno-rtti
-fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -pedantic -Wno-long-long
-fshort-wchar -pthread -pipe -I/usr/X11R6/include
Configure arguments
--program-prefix= --prefix=/usr --libdir=/usr/lib
--with-default-mozilla-five-home=/usr/lib/mozilla-1.4b --enable-optimize=-O2
--disable-debug --enable-strip-libs --disable-tests --disable-short-wchar
--enable-nspr-autoconf --enable-extensions=default,irc --without-mng
--enable-crypto --disable-xprint --without-system-nspr --with-system-zlib
--enable-default-toolkit=gtk2 --enable-xft --disable-freetype2
Comment 12•22 years ago
|
||
seems there's enough info here for someone to take a look.
Ismail/Chris: can you confirm that this still happens with a recent build (e.g.
a nightly or 1.6a)?
Assignee: general → font
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout: Fonts and Text
Ever confirmed: true
Keywords: stackwanted
QA Contact: general → ian
Whiteboard: need input from reporter for further triage
Comment 13•22 years ago
|
||
I also have seen this bug, specifically using the Debian/unstable build of
Mozilla Firebird.
Here is a page which triggers the bug (warning: will crash Mozilla):
http://www.annexia.org/tmp/bigbigbig.html
This is the Debian package I'm using:
http://packages.debian.org/unstable/web/mozilla-firebird.html
Package: mozilla-firebird
Priority: optional
Section: web
Installed-Size: 30560
Maintainer: Eric Dorland <eric@debian.org>
Architecture: i386
Version: 0.7-2
Comment 14•22 years ago
|
||
WFM on 1.6b
Comment 15•21 years ago
|
||
*** This bug has been marked as a duplicate of 192397 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•