Skip to content
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

process has died, exit code -11 Segmentation fault #86

Closed
Manit-Chan opened this issue Apr 5, 2021 · 3 comments
Closed

process has died, exit code -11 Segmentation fault #86

Manit-Chan opened this issue Apr 5, 2021 · 3 comments

Comments

@Manit-Chan
Copy link

Once I have used this great library octomap_mapping in hector_quadrotor with Velodyne VLP16 project to show Marker array on Rviz and it work perfectly.

But when i go to another project and need to apt full-upgrade, our hector_quadrotor project cann't work again.

We remove and reinstall ros and its dependencies after that hector_quadrotor project work again but octomap_mapping not.

When we use"roslaunch octomap_server octomap_mapping.launch" it say octomap_server: "process has died, exit code -11".

With gdb, we get more detail of error

Thread 1 "octomap_server_" received signal SIGSEGV, Segmentation fault

sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: No such file or directory

This is octomap_mapping.launch

`

	<!-- fixed map frame (set to 'map' if SLAM or localization running!) -->
	<param name="frame_id" type="string" value="world" />
	
	<!-- maximum range to integrate (speedup!) -->
	<param name="sensor_model/max_range" value="5.0" />
	
	<!-- data source to integrate (PointCloud2) -->
	<!-- <remap from="cloud_in" to="/narrow_stereo/points_filtered2" /> -->

</node>

`

(point cloud topic (sensor_msgs/PointCloud2) is already published on /cloud_in so we dont need to remap)

Our environment

  • Ubuntu 20
  • Ros noetic
  • PCL 1.10

I tried to search about "Segmentation fault" and it tend to be something wrong with PCL.

@wxmerkt
Copy link
Member

wxmerkt commented Apr 5, 2021

Are you using the Velodyne Gazebo plugin by any chance? We recently saw the error above coming from the Pointcloud-from-message conversion in another package and it was due to malformed LidarScans of the Velodyne Gazebo plugin. In this case compiling the latest Velodyne Gazebo plugin from source fixed it.

@Manit-Chan
Copy link
Author

Thank you wxmerkt After i install Velodyne Gazebo plugin from source, It work again and now Marker array are shown on Rviz.

@wxmerkt
Copy link
Member

wxmerkt commented Apr 12, 2021

Great, thanks for the feedback. I'll go ahead and will close the issue.

@wxmerkt wxmerkt closed this as completed Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants