-
Notifications
You must be signed in to change notification settings - Fork 18
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
Valgrind: Syscall param write(buf) points to uninitialised byte(s) #20
Comments
I just reproduced this in a Ubuntu 16.04 (xenial) Docker container, both on the latest commit (f161974) and in the commit this test was introduced (9804313). Here's the output:
so I think this may indeed be from the underlying library, especially because it only appears in the tests for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When run under valgrind, the
MatrixRoundTrip.LongDouble
test emits a warning:I am not sure if this is a problem with eigen3-hdf5 or is entirely an issue with the underlying library. It might even be benign, in which case we should add a suppression. Once this is resolved, we should run valgrind with
--error-exitcode=1
so CI fails if any new error is introduced.The text was updated successfully, but these errors were encountered: