-
Notifications
You must be signed in to change notification settings - Fork 802
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
valgrind error in testAHRSFactor #55
Comments
It seems limited to one test, but I can’t see what’s wrong with it. |
Will take a look at this. |
I did not get any errors with AddressSanitizer, @jlblancoc could you run this again on |
I'll test it ASAP...
|
Valgrind keeps complaining for the current "develop". |
Can you post a log? |
Looking at the earlier posted log, it seems it seems to involve DexpFunctor and ExpmapFunctor. But, both ExpmapFunctor constructors initialize theta just fine... Also, I checked the order of initialization (see https://en.cppreference.com/w/cpp/language/initializer_list) and as I read it, theta2 is always initialized before theta, as intended. Puzzled... |
I tested in |
Hi, Yep, I also tested and in a Debug build, valgrind is happy.
|
I think this is a common false positive as Eigen does not initialize the object from the default constructor, and |
I believe this is already fixed, if not please feel free to reopen :) @jlblancoc |
@ProfFan yes, I just tested with the current develop and the error is not there anymore... 👍 |
29628426d Merge pull request #59 from borglab/fixes a95429ea0 Merge pull request #56 from borglab/fix/this-instantiation 3e22d6516 more documenatation and some formatting 526301499 updated the test to test for non-templated This cdb75f36f Merge branch 'master' into fix/this-instantiation 0f5ae3b7f moved example pybind template to templates directory d55f5db38 remove extra whitespace 21891ad3d skip tests until we figure out what's going on 2ea6307c3 better way of handling the matlab includes in the matlab wrapper d0f8a392c Merge pull request #55 from borglab/feature/refactor3 57d47cbd9 create directories to store generated output 4788a1e37 fixed This instantiation 61d2cbfc4 add namespace test to matlab wrapper ec39023e6 added more, smaller tests for Python wrapper 19c35b857 test for matlab class inheritance and some clean up 06ca5da13 test for matlab functions cb05d7379 minor clean up and separate tests for geometry and class 8d8145cc4 break down test interface file into smaller files that can be easily debugged 97328f057 restructured test files and added dedicated fixtures directory git-subtree-dir: wrap git-subtree-split: 29628426d2c1a7bb728e40307c0f25cb468cd1bc
Just wanted to report it here for giving it a closer look. Perhaps it's a false positive.
Reproduce with:
make testAHRSFactor.run.valgrind
Please, refer to the attached valgrind log.
log.txt
The text was updated successfully, but these errors were encountered: