-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
hebiros_node: Segmentation fault (core dumped) #65
Comments
Joseph, I'm curious to see if this is something at the C or C++ API level.
export HEBI_DEBUG='true'
LD_PRELOAD=~/Downloads/libhebi.so.1.2 rosrun hebiros hebiros_node Replace the location of the Let me if you see something like the following printed out:
|
Note that the C++ API in the version he is using hasn't been switched to 1.0.0 yet. |
Okay, that's a good point. Sorry for jumping in. I suppose it would be best to hold off on trying my suggestion for now, @josephcoombe . |
Figured out how to reliably generate the seg fault - not sure if this is what I ran into earlier - but... Sending a TrajectoryGoal with only 1 waypoint will crash the hebiros_node and generate a |
Yep -- I can reproduce this here, too. Fix should be up shortly. |
On occasion, the hebiros_node is crashing with a Segmentation fault (core dumped) message.
I'd never encountered this before the latest update (v1.3).
I think it happens when:
a) ROS node A registers group foo with the hebiros_node
b) ROS node A throws an error during execution and exits abruptly
c) ROS node B registers group foo (again) with the hebiros_node
d) ROS node B attempts to execute a TrajectoryAction
Will update if I get more info
Update 2018-03-21
Sending a TrajectoryGoal with only 1 waypoint will crash the hebiros_node and generate a
Segmentation fault (Core dumped)
message.The text was updated successfully, but these errors were encountered: