[Webkit-unassigned] [Bug 115796] ASSERTION FAILED: callFrame->lexicalGlobalObject() == globalObject : JSValue JSC::JSScope::resolveGlobal(CallFrame *, const Identifier &, JSGlobalObject *, ResolveOperation *)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 8 10:23:43 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=115796
--- Comment #5 from Oliver Hunt <oliver at apple.com> 2013-05-08 10:22:07 PST ---
Hmmm, could you try disabling the DFG, or inlining?
My supposition is that we end up inlining a call to a function from another page, in which case i suspect that this assertion is wrong. Will look at it when i get into the office.
Alternatively it's possible that there's something horrifying happening when inlining (specifically we end up trying to resolve off the wrong global)
--
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