Closed
Bug 139277
Opened 23 years ago
Closed 23 years ago
Badly formatted URL string in an A HREF causes Mozilla to segfault
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 138877
People
(Reporter: kmccarty, Assigned: Matti)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020421
Debian/1.rc1-1
BuildID: 20020421
The Slashdot article at the following URL causes Mozilla
to segfault reliably. The segfault occurs _after_ the article
title appears in the title bar, but before the HTML is rendered.
http://slashdot.org/articles/02/04/22/1719218.shtml?tid=109
More information posted at these comments:
http://slashdot.org/comments.pl?sid=31513&tid=109&cid=3388775
where the bug is reported for Mozilla 0.9.9 and 1.0 RC1, on both
Linux and Windows platforms.
Reproducible: Always
Steps to Reproduce:
1. Open Mozilla.
2. Go to the afore-mentioned URL.
Actual Results: Segfault.
Expected Results: Obviously, _not_ segfault. Should display the page
(possibly badly if there is a major HTML bug on the page).
I'm using the Debian GNU/Linux 'sid' package of mozilla,
mozilla-browser 1+rc1-1.
Looks like Slashdot fixed the problem in their HTML -- it was a badly
formatted URL in an A HREF link. A short version reproducing the bug
is now available here:
http://www.inbox.com/crashmozilla.html
the tag looks like this:
<A HREF = "▓▓">slashdot.org</A>
but with the ▓ repeated 16 times.
Summary: Slashdot article causes Mozilla to segfault → Badly formatted URL string in an A HREF causes Mozilla to segfault
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 138877 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•