Closed
Description
As discussed in the March 11th monthly meetup, we have some occasional unit test failures. These failures have seemingly been narrowed down to rclrs_tests and appear to be related to DDS usage. See #364 for more details.
With that in mind, it is imperative that we take multiple approaches to thoroughly investigate and analyze the root causes of these failures.
For this issue, we agreed that it would be beneficial to look at the drop order for our structs. Since we interface with C, it is possible that we are not properly dropping owned resources (i.e. not in the right order). This is a rather subtle potential problem and will require lots of attention to detail. See Destructors from the rust language reference for more details.
Metadata
Metadata
Assignees
Labels
No labels