Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 1998 09:21:45 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        Mahadevan Iyer <iyer@internetdevices.com>
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
Message-ID:  <199810291621.JAA16739@mt.sri.com>
In-Reply-To: <36381ADB.DCCDAB3D@internetdevices.com>
References:  <36381ADB.DCCDAB3D@internetdevices.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810291621.JAA16739>