From owner-freebsd-java Wed Feb 13 9: 4:33 2002 Delivered-To: freebsd-java@freebsd.org Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by hub.freebsd.org (Postfix) with ESMTP id 0894A37B402 for ; Wed, 13 Feb 2002 09:04:29 -0800 (PST) Received: from billh by gnuppy.monkey.org with local (Exim 3.34 #1 (Debian)) id 16b2pL-0000ed-00; Wed, 13 Feb 2002 09:04:15 -0800 Date: Wed, 13 Feb 2002 09:04:15 -0800 To: Mikhail Kruk Cc: Greg Lewis , freebsd-java@FreeBSD.ORG Subject: Re: Java for FreeBSD Message-ID: <20020213170415.GA2470@gnuppy.monkey.org> References: <20020213174606.A58333@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i From: Bill Huey Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 13, 2002 at 02:28:14AM -0500, Mikhail Kruk wrote: > Thank you guys for the great job!! > I'm sitting here testing the stuff. Native threads seem to be in decent > shape but gui applications seem to cause signal 1 almost always (Swing > sooner, awt later). > Plugin is really impressive! Even sound works. If you're using native threading with Swing, then you've run into a problem with signal delivery that has yet to be worked out. SIGUSR1 I believe isn't being caught for some reason and it's one of the last bugs that prevent the native threading implemenation from fully working at this time. I'm not sure what other bugs are left once this has been squashed. There's also a problem in the pthreads library that inappropriately wakes a thread without checking to see if it was marked as suspended. Hopefully, that'll be worked out soon. I'm still HotSpot hacking over here. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message