[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Current diff failures

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2003-02-27 22:50:21 CET

"B. W. Fitzpatrick" <fitz@red-bean.com> writes:

> I'm wondering if he ran out of filesystem space. Tests pass for me
> just fine with revision 5137.

Nope, there's 4 gigs of free space on the partition, and 328 megs of
real (not swap) memory free.

I assume it's due to trying to mmap a file with a zero length. The
manpage for mmap() on Solaris sayeth:

[...]
ERRORS
     The mmap() function will fail if:
[...]
           The argument len has a value less than or equal to 0.
[...]

(Of course, if there _had_ been a resource problem, the code should
 gracefully degrade to simply not using mmap, rather than bailing
 out.)

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 27 22:54:05 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.