Options to run Fantom with address and thread sanitizer enabled#53300
Closed
rshest wants to merge 1 commit into
Closed
Options to run Fantom with address and thread sanitizer enabled#53300rshest wants to merge 1 commit into
rshest wants to merge 1 commit into
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D80339524 |
bca23af to
db2fde9
Compare
db2fde9 to
51ddfc4
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D80339524 |
51ddfc4 to
c2ec40d
Compare
…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
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D80339524 |
c2ec40d to
9950bc5
Compare
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? |
Contributor
|
This pull request has been merged in e318373. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog:
[Internal] -
This adds two new modes to Fantom, allowing to run the native (C++) side with enabling either:
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