-
Notifications
You must be signed in to change notification settings - Fork 246
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
Adress sanitizer errors shows up as crash (no further info) on pre-release 1.0.0-3d9cd04 #924
Comments
Hi. We don't currently have an asan plugin (though I'm thinking we should?). Without that plugin, the extra output is just noise and is therefore subject to the verbosity level you're running at. If you try the following, do you see the details?
If so, that can at least help you for now. If not, I'd like to help figure out where your output is going. Either way, I'd appreciate it if you either left this issue open, or added a followup issue with the suggestion that we write a plugin to support ASan. I suspect we're not alone in thinking this would be very useful. |
As expected, adding |
That would definitely make sense for when people are building native executables. So we could default to having this behavior, but possibly disable it if they're using a simulator or other test rig. Good thought. |
We have build a small plugin internally that enables asan and prints out the report as expected. |
Testing pre-release 1.0.0-3d9cd04, using aderss sanitizer, setup as:
When i generate a test case that fails due to a memory leak:
I see:
I expected the following info from asan to also be included somewhere:
The text was updated successfully, but these errors were encountered: