Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve thread sanitizer issues #98

Open
orchetect opened this issue May 6, 2024 · 4 comments
Open

Resolve thread sanitizer issues #98

orchetect opened this issue May 6, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@orchetect
Copy link
Contributor

Reported in: 0.3.6

When Thread Sanitizer is enabled in Xcode, some warnings are posted to the console. This likely is a byproduct of the multi-threading that was introduced a little while ago (#49).

But in practice, the operation of the tool does not seem to be adversely affected (it works as expected). It's likely the warnings are being triggered by an over-abundance of caution from the TSAN but it would still be good to resolve them.

@orchetect orchetect added the bug Something isn't working label May 6, 2024
@IAmVigneswaran
Copy link
Contributor

The warnings don't show up in GitHub build action? Or do we need to enable any special switches to show the warnings.

@orchetect
Copy link
Contributor Author

When Thread Sanitizer is enabled in Xcode

@orchetect
Copy link
Contributor Author

orchetect commented May 21, 2024

This is just something I need to debug when I have time. Was just logging the issue for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants