From owner-freebsd-java Thu Oct 29 08:22:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12236 for freebsd-java-outgoing; Thu, 29 Oct 1998 08:22:02 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12184; Thu, 29 Oct 1998 08:21:48 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA23593; Thu, 29 Oct 1998 09:21:46 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA16739; Thu, 29 Oct 1998 09:21:45 -0700 Date: Thu, 29 Oct 1998 09:21:45 -0700 Message-Id: <199810291621.JAA16739@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mahadevan Iyer Cc: java-port@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, saurabh@internetdevices.com, namit@internetdevices.com Subject: Re: Possible Bug in JVM socket code on FreeBSD, java.net.Socket In-Reply-To: <36381ADB.DCCDAB3D@internetdevices.com> References: <36381ADB.DCCDAB3D@internetdevices.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have a simple Server and Client pair > Server listens for connections on fixed port > Clients connect to the server on the port > > The Client opens N connections to the server and keeps them open > The Server sends data on each of these connections > The Client listens for data on each of these connections in a single > thread > > N > 250 causes the Client to dump core > > java -version > > java version "1.1.6" > > I do get this warning when I try to run the interpreter > > /usr/libexec/ld.so: warning: /usr/lib/libc.so.3.0: minor > version 0 older than expected 1, using it anyway > /usr/libexec/ld.so: warning: /usr/lib/libc.so.3.0: minor > version 0 older than expected 1, using it anyway > > Is this related to the problem described above Probably not. FreeBSD 2.2.7 updated the library number, but it wouldn't have affected Java. Thanks for your test programs, I'll try them out and get back to you soon. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message