From owner-freebsd-java@FreeBSD.ORG Wed Jun 4 16:09:02 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBA537B401 for ; Wed, 4 Jun 2003 16:09:02 -0700 (PDT) Received: from mta01.mail.mel.aone.net.au (mta01.mail.au.uu.net [203.2.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE0643F85 for ; Wed, 4 Jun 2003 16:09:01 -0700 (PDT) (envelope-from jshevland@ozemail.com.au) Received: from blackhawk.ozemail.com.au ([63.60.247.177]) by mta01.mail.mel.aone.net.au with ESMTP <20030604230853.ZXTM19061.mta01.mail.mel.aone.net.au@blackhawk.ozemail.com.au>; Thu, 5 Jun 2003 09:08:53 +1000 Message-Id: <5.2.1.1.0.20030605085549.00b1eb28@mail.ozemail.com.au> X-Sender: jshevland@ozemail.com.au@mail.ozemail.com.au X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Thu, 05 Jun 2003 09:08:46 +1000 To: Greg Lewis , freebsd-java@freebsd.org From: Joe Shevland In-Reply-To: <20030604172238.GA25212@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Experimental patchsets X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 23:09:02 -0000 Hi Greg, Sounds excellent, I'll gladly test any patches out. I'm being stung at the moment by SSL issues... I haven't managed to get any of the JDK's to behave with my application under 4.8-STABLE, it uses the JSSE libraries for secure RMI and standard TCP/IP comms. The server's listening sockets are established OK (for the native JDK), its around the time of the client connections that things go awry. The Linux JDK's (1.3 and 1.4) barf when establishing the listening sockets, the error vaguely resembles '/dev/random reached end of file', whilst the native 1.4.1 goes into a 100% CPU spin when a client connects - this is not always reproducible at first try, though a few client connections will generally display the problem. Sorry there's very little details there; if anyone is interested, I'll attach the error messages and stack traces for the different JDK's, as well as a test case to reproduce the bug. I'd prefer to help with fixing the native one, so any pointers to how to make the process dump core, break into debug mode etc would be greatly appreciated. Regards, Joe At 5/06/2003 03:22 AM, Greg Lewis wrote: >Hi all, > >I've started placing more frequent "experimental" patchsets up for download. >The aim is to let people get at features and test them earlier without the >load of doing a full patchset release. It should also make it easier for >people to contribute without CVS access. However, as these patchsets >haven't been through a release cycle they aren't guaranteed to work, the >documentation is a little rough, etc. They also aren't going to be >supported in the ports system and you're expected to be able to build >things yourself. Bug reports are, of course, welcome. > >At the moment these patchsets are being built for 1.3.1 and 1.4.1 (1.2.2 >to follow soon). I expect to put these up weekly. > >For your edification, these patchsets should contain the following major >features in comparison to the current release: > >1.3.1: > . OpenBSD support. > . HotSpot builds (on FreeBSD) with the 4.x system compiler. > >1.4.1: > . Browser plugin support. > . NetBSD support. > >Please see the ChangeLog files for the details of who contributed these >features. > >-- >Greg Lewis Email : glewis@eyesbeyond.com >Eyes Beyond Web : http://www.eyesbeyond.com >Information Technology FreeBSD : glewis@FreeBSD.org > >_______________________________________________ >freebsd-java@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-java >To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"