Closed
Bug 143629
Opened 23 years ago
Closed 23 years ago
Seg fault when opening URL http://www.annandtech.com (with 2 n's)
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 137717
People
(Reporter: damjanbole, Assigned: joki)
Details
(Keywords: crash)
Attachments
(2 files)
After few seconds of loading page at http://www.annandtech.com browser crashes
with(output from two subsequent crashes)
/usr/local/mozilla/run-mozilla.sh: line 72: 1767 Segmentation fault (core
dumped) $prog ${1+"$@"}
/usr/local/mozilla/run-mozilla.sh: line 72: 1835 Segmentation fault (core
dumped) $prog ${1+"$@"}
Comment 1•23 years ago
|
||
works for me. Can you please tell which mozilla build you are using ?
Working using build id 2002051008 - WinXP
Some system specs I forgot to add:
about: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510
OS: Slackware 8, Xfree 4.2.0
Comment 3•23 years ago
|
||
I see the crash here too with RC2 on Debian/GNU Linux. The crash happens when I
try to close the popups that appear on the site, so when reproduing this bug,
please make sure to not block popups.
Unfortunately, talkback does not catch this crash...
Keywords: stackwanted
Comment 4•23 years ago
|
||
Same happens on www.bigbrother.se/ when I try to close the popup that appears.
Severity: normal → critical
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•23 years ago
|
||
looks like infinite focus recursion. the stack is repeated indefinitely (until
you run out of memory).
stack is the same as bug 116206 although the causes could be different.
Comment 7•23 years ago
|
||
==>DOM Events
Component: Browser-General → DOM Events
Keywords: stackwanted → crash
Comment 8•23 years ago
|
||
DOM Events for real.
Assignee: Matti → joki
QA Contact: imajes-qa → vladimire
Comment 9•23 years ago
|
||
this seems more like a malicious exploitation than an actual attempt at a real
page (but Mozilla should still not hang!)
NS4 is unusable with the testcase, but does not hang
Comment 10•23 years ago
|
||
i think its a dup of bug 137717
Comment 11•23 years ago
|
||
the testcase here is really testcase 1 from bug 137717, so it would be a dupe,
but I think they are just more explicit cases of bug 116206
duping against bug 137717 for now
*** This bug has been marked as a duplicate of 137717 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•