Bug 128424 - iOS port needs to clear VM::stackPointerAtVMEntry when it drops locks.
Summary: iOS port needs to clear VM::stackPointerAtVMEntry when it drops locks.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-07 17:31 PST by Mark Lam
Modified: 2014-02-07 18:03 PST (History)
6 users (show)

See Also:


Attachments
the patch. (1.91 KB, patch)
2014-02-07 17:39 PST, Mark Lam
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2014-02-07 17:31:33 PST
Patch coming.
Comment 1 Mark Lam 2014-02-07 17:39:05 PST
Created attachment 223525 [details]
the patch.
Comment 2 Mark Lam 2014-02-07 17:39:46 PST
Comment on attachment 223525 [details]
the patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=223525&action=review

> Source/JavaScriptCore/ChangeLog:9
> +        in that it (iOS) does clear m_vm->stackPointerAtVMEntry nor reset the

typo: "does" ==> "does not"
Comment 3 Geoffrey Garen 2014-02-07 17:41:36 PST
Comment on attachment 223525 [details]
the patch.

r=me
Comment 4 Mark Lam 2014-02-07 17:57:09 PST
Thanks.  Landed in r163672: <http://trac.webkit.org/r163672>.
Comment 5 Mark Lam 2014-02-07 18:03:00 PST
ref: <rdar://problem/16008492>