Skip to content

Options to run Fantom with address and thread sanitizer enabled#53300

Closed
rshest wants to merge 1 commit into
facebook:mainfrom
rshest:export-D80339524
Closed

Options to run Fantom with address and thread sanitizer enabled#53300
rshest wants to merge 1 commit into
facebook:mainfrom
rshest:export-D80339524

Conversation

@rshest
Copy link
Copy Markdown
Contributor

@rshest rshest commented Aug 15, 2025

Summary:

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.

Differential Revision: D80339524

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 15, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D80339524

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D80339524

…ebook#53300)

Summary:
Pull Request resolved: facebook#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.

Differential Revision: D80339524
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D80339524

@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @rshest in e318373

When will my fix make it into a release? | How to file a pick request?

@react-native-bot react-native-bot added the Merged This PR has been merged. label Aug 15, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in e318373.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants