-
Notifications
You must be signed in to change notification settings - Fork 314
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
Segfault on Ctrl-C #2012
Comments
Thanks for reporting this. I thought that I had reported that already, but can't find any similar issues now. I saw that in the tests, that's why I have deactivated the return code check |
To be clear, this is not only an issue with the demos. I see this new behavior on my own hardware interfaces as well. |
Sure, but I saw that with the tests/demos already -> we can reproduce it and work on that. |
@saikishor Interestingly, we don't see this in the test here in this repo. |
That's weird. If it can be easily reproducable, then should be easy to fix |
I was working in a slightly older container and got a different result on ctrl-c. Maybe this will help guide your debugging:
And here are some relevant software versions:
|
Nothing has been done to fix this in the last releases. I doubt that this is fixed. Thanks. I'll check it out. |
Describe the bug
Killing a
ros2_control
launch with Ctl-C causes a segfault and cleanup methods likeon_deactivate
do not run.To Reproduce
wait for everything to initialize...
Ctrl-C
Expected behavior
Clean shutdown
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: