[Webkit-unassigned] [Bug 127777] [EFL][GTK] Fix the regression caused by the jsCStack branch merge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 29 06:31:36 PST 2014


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





--- Comment #9 from Csaba Osztrogonác <ossy at webkit.org>  2014-01-29 06:28:59 PST ---
I managed to get a release build with debug symbols and could reproduce
the crash:

Program received signal SIGSEGV, Segmentation fault.
JSC::eval (callFrame=0x7fffffffcf90) at /home/ossy/WebKit/Source/JavaScriptCore/interpreter/Interpreter.cpp:111
111        EvalExecutable* eval = callerCodeBlock->evalCodeCache().tryGet(callerCodeBlock->isStrictMode(), programSource, callerScopeChain);
(gdb) bt
#0  JSC::eval (callFrame=0x7fffffffcf90) at /home/ossy/WebKit/Source/JavaScriptCore/interpreter/Interpreter.cpp:111
#1  0x00000000006121a4 in JSC::operationCallEval (exec=0x7fffffffcf90, execCallee=0x7fffffffd060)
    at /home/ossy/WebKit/Source/JavaScriptCore/jit/JITOperations.cpp:625
#2  0x00007fffab12dac2 in ?? ()
#3  0x0000000000000000 in ?? ()

(gdb) p callerCodeBlock
$1 = (JSC::CodeBlock *) 0x0

Source/JavaScriptCore/interpreter/Interpreter.cpp:111
------------------------------------------------------
eval = callerCodeBlock->evalCodeCache().getSlow(callFrame, callerCodeBlock->ownerExecutable(), callerCodeBlock->isStrictMode(), programSource, callerScopeChain);


Any pointer how can I continue debugging?

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