Closed
Bug 30857
Opened 25 years ago
Closed 25 years ago
Brower crashes while opening link.
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: one, Assigned: cbegle)
References
()
Details
(Keywords: crash, testcase)
Attachments
(1 file)
715 bytes,
application/octet-stream
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [en] (WinNT; I)
BuildID: 2000022820
In the page, http://clf.umbc.edu/mozilla/mozilla-bug1.html, the browser will
crash when I click on the link to http://www.princeton.edu/~wprb/. The browser
does not crash when directly open http://www.princeton.edu/~wprb/
Reproducible: Always
Steps to Reproduce:
1. View http://clf.umbc.edu/mozilla/mozilla-bug1.html
2. Click on link to WPRB - Princeton, NJ
3.
Actual Results: Browser crashed.
Expected Results: Browser should have opened to http://www.princeton.edu/~wprb/
Dr. Watson reports the following error message:
Access Violation (Oxc000005) Address Violation (0x00000000)
Comment 1•25 years ago
|
||
I have reproduced this with both source and target on my local machine using
Win95 M14.
The cause of the crash is the JavaScript in the target page. It is deliberately
obfuscated, and I think Bugzilla would munge it if I cut 'n' pasted, so I've
attached a zip of the relevant pieces. This constitutes a simple-as-possible
test case.
Changing component to "JavaScript Engine" as a first stab at the right place.
I don't know why loading the page directly does not cause the crash.
Gerv
Status: UNCONFIRMED → NEW
Component: Browser-General → Javascript Engine
Ever confirmed: true
Keywords: testcase
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
can you try with a recent nightly build? i was able to reproduce this until
recently, but this no longer crashes for me. if you can reproduce this, please
reopen it. thanks.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•