(Illustration by Gaich Muramatsu)
On Thu, Jan 31, 2002 at 04:44:41PM -0900, tong wrote: > Hi. > I installed coda-5.3.17 in Linux of RedHat 7.2. ... > 16:36:47 /usr/coda/LOG size is 548342 bytes > 16:36:47 /usr/coda/DATA size is 2193368 bytes > 16:36:47 Initializing RVM data... > 16:36:47 Fatal Signal (11); pid 8992 becoming a zombie... > 16:36:47 You may use gdb to attach to 8992 Interesting, as you might expect this shouldn't be happening. RVM is a pain to debug, but just in case. - Make sure there are no zombied venus processes hanging around. killall -9 venus - Is there enough diskspace available (at least 3MB for RVM) - Anything in the output of 'dmesg', maybe the kernel's OOM killer has shot us down. - Are there any memory allocation limits set (ulimit -d -m -v) - It looks like we were initializing RVM otherwise the message would have stated 'Loading RVM data...', but next time run venus with the -init flag to make sure we are doing the right thing. Once RVM is correctly initialized we don't need to run with -init anymore. JanReceived on 2002-01-31 14:41:26