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

Access violation in new test_utilities test #458

Closed
dhood opened this issue Apr 2, 2018 · 1 comment
Closed

Access violation in new test_utilities test #458

dhood opened this issue Apr 2, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dhood
Copy link
Member

dhood commented Apr 2, 2018

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

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.

@dhood dhood added the bug Something isn't working label Apr 2, 2018
@mjcarroll mjcarroll self-assigned this Apr 3, 2018
@mjcarroll mjcarroll added the in progress Actively being worked on (Kanban column) label Apr 4, 2018
@mjcarroll
Copy link
Member

Address Sanitize seems to indicate some issues, tracking down the source now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants