1 Jan 2006 07:37
Re: memory leak?
Tatsuya BIZENN <bizenn <at> arthub.net>
2006-01-01 06:37:07 GMT
2006-01-01 06:37:07 GMT
Maybe this patch fixes the problem. http://article.gmane.org/gmane.comp.programming.garbage- collection.boehmgc/1066 On 2005/12/22, at 16:25, Shiro Kawai wrote: > It runs in bounded memory on Linux/x86, but I do see a HUGE > leak on MacOSX. It seems that if I allocate something inside > the loop, it isn't collected at all (forcing gc inside the loop > make leak even harder). Could be a GC problem specific to OSX, > but I have no idea so far. > > --shiro > > > From: KIMURA Shigenobu <skimu <at> mac.com> > Subject: [Gauche-devel] memory leak? > Date: Wed, 21 Dec 2005 23:57:50 -0600 > >> Hello, >> >> If I do as follows and monitor the process by top command, >> the memory usage of gosh is getting bigger and bigger. >> >> $ cat fo.scm >> (let loop () >> (format #t "abracadabra\n") >> (loop)) >> $ gosh fo.scm > /dev/null(Continue reading)
RSS Feed