RESOLVED FIXED 125932
CStack Branch: Exceptions in LLIntSlowPaths shouldn't pop call frame
https://bugs.webkit.org/show_bug.cgi?id=125932
Summary CStack Branch: Exceptions in LLIntSlowPaths shouldn't pop call frame
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.