Bug 274929 - [JSC] Disable JITCage when ASAN is enabled
Summary: [JSC] Disable JITCage when ASAN is enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-30 15:08 PDT by Marcus Plutowski
Modified: 2024-05-31 13:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Plutowski 2024-05-30 15:08:47 PDT
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.
Comment 1 Marcus Plutowski 2024-05-31 12:47:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29388
Comment 2 EWS 2024-05-31 13:45:36 PDT
Committed 279593@main (299f0aa7d776): <https://commits.webkit.org/279593@main>

Reviewed commits have been landed. Closing PR #29388 and removing active labels.