How to debug rmw segfaults launched by ros2cli like `ros2 topic echo`?
I am a developer of rmw_iceoryx, I ran into problems about segfault when executing ros2cli like ros2 topic echo /topic
, bug I cannot find a way to debug this kind of problem, see this issue if you like.
I know it is about python and cpp debug and I tried using vscode python debug launcher to debug ros2cli python script, but failed to catch the segment exception.
So, does anybody has experence on debug ros2cli code that dynamiclly load rmw interface?
Thanks.