Skip to content
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

Move graph guard condition destruction to rmw_context_fini. #150

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

clalancette
Copy link
Collaborator

That's because during rmw_shutdown(), the graph guard condition may still be in use in rwm_wait() and friends. Fix this by moving the destruction of it later, into rmw_context_fini.

That's because during rmw_shutdown(), the graph guard
condition may still be in use in rwm_wait() and friends.
Fix this by moving the destruction of it later, into
rmw_context_fini.

Signed-off-by: Chris Lalancette <[email protected]>
@clalancette clalancette requested a review from Yadunund April 4, 2024 19:39
Copy link
Member

@Yadunund Yadunund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense! Thanks for the fix.

@Yadunund Yadunund merged commit 87f20f8 into rolling Apr 5, 2024
5 of 6 checks passed
@delete-merged-branch delete-merged-branch bot deleted the clalancette/fix-shutdown branch April 5, 2024 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants