[Webkit-unassigned] [Bug 102353] JSC's Bytecode dumping option causes segfault.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 02:00:04 PST 2012


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





--- Comment #1 from Gabor Ballabas <gaborb at inf.u-szeged.hu>  2012-11-15 02:01:52 PST ---
UnlinkedCodeBlock.h:465

UnlinkedCodeBlock::finishCreation

If I put that #if 0 - #endif in the code the problem goes away
but evidently that code didn't get there by accident so I think
someone who knows this code better should take a look at it.
Oliver?

void finishCreation(JSGlobalData& globalData)
    {
        Base::finishCreation(globalData);
#if 0
        if (codeType() == GlobalCode)
            return;
#endif
        m_symbolTable.set(globalData, this, SharedSymbolTable::create(globalData));
    }

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