[Webkit-unassigned] [Bug 136485] Segmentation fault in WTF::RefPtr<JSC::JITCode>::get()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 13:26:00 PDT 2014


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


Michael Saboff <msaboff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #237560|review?                     |review-
               Flag|                            |




--- Comment #3 from Michael Saboff <msaboff at apple.com>  2014-09-03 13:26:04 PST ---
(From update of attachment 237560)
r-

This seems too complicated with stack pointer adjustments that seem a little arbitrary.

I'm working on a patch that should resolve this and the issues in https://bugs.webkit.org/show_bug.cgi?id=136436.  Basically restore the stackPointer to the normal value before compileCallEval().  We know that there is enough space for outgoing register arguments, that is accounted for in stackPointerOffsetFor(m_codeBlock) for architectures that have stack based arguments.  What I'm suggesting should be much simpler.

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