This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
abort() in python on windows debug nightly #188
Labels
in progress
Actively being worked on (Kanban column)
I spent a chunk of today investigating https://ci.ros2.org/view/nightly/job/nightly_win_deb/1243/
I started by reproducing the failure in https://ci.ros2.org/job/ci_windows/6824/ and then investigated the CI workspace. When running the ros2action tests manually I could repro and got a popup that python_d had abort()ed.
I eventually got as far as triggering the abort() just by running
rclpy.init()
from the python debug interpreter. I tried reverting a few recent rclpy packages, eventually reverting back to ros2/rclpy@d340737 but the issue persisted. I needed to change to a more local host for further debugging but hit different issues and got bogged down. I've assigned myself to make sure that this gets attention but I'll be unavailable until next week so if someone else wants to take it feel free to kick me off.The text was updated successfully, but these errors were encountered: