SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

Options to run Fantom with address and thread sanitizers enabled (#53300)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53300

# Changelog:
[Internal] -

This adds two new modes to Fantom, allowing to run the native (C++) side with enabling either:
* Address sanitizer, which would detect memory overwrites
* Thread sanitizer, which can detect potential threading issues, such  as race conditions

This are opt-in for now.

Currently, both modes already detect different errors, which have a high chance to be real issues and have to be fixed.

Reviewed By: lenaic

Differential Revision: D80339524

fbshipit-source-id: 784ddb9f0af79a04b074e107e4955724d54d5685
R
Ruslan Shestopalyuk committed
e3183739bbe85772c195877fff66b377bb2265b5
Parent: f936780
Committed by Facebook GitHub Bot <[email protected]> on 8/15/2025, 3:12:04 PM