Bug 126673 - CStack: stack frame gets unaligned before call to operationVMHandleException
Summary: CStack: stack frame gets unaligned before call to operationVMHandleException
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 17:39 PST by Mark Lam
Modified: 2014-01-08 17:51 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.24 KB, patch)
2014-01-08 17:45 PST, Michael Saboff
mark.lam: 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-01-08 17:39:38 PST
This can be reproduced by running the following tests:
  inspector-protocol/debugger/setPauseOnExceptions-all.html
  inspector-protocol/debugger/setPauseOnExceptions-uncaught.html
Comment 1 Michael Saboff 2014-01-08 17:45:40 PST
Created attachment 220684 [details]
Patch
Comment 2 Mark Lam 2014-01-08 17:50:23 PST
Comment on attachment 220684 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-01-08 17:51:37 PST
Committed r161531: <http://trac.webkit.org/changeset/161531>