[Webkit-unassigned] [Bug 136436] REGRESSION(r173031): crashes during run-layout-jsc on x86/Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 1 14:56:03 PDT 2014


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





--- Comment #2 from Julien Brianceau <jbriance at cisco.com>  2014-09-01 14:56:08 PST ---
Created an attachment (id=237465)
 --> (https://bugs.webkit.org/attachment.cgi?id=237465&action=review)
Workaround proposal

It appears that in my env (Ubuntu Linux x86 32-bit / gcc 4.7.3):

    execCallee->setScope(exec->scope());
    // exec pointer is valid at this point
    execCallee->setCodeBlock(0);
    // exec pointer is null now
    execCallee->setCallerFrame(exec); // setting null caller frame

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