Bug 74903
Summary: | Exceptions not thrown correctly from DFG JIT on 32bit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gavin Barraclough <barraclough> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Gavin Barraclough
Arguments for lookupExceptionHandler are not setup correctly. In the case of ARMv7 we rely on lr being preserved over a call, this in invalid. On x86 we don't should be poking the arguments onto the stack!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
<rdar://problem/10589941>
Gavin Barraclough
Fixed in r103294