For anyone interested, here''s the stackdump for rm.exe that I''m seeing with msys on my Windows XP VM: C:\Repositories\win32-api\ext>type rm.exe.stackdump MSYS-1.0.11 Build:2009-05-12 18:47 Exception: STATUS_ACCESS_VIOLATION at eip=3000A973 eax=00000774 ebx=7109972C ecx=00000000 edx=71111E34 esi=711100D4 edi=71083EC0 ebp=0022FEE0 esp=0022FE9C program=c:\Program Files\Git\bin\rm.exe cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023 Stack trace: Frame Function Args 0022FEE0 3000A973 (711100D4, 00000774, 00000003, 30004E25) 0022FF30 3000500A (00000000, 879F0000, 0000228F, 00000008) 0022FF50 300056D5 (00008000, 00000000, 0022FF90, 0040F2C8) 0022FF60 30005722 (00000000, 00000000, 8054B49A, 8054B944) 0022FF90 0040F2C8 (004016E4, 00000000, 00000001, 00000006) 0022FFC0 0040103D (71083EC0, 0022E7F8, 7FFDB000, 8054B6ED) 0022FFF0 7C817077 (00401000, 00000000, 78746341, 00000020) End of stack trace Is there a dedicated msys/mingw google group? I couldn''t find it, and I really don''t want to subscribe to the mailing list. Regards, Dan
On Tue, Feb 9, 2010 at 4:06 AM, Daniel Berger <djberg96 at gmail.com> wrote:> For anyone interested, here''s the stackdump for rm.exe that I''m seeing with > msys on my Windows XP VM: > > C:\Repositories\win32-api\ext>type rm.exe.stackdump > MSYS-1.0.11 Build:2009-05-12 18:47 > Exception: STATUS_ACCESS_VIOLATION at eip=3000A973 > eax=00000774 ebx=7109972C ecx=00000000 edx=71111E34 esi=711100D4 > edi=71083EC0 > ebp=0022FEE0 esp=0022FE9C program=c:\Program Files\Git\bin\rm.exe > cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023 > Stack trace: > Frame ? ? Function ?Args > 0022FEE0 ?3000A973 ?(711100D4, 00000774, 00000003, 30004E25) > 0022FF30 ?3000500A ?(00000000, 879F0000, 0000228F, 00000008) > 0022FF50 ?300056D5 ?(00008000, 00000000, 0022FF90, 0040F2C8) > 0022FF60 ?30005722 ?(00000000, 00000000, 8054B49A, 8054B944) > 0022FF90 ?0040F2C8 ?(004016E4, 00000000, 00000001, 00000006) > 0022FFC0 ?0040103D ?(71083EC0, 0022E7F8, 7FFDB000, 8054B6ED) > 0022FFF0 ?7C817077 ?(00401000, 00000000, 78746341, 00000020) > End of stack trace > > Is there a dedicated msys/mingw google group? I couldn''t find it, and I > really don''t want to subscribe to the mailing list.There is no group in Google, but what you can do is subscribe to mingw-users, and use GMail power to assign a label and archive it directly. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exup?ry
Luis Lavena wrote:> On Tue, Feb 9, 2010 at 4:06 AM, Daniel Berger <djberg96 at gmail.com> wrote: >> For anyone interested, here''s the stackdump for rm.exe that I''m seeing with >> msys on my Windows XP VM: >> >> C:\Repositories\win32-api\ext>type rm.exe.stackdump >> MSYS-1.0.11 Build:2009-05-12 18:47 >> Exception: STATUS_ACCESS_VIOLATION at eip=3000A973 >> eax=00000774 ebx=7109972C ecx=00000000 edx=71111E34 esi=711100D4 >> edi=71083EC0 >> ebp=0022FEE0 esp=0022FE9C program=c:\Program Files\Git\bin\rm.exe >> cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023 >> Stack trace: >> Frame Function Args >> 0022FEE0 3000A973 (711100D4, 00000774, 00000003, 30004E25) >> 0022FF30 3000500A (00000000, 879F0000, 0000228F, 00000008) >> 0022FF50 300056D5 (00008000, 00000000, 0022FF90, 0040F2C8) >> 0022FF60 30005722 (00000000, 00000000, 8054B49A, 8054B944) >> 0022FF90 0040F2C8 (004016E4, 00000000, 00000001, 00000006) >> 0022FFC0 0040103D (71083EC0, 0022E7F8, 7FFDB000, 8054B6ED) >> 0022FFF0 7C817077 (00401000, 00000000, 78746341, 00000020) >> End of stack trace >> >> Is there a dedicated msys/mingw google group? I couldn''t find it, and I >> really don''t want to subscribe to the mailing list. > > There is no group in Google, but what you can do is subscribe to > mingw-users, and use GMail power to assign a label and archive it > directly. >Actually, I just realized it was the rm.exe that came with the git bundle. I removed that so that it uses the one from msys instead. That one works fine. Regards, Dan
On Tue, Feb 9, 2010 at 6:36 PM, Daniel Berger <djberg96 at gmail.com> wrote:> > Actually, I just realized it was the rm.exe that came with the git bundle. I > removed that so that it uses the one from msys instead. That one works fine. >That is one of the reasons I only have the git.cmd stub instead of the full git in my PATH. Glad you sorted it out, don''t hesitate in share any issue you may have with MSYS so we can work together in solve them -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exup?ry