From owner-freebsd-java Mon Nov 19 21:32: 3 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id BEADE37B41C for ; Mon, 19 Nov 2001 21:31:59 -0800 (PST) Received: from [166.70.6.9] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 1663Vl-0006pV-00; Mon, 19 Nov 2001 22:31:58 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id fAK5VsP03578; Tue, 20 Nov 2001 16:01:54 +1030 (CST) (envelope-from glewis) Date: Tue, 20 Nov 2001 16:01:53 +1030 From: Greg Lewis To: Mark Evenson Cc: java@FreeBSD.ORG Subject: Re: jdk1.3.1 and JRE netscape/mozilla plugin Message-ID: <20011120160153.A3540@misty.eyesbeyond.com> References: <20011119043139.A98747@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from evenson@panix.com on Mon, Nov 19, 2001 at 07:49:41AM -0500 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 Mon, Nov 19, 2001 at 07:49:41AM -0500, Mark Evenson wrote: > Well, I made it to the point of mozilla reporting "failed to exec > 'java_vm'". I don't know how far I can get in debugging this at this point, > as my knowledge of how to debug mozilla is rather scanty, but I offer the > observation that the 'java_vm' executable gets placed into the > 'native_threads' section of the filepath where no other files seem to be > located. You don't need to debug mozilla. In fact, you don't even need to run Mozilla. You can get java_vm to crash just as handily running it from the command line, without having the rigmarole of mozilla invoking it :). > quid:~/src/jdk-1.3.1/j2sdk1.3.1/build/bsd-i386$ find . -name java_vm -print > ./bin/i386/native_threads/java_vm > ./jre-image-i386/bin/i386/native_threads/java_vm > ./jdk-image-i386/jre/bin/i386/native_threads/java_vm > ./jdk-image-i386/bin/i386/native_threads/java_vm > > That raise any flags to anybody? This is simply a hard coded path. I've got patches to put it in green_threads. I suspect its hard coded to native_threads as that is the default threading subsystem on Linux, Solaris and Windows. This isn't the problem though :). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message