If you face this error:

m...@my_datacenter /depot_tools
$ git svn rebase
    253 [main] perl 4916 C:\cygwin\bin\perl.exe: *** fatal error -
unable to remap \\?\C:\cygwin\lib
\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to same address as
parent(0x930000) != 0x940000

Close every cygwin window and run that in cmd.exe:
> c:\cygwin\bin\ash.exe
$ rebaseall
(wait for the command to complete and close the window)

Try your command again. If it still doesn't work, try instead:
$ rebaseall -b 0x50000000 -o 0x80000
or -b 0xNNNN0000 where NNNN is any hex number between 2000 and 7000.
The -o option tell to leave more space between the dlls, it may also
help. It did in my case.

If you are curious, look at /usr/share/doc/Cygwin/rebase-3.0.README
for more explanation.

M-A

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to