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

AddressSanitizer test suite #80

Open
mratsim opened this issue Dec 29, 2019 · 1 comment
Open

AddressSanitizer test suite #80

mratsim opened this issue Dec 29, 2019 · 1 comment

Comments

@mratsim
Copy link
Owner

mratsim commented Dec 29, 2019

It would be nice to run AddressSanitizer in CI following #78 and #79

Currently parallel_for and parallel_for_staged work

There are a couple of limitations:

  • Nim empty strings trigger a global-buffer-overflow in ASAN that pollutes Weave on fibonacci and nqueens for example.
  • The parallel_tasks file trigger an use-after-poison for reason to be investigated.
@mratsim
Copy link
Owner Author

mratsim commented Dec 29, 2019

After f19c295 Persistacks are also address sanitized but while the very short persistack example work we now have a use-after-poison in the parallel_for example.

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

No branches or pull requests

1 participant