-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Run CI tests with AddressSanitizer #12216
Labels
Type: Building
Indicates an issue related to building binaries
Type: Feature
Feature request or new feature
Comments
ahrens
added
Type: Feature
Feature request or new feature
Type: Building
Indicates an issue related to building binaries
labels
Jun 10, 2021
13 tasks
I always try to build binaries with ASAN in my personal setup, and can say that there are lots of bugs it finds. I try to MR some. I had trouble sometime ago when udev did not add zvol devices. Found that the problem was ASAN binaries dying during udev setup. To fix, I had to add locally to my
Similarly, I had trouble in systemd scripts for using ASAN binaries. |
13 tasks
13 tasks
Right, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Building
Indicates an issue related to building binaries
Type: Feature
Feature request or new feature
Describe the feature would like to see added to OpenZFS
OpenZFS supports building the userland components (including libzpool, ztest, zdb) with AddressSanitizer support, by running
./configure --enable-asan
. It would be great if the automated tests ran zloop with this flag. It might even make sense for debug builds to always use asan.How will this feature improve OpenZFS?
Helps us find bugs sooner, pre-integration. e.g. #12215, #10193, #9706, #12339
Additional context
The text was updated successfully, but these errors were encountered: