-
Notifications
You must be signed in to change notification settings - Fork 682
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
freespace_planning_algorithms-test fails #2439
Comments
cc @HiroIshida |
I can work on these issue, but I don't have time until 12/9. |
Thanks for the replay. (and good luck with your thesis!)
the random seed seems good.
It seems to happen occasionally, not every time. It has been seen since switching humble. |
These tests are commented out temporary in #2440. We need to fix them. |
When I run the node on humble (in clean docker environment), I couldn't get any error. When I compile the code with address sanitizer https://github.com/google/sanitizers/wiki/AddressSanitizer, it shows some memory leaks around rosbag2, and so there is a chance that Address sanitizer didn't show any memory error other than that.
class loader is used in
|
@kosuke55 In summary, I think either of the PR will fix the issue. If the error is related to rosbag, then this PR fix If the error is caused planning failed due to timeout, the following PR fix the issue |
Checklist
Description
malloc(): invalid size (unsorted)
error occurs inAstarSearchTestSuite.SingleCurvature
Expected behavior
all tests pass
Actual behavior
tests fails
Steps to reproduce
run tests
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: