We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See for example https://ci.ros2.org/view/nightly/job/nightly_win_rep/1034/testReport/junit/(root)/projectroot/test_utilities/
-- run_test.py: invoking following command in 'C:\J\workspace\nightly_win_rep\ws\src\ros2\rclcpp\rclcpp': - C:/J/workspace/nightly_win_rep/ws/build/rclcpp/Release/test_utilities.exe --gtest_output=xml:C:/J/workspace/nightly_win_rep/ws/build/rclcpp/test_results/rclcpp/test_utilities.gtest.xml -- run_test.py: return code 3221225477
RC 3221225477 is access violation, so there is likely a bug in the memory usage of this PR #454 or its counterpart in rcl
rcl
For reference, we have seen a similar issue in the past: ros2/build_farmer#19 and the fix boiled down to this PR: https://github.com/ros2/rmw_fastrtps/pull/106/files
FYI @mjcarroll; you may have the best idea of where to look for the issue if you get a chance.
The text was updated successfully, but these errors were encountered:
Address Sanitize seems to indicate some issues, tracking down the source now.
Sorry, something went wrong.
mjcarroll
No branches or pull requests
See for example https://ci.ros2.org/view/nightly/job/nightly_win_rep/1034/testReport/junit/(root)/projectroot/test_utilities/
RC 3221225477 is access violation, so there is likely a bug in the memory usage of this PR #454 or its counterpart in
rcl
For reference, we have seen a similar issue in the past: ros2/build_farmer#19 and the fix boiled down to this PR: https://github.com/ros2/rmw_fastrtps/pull/106/files
FYI @mjcarroll; you may have the best idea of where to look for the issue if you get a chance.
The text was updated successfully, but these errors were encountered: