Bug 274929
| Summary: | [JSC] Disable JITCage when ASAN is enabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mark.lam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcus Plutowski
rdar://122946733
Running these two together causes fatal ASAN crashes. Since ASAN support was never planned as part of JITCage, the best thing to do is to disable JITCage by default when ASAN is enabled so as to avoid causing confusion.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/29388
EWS
Committed 279593@main (299f0aa7d776): <https://commits.webkit.org/279593@main>
Reviewed commits have been landed. Closing PR #29388 and removing active labels.