-
Notifications
You must be signed in to change notification settings - Fork 770
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
SIGSEGV in removeRTPSReader on application exit [13602] #1906
Comments
Another observation: |
Hi @StefanFabian, First, I apologize for the late reply! I would like to clarify the version you are using of Fast DDS. ROS 2 Foxy is using our Nevertheless, I think your issue might be related with #937. Fast DDS uses a singleton factory to create the DDS entities ( |
I have some very simple tests for a ros2 package I am working on.
This involves publishing and subscribing messages in the same process.
After all tests passed, the executable crashes with a segmentation fault when the node is destructed.
System information
Additional resources
The text was updated successfully, but these errors were encountered: