Bug 22486

Summary: Add a test for infinite recursion in workers
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch ggaren: review+

Alexey Proskuryakov
Reported 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.
Attachments
proposed patch (3.31 KB, patch)
2008-11-25 07:47 PST, Alexey Proskuryakov
ggaren: review+
Alexey Proskuryakov
Comment 1 2008-11-25 07:47:02 PST
Created attachment 25481 [details] proposed patch
Geoffrey Garen
Comment 2 2008-11-25 13:37:40 PST
Comment on attachment 25481 [details] proposed patch r=me
Alexey Proskuryakov
Comment 3 2008-11-26 00:13:39 PST
Committed revision 38779.
Note You need to log in before you can comment on or make changes to this bug.