[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:53:23 PST 2014


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





--- Comment #10 from Zan Dobersek <zandobersek at gmail.com>  2014-01-29 06:50:46 PST ---
Created an attachment (id=222570)
 --> (https://bugs.webkit.org/attachment.cgi?id=222570&action=review)
Disassembled JSC::Interpreter::execute

This is the backtrace as provided by GDB:

#0  JSC::Interpreter::execute (this=0x7ffff7ee1960, eval=0x7fffb195c270, callFrame=callFrame at entry=0x7fffffffc140, thisValue=..., scope=scope at entry=0x0) at ../../Source/JavaScriptCore/heap/MarkedBlock.h:262
No locals.
#1  0x00007ffff77ff50e in JSC::eval (callFrame=<optimized out>) at ../../Source/JavaScriptCore/interpreter/Interpreter.cpp:138
        topCallFrame = {vm = @0x7ffff7ed5000, oldCallFrame = 0x7fffffffc2f0}
        programSource = "Y()"
        eval = <optimized out>
        program = <optimized out>
        interpreter = <optimized out>
#2  0x00007ffff783789b in JSC::operationCallEval (exec=0x7ffff7ee1960, execCallee=0x7fffb195c270) at ../../Source/JavaScriptCore/jit/JITOperations.cpp:625
        result = {static numberOfInt52Bits = 52, static int52ShiftAmount = 12, u = {asInt64 = 0, ptr = 0x0, asBits = {payload = 0, tag = 0}}}
#3  0x00007fffb3a8359e in ?? ()
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.

Attached is the disassembly of JSC::Interpreter::execute.

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