Win_rosinstall crashing [closed]

asked 2012-08-08 08:19:20 -0500

I'm trying to set up the MSVC build environment for ROS on Windows using the instructions at: http://www.ros.org/wiki/win_rosinstall/fuerte

I have installed all of the packages and tried executing the example install: rosinstall C:\opt\catkin https://raw.github.com/stonier/win_ros/master/msvc_fuerte.rosinstall

It begins to check out catkin, but the MSYS shell crashes with the following output:

rosinstall operating on C:\opt\catkin from specifications in rosinstall files
       https://raw.github.com/stonier/win_ros/master/msvc_fuerte.rosinstall
(Over-)Writing C:\opt\catkin\.rosinstall
[catkin] Installing https://github.com/yujinrobot/catkin.git (832c1312cccc79ac7325bfe13dc22b87a5389a93) to C:\opt\catkin\catkin
git version 1.7.11.msysgit.1
Cloning into 'C:\opt\catkin\catkin'...
fetch
option
push

.
.
.

00000009done
00000000keep    7f8fa6d5709a31e70af8d38148fd075b58a8d5d9
lock C:/opt/catkin/catkin/.git/objects/pack/pack-7f8fa6d5709a31e70af8d38148fd075b58a8d5d9.keep
lock C:/opt/catkin/catkin/.git/objects/pack/pack-7f8fa6d5709a31e70af8d38148fd075b58a8d5d9.keep

      0 [main] sh.exe" 6112 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
MSYS-1.0.12 Build:2011-07-20 17:52
Exception: STATUS_ACCESS_VIOLATION at eip=10002495
eax=00000000 ebx=00000000 ecx=00000002 edx=008C5E08 esi=04000420 edi=00000001
ebp=0028AD40 esp=0028AA98 program=C:\Program Files (x86)\Git\bin\sh.exe
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:

I am able to check out all of the projects in the rosinstall file manually from the Git Bash prompt. Any suggestions?

Thanks,

David

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-04-06 23:54:29.293757

Comments

Maybe run rosinstall with --verbose, that might give you the command that fails. C:\Program Files (x86)\Git\bin\sh.exe seems odd to me, but might be correct. Also run rosinstall with --catkin option when creating a workspace. Will check if the wiki needs fixing.

KruseT gravatar image KruseT  ( 2012-08-08 11:21:02 -0500 )edit