ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Since it's a segfault in the compiler, it's unlikely to have much to do with ROS itself.
You didn't mention what compiler (and version) you are using. If there is a newer version of your compiler, I'd upgrade and see if that fixes it.
2 | Add suggestion for clang. |
Since it's a segfault in the compiler, it's unlikely to have much to do with ROS itself.
You didn't mention what compiler (and version) you are using. If there is a newer version of your compiler, I'd upgrade and see if that fixes it.
If not, you might want to try compiling with clang which is unlikely to have a bug in the same place.