[Webkit-unassigned] [Bug 13539] Lots of Crashes when using Canvex (Canvas Technology Demo)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 21:45:09 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13539


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://bugs.webkit.org/show_|http://canvex.lazyilluminati
                   |bug.cgi?id=13537            |.com/83/play.xhtml




------- Comment #12 from darin at apple.com  2007-05-04 21:45 PDT -------
I believe the crashes have something to do with the fact that we keep doing
save() operations without matching restore() operations. The rendering context
doesn't attempt to do anything to limit how deep that nesting can go. I believe
the reason this is happening is that Canvex doesn't expect to get an exception
from drawImage, but it gets one.


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



More information about the webkit-unassigned mailing list