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
I came across some lines in snapshotter.cpp such as 768 or 826 where smart pointers that haven't been allocated a portion of memory yet were causing segmentation fault.
The text was updated successfully, but these errors were encountered:
jihyunl2
changed the title
Segmentation Fault from snapshotter.cpp
Segmentation fault from snapshotter.cpp
Jul 26, 2022
Line 801: if (future_result == rclcpp::FutureReturnCode::SUCCESS)
doesn't seem to make sense to me. Shouldn't it be != instead? If not, could you explain why? Thanks in advance.
jihyunl2
changed the title
Issues in snapshotter.cpp
Seg fault issues in snapshotter.cpp
Jul 27, 2022
I came across some lines in snapshotter.cpp such as 768 or 826 where smart pointers that haven't been allocated a portion of memory yet were causing segmentation fault.
The text was updated successfully, but these errors were encountered: