[Webkit-unassigned] [Bug 101465] [Qt][ARM] REGRESSION(r133688): It made all JSC and layout tests crash on ARM traditional platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 06:34:22 PST 2012


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





--- Comment #1 from Gabor Ballabas <gaborb at inf.u-szeged.hu>  2012-11-07 06:35:55 PST ---
Some debug info.

Program received signal SIGSEGV, Segmentation fault.
0x0009af70 in JSC::CodeBlock::CodeBlock (this=0x7b7bb0, ownerExecutable=0x42c7c900, unlinkedCodeBlock=0x42dbfd50, globalObject=0x42c9fa40, baseScopeDepth=0, sourceProvider=..., 
    sourceOffset=0, alternative=...) at /home/bgabor/WebKit/Source/JavaScriptCore/bytecode/CodeBlock.cpp:1829
1829                CRASH();
(gdb) 
Continuing.
[Thread 0x42850450 (LWP 3590) exited]
[Inferior 1 (process 3589) exited with code 013]
(gdb) l
1824            case op_get_by_id_custom_proto:
1825            case op_get_by_id_custom_chain:
1826            case op_get_by_id_generic:
1827            case op_get_array_length:
1828            case op_get_string_length:
1829                CRASH();
1830
1831            case op_init_global_const_nop: {
1832                ASSERT(codeType() == GlobalCode);
1833                Identifier ident = identifier(pc[i + 4].u.operand);

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