Tested in Ubuntu 22.04
Python 3.11.14
In the branch luis/update_ros_example
Steps to reproduce:
- Run CARLA with
make launch ARGS="--ros2 --editor-flags='--ros2'"
- Start the simulation
- Open a new terminal and go to
PythonAPI/examples/ros2
- Run the RViz example:
./run_rviz.sh
- Close RViz
Expected behavior: Clean shutdown with no errors.
Observed behavior: Intermittently, after closing RViz, a segmentation fault is logged:
[ros2run]: Segmentation fault
Notes:
- Does not happen on every run
- This segmentation fault can be triggered with any combination of --distro and --rmw
- The crash happens during RViz2 shutdown.
- It does not affect the simulation.
Tested in Ubuntu 22.04
Python 3.11.14
In the branch luis/update_ros_example
Steps to reproduce:
make launch ARGS="--ros2 --editor-flags='--ros2'"PythonAPI/examples/ros2./run_rviz.shExpected behavior: Clean shutdown with no errors.
Observed behavior: Intermittently, after closing RViz, a segmentation fault is logged:
Notes: