From owner-freebsd-java@FreeBSD.ORG Tue Jan 20 09:49:57 2004 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 65E0316A4CE for ; Tue, 20 Jan 2004 09:49:57 -0800 (PST) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A9743D69 for ; Tue, 20 Jan 2004 09:49:45 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from skeeter.psp.pas.earthlink.net ([207.217.78.186]) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Aj00X-0007Fd-00; Tue, 20 Jan 2004 09:49:45 -0800 Message-ID: <674320.1074620985113.JavaMail.root@skeeter.psp.pas.earthlink.net> Date: Tue, 20 Jan 2004 11:49:45 -0600 (GMT-06:00) From: Sean Welch To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: mozilla-gtk2-1.6_1 and jdk-1.4.2p6_1 issues under 5.2-RELEASE X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean Welch List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 17:49:57 -0000 I'm seeing some issues with the current version of jdk14 and would like some verification to be sure it isn't just my particular setup. I also had the same issue with the version of mozilla-gtk2-1.5 from the 5.2-RELEASE install cd. Trying to run this applet (mindterm) crashes the browser: http://sean.storm2k.com/ssh.html Trying to run it directly with appletviewer results in the applet starting with a message stating that it is trying to initialize the random generator -- then it starts spooling up the cpu. The menus at the top of the mindterm do work, but it never gets any further. (Yes, I know the signing on the applet is not too reassuring -- it is just for my use and I'm not very expert at "signing") I do not have this issue with 4.9-RELEASE running jdk-1.4.1p4_1 and mozilla-gtk2-1.6.a with the same tests. I am reasonably confident the issue is only with the java port but I am surprised that the browser quits on me... Anyone else get this same behavior? Sean