Re: OutofMemory in pass 16?
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Kevin (Qing) Wang wrote: > 1 [main] python 504 C:\UserApps\bin\python2.5.exe: *** fatal error > - cmalloc would have returned NULL > ERROR: The command 'cvs -q -R -f -d /cygdrive/c/workplace/vcs/ASA co > -r1.1.1.1.2.2 -p Source_Code/DEV/Web/WebContent/xxxxxxx.jsp' > failed with exit status=-1 > and the following output: > 1 [main] python 504 C:\UserApps\bin\python2.5.exe: *** fatal error > - cmalloc would have returned NULL > > Can any one help point out what could go wrong? There was not enough available memory to run the cvs command that is shown. It could be that your RAM + swap was really full, or it could be that your virtual address space was exhausted (e.g., if you are running this on a 32-bit system and using more than 2Gb or 4Gb). Try running the cvs command manually and see whether it can run to completion by itself. Monitor how much memory it needed. Perhaps this file contains enormous revision(s) or something? Alternatives: free up some memory by shutting down other programs, configure more swap space, or find a bigger computer. > Can I restart pass 16 from a particular revision? E.g. in this case > restart from r2696? You can restart at the beginning of pass 16 but not at a particular revision. Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2464243 To unsubscribe from this discussion, e-mail: [[email protected]].