Bug 125932

Summary: CStack Branch: Exceptions in LLIntSlowPaths shouldn't pop call frame
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mark.lam: review+

Michael Saboff
Reported 2013-12-18 11:01:47 PST
The macro LLINT_CALL_RETURN() in LLIntSlowPaths.cpp is popping the call frame and returning that call frame to the caller. llint_slow_path_handle_exception already unwinds the stack via a call to genericUnwind().
Attachments
Patch (1.60 KB, patch)
2013-12-18 11:23 PST, Michael Saboff
mark.lam: review+
Michael Saboff
Comment 1 2013-12-18 11:23:58 PST
Mark Lam
Comment 2 2013-12-18 11:41:33 PST
Comment on attachment 219552 [details] Patch r=me
Michael Saboff
Comment 3 2013-12-18 11:43:10 PST
Note You need to log in before you can comment on or make changes to this bug.