Date: Tue, 08 Dec 1998 22:49:26 -0800 From: Mahadevan Iyer <iyer@internetdevices.com> To: Archie Cobbs <archie@whistle.com> Cc: nate@mt.sri.com, freebsd-java@FreeBSD.ORG, iyer@internetdevices.com Subject: Re: Possible Bug in JVM Garbage Collection of Threads Message-ID: <366E1D76.592EA20A@internetdevices.com> References: <199812090211.SAA11531@bubba.whistle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------DFEE857117809ECBADE5A8BD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Archie Cobbs wrote: > Mahadevan Iyer writes: > > FreeBSD JVM version : 1.1.7 > > This code causes the Resident memory size of the java process to continously > > grow > > You can see this if you run "top" on freeBSD > > It will eventually given an OutOfMemoryError > > > > If you throw in the socket code, it will give a "recursive malloc()" error > > To trigger this error there has to be a client that continuously tries to > > connect to the server > > This problem seems to be an result of the previous problem, however this > > causes our server to die. > > Wow.. a case where JDK breaks and kaffe doesn't :-) kaffe doesn't seem to grow in size but dies when I uncomment the socket codeand test it with connections ---------------------------------------------------------- kaffe.util.Deprecated at java/lang/Throwable.<init>(24) at java/lang/Error.<init>(17) at kaffe/util/Deprecated.<init>(16) at java/lang/Thread.stop(159) at TSock.main(11) ---------------------------------------------------------- > > > > -Archie > > ___________________________________________________________________________ > Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com --------------DFEE857117809ECBADE5A8BD Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Mahadevan Iyer Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Mahadevan Iyer n: Iyer;Mahadevan org: Internet Devices email;internet: iyer@internetdevices.com title: Principal Architect x-mozilla-cpt: ;0 x-mozilla-html: FALSE version: 2.1 end: vcard --------------DFEE857117809ECBADE5A8BD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?366E1D76.592EA20A>