[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 Jun 26 08:35:31 PDT 2013


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





--- Comment #8 from Simon Pena <simon.pena at samsung.com>  2013-06-26 08:37:27 PST ---
(In reply to comment #5)
> 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)

Sorry, it took me a while to come back: I initially tried to disable DFG in build time, and found bug #90183, so I stopped there. Today I came back to this and learned about the Options interface and the way to pass env variables to JSC.

So, if I disable DFG with JSC_useDFGJIT=false, it won't crash. If I disable inlining with JSC_maximumInliningDepth=1, it won't crash either.

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