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

Error of double free or corruption #27

Open
kdeltak opened this issue Jun 15, 2020 · 1 comment
Open

Error of double free or corruption #27

kdeltak opened this issue Jun 15, 2020 · 1 comment

Comments

@kdeltak
Copy link

kdeltak commented Jun 15, 2020

Hello.

I am trying to use the laserscan_multi_merger to merge 2 laserscans.
I run laserscan_multi_merger, but I have a trouble with double free or corruption.
Do you have any tips for this error?

[Install ira_laser_tools]
sudo apt-get installl ros-melodic-ira-laser-tools

[Software version]
Ubuntu18.04
ROS melodic
pcl 1.8.1

[Log]
user@Ubuntu:~/catkin_ws$ roslaunch ira_laser_tools laserscan_multi_merger.launch
... logging to /home/user/.ros/log/a6bbd3fc-aee6-11ea-b91d-d0abd5c91ed6/roslaunch-Ubuntu-5474.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://Ubuntu:39305/

SUMMARY

PARAMETERS

  • /laserscan_multi_merger/angle_increment: 0.0058
  • /laserscan_multi_merger/angle_max: 2.0
  • /laserscan_multi_merger/angle_min: -2.0
  • /laserscan_multi_merger/cloud_destination_topic: /merged_cloud
  • /laserscan_multi_merger/destination_frame: base_link
  • /laserscan_multi_merger/laserscan_topics: /scanL /scanR
  • /laserscan_multi_merger/range_max: 50.0
  • /laserscan_multi_merger/range_min: 0.3
  • /laserscan_multi_merger/scan_destination_topic: /scan_multi
  • /laserscan_multi_merger/scan_time: 0.0333333
  • /rosdistro: melodic
  • /rosversion: 1.14.5

NODES
/
laserscan_multi_merger (ira_laser_tools/laserscan_multi_merger)

ROS_MASTER_URI=http://localhost:11311

process[laserscan_multi_merger-1]: started with pid [5491]
[ INFO] [1592211707.539413081]: Subscribing to topics 2
double free or corruption (out)
[laserscan_multi_merger-1] process has died [pid 5491, exit code -6, cmd /home/user/catkin_ws/devel_isolated/ira_laser_tools/lib/ira_laser_tools/laserscan_multi_merger __name:=laserscan_multi_merger __log:=/home/user/.ros/log/a6bbd3fc-aee6-11ea-b91d-d0abd5c91ed6/laserscan_multi_merger-1.log].
log file: /home/user/.ros/log/a6bbd3fc-aee6-11ea-b91d-d0abd5c91ed6/laserscan_multi_merger-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done

@trigal
Copy link
Member

trigal commented Jul 15, 2020

no idea, but from your output data I see "devel_isolated"; is your ROS installed with apt-get or compiled from source? could you try to download to your src folder ira_laser_tools from here and un-install the apt version?

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