Coda File System

Re: RVM reinit was no help

From: <thoth_at_purplefrog.com>
Date: Fri, 17 Apr 1998 11:11:53 -0400
<braam_at_cs.cmu.edu> ,in message <199804161645.MAA02363_at_carissimi.coda.cs.cmu.edu
	>, wrote: 

> I think I know....
> 
> I told you you had old source...  Is there an sbrk statement in
> coda-src/vice/srv.cc that is executed for Linux.  If so that's it. 

  Unlikely.  From /usr/src/redhat/BUILD/coda-4.4.0/coda-src/vice/srv.cc:

1108:    /*    ProcSize = sbrk(0) >> 10;*/

1784: #if	defined(__FreeBSD__)
1785: 	sbrk((void *)(0x50000000 - (int)sbrk(0))); /* for garbage reasons. */
1786: #elif	defined(__NetBSD__) && NetBSD1_3
1787: 	sbrk((void *)(0x50000000 - (int)sbrk(0))); /* for garbage reasons. */
1788: #elif	defined(__NetBSD__) && NetBSD1_2
1789: 	sbrk((void *)(0x20000000 - (int)sbrk(0))); /* for garbage reasons. */
1790: #endif

> But please, get the latest source, it's no fun debugging these things
> twice :)

Is there something more recent than coda-debug-source-4.4.0-2.i386.rpm ?
That's what I downloaded when I clicked on `Coda Application source 4.4.0-2'
on the page http://coda.cs.cmu.edu/download.linux.html .

-- 
Bob Forsman                                   thoth_at_gainesville.fl.us
           http://www.gainesville.fl.us/~thoth/
Received on 1998-04-17 11:19:08