[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 15:53:26 PDT 2013


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





--- Comment #7 from Oliver Hunt <oliver at apple.com>  2013-06-18 15:52:05 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?

Although my reading of the code implies that throw, etc think that they _are_ flushing everything

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