info-cvs
[Top][All Lists]
Advanced

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

Re: cvs history error...


From: Larry Jones
Subject: Re: cvs history error...
Date: Thu, 14 Dec 2000 14:42:51 -0500 (EST)

Robert Bresner writes:
> 
> granted we have a 680MB history file.
> Could that be why I'm getting this error?
> 
>       >cvs history -T -a olfmake.defs 
>       Terminated with fatal signal 11

Signal 11 is SIGSEGV (segmentation violation) which is frequently caused
by running out of memory.  Are you sure the server is running CVS 1.10.8
and not some earlier version?  Versions prior to 1.10.8 read the entire
history file into memory at once, so that could explain the problem
(although CVS should have reported being out of memory rather than
crashing with a signal).  1.10.8 and later read the history file a chunk
at a time and only save the individual records you're interested in, so
they're much less likely to exhibit the problem, although it is still
possible.  How much virtual memory do you have available on the server?

-Larry Jones

Years from now when I'm successful and happy, ...and he's in
prison... I hope I'm not too mature to gloat. -- Calvin



reply via email to

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