[Webkit-unassigned] [Bug 91535] [Chromium] Out of Memory is observed when a large object is passed to a Web Worker
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 17 19:18:30 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=91535
--- Comment #7 from David Levin <levin at chromium.org> 2012-07-17 19:18:29 PST ---
(In reply to comment #6)
> (In reply to comment #4)
>
> Fixed everything, except:
>
> > If we do need to do something like this, is it possible to add asserts in key places (methods?) in SerializedScriptValue to make sure that this function is called when appropriate?
What about adding an assert in SerializedScriptValue::deserialize?
Something like this:
// Verify that registerMemoryAllocatedWithCurrentScriptContext was called.
ASSERT(m_externallyAllocatedMemory || !m_data.length());
--
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