[Webkit-unassigned] [Bug 119900] Exception in global setter doesn't unwind correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 11:50:11 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119900


Yi Shen <max.hong.shen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |max.hong.shen at gmail.com




--- Comment #5 from Yi Shen <max.hong.shen at gmail.com>  2013-08-21 11:49:40 PST ---
The slow_path_put_to_scope calls the LLINT_END before exiting, which invokes llint_throw_from_slow_path_trampoline to handle the exception if the vm.exception is not null. So, no fix needed here.
(In reply to comment #4)
> Thanks for the patch.
> 
> I think you missed slow_path_put_to_scope in LLIntSlowPaths.cpp (the LLInt version of the same bug). Can you add that to your patch and your test case?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list