ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I runed rosrun gazebo_ros debug and I get this at end. signal SIGFPE??

asked 2014-05-16 04:31:42 -0500

Moussa gravatar image

Msg Waiting for master Msg Connected to gazebo master @ Msg Publicized address: 192.168.10.234 [New Thread 0xa9df8b40 (LWP 10393)]

Program received signal SIGFPE, Arithmetic exception. 0xb1e28fd2 in ?? () from /usr/lib/i386-linux-gnu/libdrm_radeon.so.1

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-05-16 06:44:30 -0500

ahendrix gravatar image

This is a floating point error; it means that a program tried to do an illegal floating-point operation, such as dividing by zero or infinity.

Since the library in question is libdrm_radeon, which is part of the graphics driver, I suspect this is a either a rendering bug or a bug in your graphics drivers.

You may want to try upgrading your graphics drivers to the official ATI drivers.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-16 04:31:42 -0500

Seen: 130 times

Last updated: May 16 '14