-
Notifications
You must be signed in to change notification settings - Fork 581
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
Segfault in test_rdf_integration #1156
Comments
Wonder why CI didn't catch this... Might it be related to this: 6fa02b7? |
I have isolated the problem to I'm not quite wrapping my head around the thread issue at the moment, but somehow when this test is being completed, the destructors are called in the wrong order, or some such. |
(For cross referencing, this test is being temporarily disabled in #1170 ) |
Eventually fixed within #1170. Kudos to @JafarAbdi, we can close this! |
Description
When I run colcon test,
test_rdf_integration
crashes with a segfault for me.Your environment
main
Steps to reproduce
Run
colcon test
Expected behaviour
Happy tests
Actual behaviour
Unhappy
test_rdf_integration
with segfault belowBacktrace or Console output
The text was updated successfully, but these errors were encountered: