[Webkit-unassigned] [Bug 117602] Going to google.com/trends causes a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 16:01:06 PDT 2013


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





--- Comment #8 from Filip Pizlo <fpizlo at apple.com>  2013-06-18 15:59:44 PST ---
(In reply to comment #6)
> > Just reread the original bug code. Yeah, the bug is that op_throw doesn't do the flushing that op_ret does. This can be fixed by either copying or abstracting the code in ByteCodeParser for flushing in return, so that throwing also does it.
> 
> Yeah, i was coming to the conclusion as well (there's another bug i cc'd you on which I think is just another symptom of this)
> 
> randomly should op_throw be flagged as clobbers the world?

No, throwing doesn't clobber, for the same reason that return doesn't: it's a terminal.

-- 
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