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

Call rclcpp::shutdown in test_node for clean shutdown on Windows #1515

Merged
merged 1 commit into from
Jan 13, 2021

Commits on Jan 13, 2021

  1. Call rclcpp::shutdown in test_node for clean shutdown on Windows

    The graph_listener thread is started in the background in some of the tests and
    this thread is killed by Windows prior to executing global destructors if it is
    still running when leaving main().  This then corrupts state because the RMW
    layer is blocking in a waitset and causes Cyclone to hang trying to destroy the
    waitset.
    
    Signed-off-by: Erik Boasson <eb@ilities.com>
    eboasson committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    8cd4324 View commit details
    Browse the repository at this point in the history