-
Notifications
You must be signed in to change notification settings - Fork 52
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
Possible ASAN false positve, need for more tuning parameters? #598
Comments
Thanks, yes, definitely need to be able to pass env vars, let's keep this issue open for that. But for this case specifically it seems like something that we always want to set on libc++ + asan containers. |
I have the same issue with a package of mine containing compiled code and testing with clang + ASAN/UBSAN. |
Package RcppParallel also causes an ODR false positive (this is even noted in the official memtest README).
|
Has there been any progress on this? I am running into issues with rhub ASAN/UBSAN workflows for another Rcpp package |
Ignore the alloc-dealloc-mismatch reports, which seem to be false positive. Cf. r-hub/rhub#598 IDK if they are always a false positive, though.
As a test, I ran the clang-asan container against a package that is clean at CRAN. It didn't get very far on either examples or tests:
Googling the message leads to e.g. this GH issue suggesting we want to set the env var. Could a new config argument for env vars be added?
The text was updated successfully, but these errors were encountered: