Bug 22486 - Add a test for infinite recursion in workers
Summary: Add a test for infinite recursion in workers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 07:44 PST by Alexey Proskuryakov
Modified: 2008-11-26 00:13 PST (History)
0 users

See Also:


Attachments
proposed patch (3.31 KB, patch)
2008-11-25 07:47 PST, Alexey Proskuryakov
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-11-25 07:44:53 PST
Worker thread stack is smaller than it is available on main thread, so we should verify that it's not exhausted by infinite JS recursion.
Comment 1 Alexey Proskuryakov 2008-11-25 07:47:02 PST
Created attachment 25481 [details]
proposed patch
Comment 2 Geoffrey Garen 2008-11-25 13:37:40 PST
Comment on attachment 25481 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2008-11-26 00:13:39 PST
Committed revision 38779.