[Webkit-unassigned] [Bug 30906] [V8] Out-of-memory crash in isolated worlds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 12:16:16 PDT 2009


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





--- Comment #7 from Adam Barth <abarth at webkit.org>  2009-10-29 12:16:15 PDT ---
(In reply to comment #6)
> (From update of attachment 42103 [details])
> Can we make world a smart pointer (like OwnPtr) instead of using manual delete?

The problem is that it's lifetime is managed by the V8 GC.  We manually delete
it here because if we never create the context, we can't transfer ownership to
V8.

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