rclcpp icon indicating copy to clipboard operation
rclcpp copied to clipboard

🧑‍🌾 Windows test_executors regression: SEH Exception

Open Crola1702 opened this issue 11 months ago • 4 comments

Description

This is a consistent regression in windows release and windows repeated

Reference build:

  • https://ci.ros2.org/job/nightly_win_rel/3337/
  • https://ci.ros2.org/job/nightly_win_rep/3643/

Test regressions:

Log output:

Running main() from C:\ci\ws\install\src\gtest_vendor\src\gtest_main.cc
[==========] Running 28 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 28 tests from TestExecutor
[ RUN      ] TestExecutor.add_remove_node_thread_safe
unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.
Stack trace:


[  FAILED  ] TestExecutor.add_remove_node_thread_safe (33 ms)

Crola1702 avatar Feb 18 '25 13:02 Crola1702