move_base crashed when call clear_costmaps service
I download the latest updated navigation package from github.And I come across a problem .move_base crashed when I call clear_costmaps service at high rate,such as 2Hz.
below is the error infomation:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[move_base-1] process has died [pid 16226, exit code -6, cmd /home/robocup/catkin_ws/devel/lib/move_base/move_base /move_base/clear_costmaps:=/clear_costmaps __name:=move_base __log:=/home/robocup/.ros/log/ad85e5de-ed8f-11e3-b90b-0015005e1628/move_base-1.log].
log file: /home/robocup/.ros/log/ad85e5de-ed8f-11e3-b90b-0015005e1628/move_base-1*.log
Has anyone met the problem before?Any advice will be appreciated!