-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
GHA: run all linux test jobs with valgrind #10798
Conversation
The many test failures here show exactly the ones that we didn't see in time for the 8.0.0 release... I will rebase this on top of master and verify that no errors remain. |
d167654
to
949e388
Compare
New finding. These six tests fail with valgrind in hyper builds: |
The clang builds and the NSS build all show "unhandled dwarf2 abbrev form code" errors so I need to disable valgrind for those builds. |
According to e.g. https://bugs.kde.org/show_bug.cgi?id=457412, another solution would be to force DWARF v4 by passing |
or do Valgrind builds on a distro with >= 3.20.0. I haven't looked yet at what the distribution of compiler versions and such is but it might be useful aside from Valgrind. |
e82292c
to
9a45db7
Compare
I think it is fine to run it on only the gcc builds for now. What I cannot explain though is how the hyper errors vanished in a rerun... |
No description provided.