-
Notifications
You must be signed in to change notification settings - Fork 36
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
malloc(): unaligned tcache chunk detected error #186
Comments
Thanks for detailed logs. I will try reproducing the error. |
I tried with the latest |
Hello @Yadunund , sorry for bad dockerfile. I forgot to add some flag to apt command and install gdb. This updated dockerfile should work. I want to add some additional information. To produce this error, it might be necessary to run test several times because process sometimes gets stuck. You should run tests again when this stuck occurs. I think this is related to rmw_wait problem. Because unfortunately i saw that the failed test uses MultiThreadedExecutor which bring about data races inside rmw_wait. I observed some stuck when MultiThreadedExecutor is run with rmw_zenoh while SingleThreadedExecutor runs well with rmw_zenoh. For more information, you can take a look at here. (It seems you already took a look 😄 Btw i successfully ran moveit with rmw_zenoh using SingleThreadedExecutor and some additional modification.) Maybe this issue may be related to rmw_wait issue. |
I've ran the tests several times in a row and haven't run into the issue yet. But there are known issues in rmw_wait so I won't discount what you're observing. We're working on some improvements on that front and I'll ping here once we have a branch for you to test against. |
Just for friendly feedback, I've run the failed test case again as soon as your updates related to rmw_wait are merged. Now i receive a segmentation fault related to another malloc issue |
@CihatAltiparmak I wasn't able to reproduce the exact error you show in that gist, but I was able to reproduce a related error. I have a fix locally that works around that issue and allows all of the |
Since we've merged in #228, I'm going to close this out as fixed. @CihatAltiparmak give it another test, and if you are still seeing problems please feel free to reopen. |
Hello @clalancette , |
Tested On
Description
Hello,
I want to report below bug occured when is run the tests of ros2_control and ros2_controllers by using this dockerfile. It seems like error occurs in this line of one of joint_trajectory_controller package's test files . I tried to look at all issues to find relevant issue but i couldn't find so i decided to open a new issue here. For more, you can also look at this comment
How to reproduce this error
Build given dockerfile using below commands
Shell 1:
Just for running rmw_zenohd
Shell 2:
Just let me know if i am able to help better at solving this error.
The text was updated successfully, but these errors were encountered: