-
Notifications
You must be signed in to change notification settings - Fork 422
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
rclcpp::spin_some(node) Occasionally crash. #1524
Comments
Please use the issue template: https://raw.githubusercontent.com/ros2/rclcpp/master/.github/ISSUE_TEMPLATE.md It should have been pre-filled into your description when creating a new issue. Also, please provide a traceback if you can. Though not specific to https://navigation.ros.org/tutorials/docs/get_backtrace.html I'll close this until it's fixed up. Please feel free to edit it or comment here, and I can reopen it in the future. |
Done. |
@BaiCai1990 The information provided is more helpful (it shows us that it is down in the Fast-RTPS layer). But it is much easier for us to debug if you can provide a completely compiling, working example. Could you please do that so we can try to assign it to the right people? |
@BaiCai1990 please also provide a multithreaded traceback ( |
perhaps this is related to #1632 ? |
No response in almost a year, so closing. Please feel free to provide the requested information and reopen. |
Bug report
Required Info:
Debian 10 buster
from source
ref: refs/heads/master
Fast-RTPS
rclcpp
Steps to reproduce issue
Expected behavior
run normal
Actual behavior
When state switch from WALK to IDLE, the program will occationally crash in rclcpp::spin_some()
Additional information
In WALK state the loop is time-consumming than IDLE state
The text was updated successfully, but these errors were encountered: