info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs tag mmap error


From: Mark D. Baushke
Subject: Re: cvs tag mmap error
Date: Fri, 20 Aug 2004 10:09:11 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ed Swierk <address@hidden> writes:

> Hello,
> 
> Since upgrading our CVS server to 1.11.17 running on Fedora Core 2,
> we've been getting the following error when attempting to cvs tag a
> large number of files:
> 
>    cvs [tag aborted]: Could not map memory to RCS archive
>    /cvs/vs-linux/streamstor/linux-2.6.3/arch/um/kernel/tt/ptproxy/wait.c,v:
>    No such file or directory
> 
> The file triggering the error varies, but it always exists on the
> server. The client is running 1.11.5 and talks to the server via
> pserver.
> 
> Any idea what could be causing this problem?

The error is returned when mmap() fails to return the buffer in
src/rcs.c::rcsbuf_open().

Given that mmap is not used for very large files, my best guess is that
you are running into a ulimit problem for virtual memory.

Try running 'ulimit -a' while logged into your cvs server. Look at the
'max memory size' as well as 'virtual memory' stats and if the are
already 'unlimited' then you may wish to see if there are any memory
faults in the system or if the system itself is running out of swap
space.

        Good luck,
        -- Mark

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFBJjA33x41pRYZE/gRAlunAJsHY4AKL1Hic8jtyTPyeJSrI0ylJgCffKDV
WIBgNAoFf3l6egFL06HPbwc=
=31Go
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]