From owner-freebsd-java@FreeBSD.ORG Thu Mar 4 11:55:10 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 4610316A4CE; Thu, 4 Mar 2004 11:55:10 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEA043D39; Thu, 4 Mar 2004 11:55:09 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 033C33D; Thu, 4 Mar 2004 20:55:08 +0100 (CET) Date: Thu, 4 Mar 2004 20:55:08 +0100 From: Guido van Rooij To: Alexey Zelkin Message-ID: <20040304195508.GA63008@gvr.gvr.org> References: <20040304090452.GA55087@gvr.gvr.org> <20040304191729.GA53518@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040304191729.GA53518@phantom.cris.net> cc: freebsd-java@freebsd.org Subject: Re: java crash from within mozilla 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: Thu, 04 Mar 2004 19:55:10 -0000 On Thu, Mar 04, 2004 at 09:17:29PM +0200, Alexey Zelkin wrote: > hi, > > Well. One question: did you try to use any other applets ? From > demo/ directory or/and from sun.com ? And one more -- did you check Yes. I never had java problems before. > XFree logs ? java_vm may output some more inforation to "stdout". I did, but that didn't give more info than the log file attached to my original message. > And one more - does this error appear while loading/starting applet > or somethere in middle ? It seems somewhere in the middle. > > Some hints you may want to try (order does not matter): > > . revert libmap configuration (i.e. use libc_r by default) I tried various combinations to no avail. > > . try to use _g (debuging) version of plugin shared object and try > to get a backtrace from java_vm's core file (preferably 'bt full'). > Note: you'll install debug version of all JVM libraries first (use > WITH_DEBUG port install option) > > . Check your logs for something related to pipe's and/or thread limits. > Looks like that handler thread's pointer become invalid at some point > or something broken on browser<->plugin pipe. I can't say anything > concrete without getting more information. > > . install mozilla to 1.4/1.5 (leave it for last attempt or try > on clean machine) I worked around it because it seems to only occur in some sort home crypto applet that is called upon first logon. It asks you to change the password. I did that step on a windows machine, and now everything works smoothly with mozilla. -Guido