Closed
Bug 129287
Opened 23 years ago
Closed 23 years ago
challenging javascript busting Gecko
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: edxu, Assigned: rogerl)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)
BuildID: 20020306
Javacript parser cann't handle this script.
Reproducible: Always
Steps to Reproduce:
Goto http://www.sony.com/productregistration
Actual Results: Mozilla crashes when it tries to evaluate the javascript.
Expected Results: shouldn't crash
The sony web page contains the most nasty javascript I have ever seen. It has a
single assignment expression that contains 1656 lines and more then 3300 "+"
operations. Well every script interpreter has its limit and this one well
exceeds Gecko's capability. It is busted by stack-overflow when it tries to do
a recursive call to evaluate the expression.
Comment 1•23 years ago
|
||
edxu@hotmail.com: in your steps to reproduce, you say only:
> Goto http://www.sony.com/productregistration
Is that all, just try to load the site? Because I'm having no trouble
loading it with my Mozilla trunk build, 20020305xx WinNT.
Or do we have to fill out the registration form? If so, please
list all the steps to reproduce. Thanks -
By the way, do you have a Talkback-enabled build? If so, could
you give me the Talkback IDs of a couple crashes? I'll look them
up and post the stack traces here.
Comment 3•23 years ago
|
||
Reporter, do you still crash with latest nightly build ?
Build available here:
http://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-win32-talkback.zip
If crashing, please can you post Talkback ID ?
Keywords: crash
Comment 4•23 years ago
|
||
I'm convinced this is a dup.
*** This bug has been marked as a duplicate of 98901 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 5•23 years ago
|
||
Marking Verified. Still having no trouble loading this site with
Mozilla trunk binary 20020314xx on WinNT.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•