-
Notifications
You must be signed in to change notification settings - Fork 77
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 errors with unittest IlmCtlTest - Conditional jump or move depends on uninitialised value(s) #85
Comments
this can be fixed by adding
to
|
michaeldsmith
added a commit
to michaeldsmith/CTL
that referenced
this issue
Jul 10, 2022
michaeldsmith
added a commit
that referenced
this issue
Aug 6, 2022
michaeldsmith
added a commit
to michaeldsmith/CTL
that referenced
this issue
Aug 6, 2022
michaeldsmith
added a commit
that referenced
this issue
Aug 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compiled in debug mode first before running valgrind
3 similar issues found by valgrind related to :
Conditional jump or move depends on uninitialised value(s)
testLookupCubic1D(Ctl::Interpreter&) (testVaryingLookup.cpp:160)
Uninitialised value was created by a heap allocations
testLookupCubic1D(Ctl::Interpreter&) (testVaryingLookup.cpp:216)
The text was updated successfully, but these errors were encountered: