You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try running tests for rmw on an x86_64 system in a qemu arm64 docker container, all the tests fail due to detected leaks. On my usual x86_64 system, they all pass with the sanitizer enabled. They all pass in the arm64 container when I set up the builddir with b_sanitize=none.
However, when I tried using the Cirrus CI, 4/7 tests passed and 3 timed out.
Could anyone provide insights into these issues. I know they're not meson-related, but thought I'd ask here first. I'm pretty new to using the sanitize option, and also new to building on arm.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try running tests for rmw on an x86_64 system in a qemu arm64 docker container, all the tests fail due to detected leaks. On my usual x86_64 system, they all pass with the sanitizer enabled. They all pass in the arm64 container when I set up the builddir with
b_sanitize=none
.However, when I tried using the Cirrus CI, 4/7 tests passed and 3 timed out.
Cirrus results
Could anyone provide insights into these issues. I know they're not meson-related, but thought I'd ask here first. I'm pretty new to using the sanitize option, and also new to building on arm.
Beta Was this translation helpful? Give feedback.
All reactions