Hi, I'm trying to run `stage_ros` with the example worlds but I'm getting `malloc(): memory corruption` error. I'm running on ubuntu 14.04 with ros indigo. When I do: `rosrun stage_ros stageros -g willow-erratic.world` It works fine. But when I do: `rosrun stage_ros stageros willow-erratic.world` It gives me an error: ``` malloc(): memory corruption ``` Any ideas of the problem? Thank you very much