Bug 4044
Summary: | JavaScript call stack limit of 99 is too small for some applications; needs to be closer to 500 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vicki Murley <vicki> |
Component: | JavaScriptCore | Assignee: | Maciej Stachowiak <mjs> |
Status: | CLOSED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P1 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Vicki Murley
* SUMMARY:
Complicated web application can push a lot of calls on the stack. We differ greatly from other browsers
on the same platform and windows.
* STEPS TO REPRODUCE:
Open the attached in Safari.
Onload handler calls a function which recursively calls itself a writes the loop count to a div on the
page.
* RESULTS:
My results for the config attached....
Safari - 99
Others
Mac IE 5.2.2 - 690
Mac Camino .7 - 1000
Mac Firefox .8 - 1000
Win - Config 256 MB RAM, Windows 2000 (5.00.2195)
Win IE 6.0.x - 466
Win Mozilla 1.5 - 1000
Win Netscape 7.1 - 1000
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ian 'Hixie' Hickson
The attached what?
Ian 'Hixie' Hickson
Oh I see.
*** This bug has been marked as a duplicate of 4045 ***
Vicki Murley
Ooops, sorry, I cloned this one from Radar twice!