[Webkit-unassigned] [Bug 30510] Serializing a jQuery Object with jsDump can often kill the computer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 01:42:31 PDT 2009


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





--- Comment #6 from Mark Rowe (bdash) <mrowe at apple.com>  2009-10-20 01:42:31 PDT ---
After tweaking it a little bit more I managed to convince this to work in
Firefox too.  Firefox dies saying:

Error: too much recursion
Source File: http://flesler-plugins.googlecode.com/files/jsDump-1.0.0.js
Line: 45

This indicates that the code in jsDump is at fault for not handling data
structures with cycles correctly.  I suspect WebKit uses more memory and runs
in to the slow script dialog before it hits its much higher maximum recursion
depth (> 45,000 compared to Firefox’s 3,000).

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