From owner-freebsd-java@FreeBSD.ORG Wed Feb 25 08:36:37 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 6331C16A4FC for ; Wed, 25 Feb 2004 08:36:37 -0800 (PST) Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BD343D2F for ; Wed, 25 Feb 2004 08:36:36 -0800 (PST) (envelope-from desjardins@canada.com) Received: from gateway.lan.daren.ca ([65.49.123.132]) by fep03-mail.bloor.is.net.cable.rogers.comESMTP <20040225163632.GIEP189272.fep03-mail.bloor.is.net.cable.rogers.com@gateway.lan.daren.ca>; Wed, 25 Feb 2004 11:36:32 -0500 Received: from [216.130.212.41] (account daren@daren.ca HELO [216.130.212.41]) by gateway.lan.daren.ca (CommuniGate Pro SMTP 4.1.8) with ESMTP id 214238; Wed, 25 Feb 2004 11:36:35 -0500 From: Daren Desjardins To: Greg Lewis In-Reply-To: <20040225162239.GA34599@misty.eyesbeyond.com> References: <1077653842.7043.3.camel@lithium.stabilia.com> <200402250936.58783.ernst.dehaan@nl.wanadoo.com> <1077721890.1199.3.camel@lithium.stabilia.com> <20040225162239.GA34599@misty.eyesbeyond.com> Content-Type: text/plain Message-Id: <1077726999.1199.8.camel@lithium.stabilia.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 11:36:39 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep03-mail.bloor.is.net.cable.rogers.com from [65.49.123.132] using ID at Wed, 25 Feb 2004 11:36:32 -0500 cc: Ernst de Haan cc: java@FreeBSD.org Subject: Re: JProbe on 4.9 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, 25 Feb 2004 16:36:37 -0000 That would be super handy. Right now im trying to build JDK 1.3 to see how that works. I tried using the ctrl-\ but nothing happens. Ill see about getting it to run under gdb. Its a pain because its a collection of scripts setting things up prior to invoking java. On Wed, 2004-02-25 at 11:22, Greg Lewis wrote: > On Wed, Feb 25, 2004 at 10:11:30AM -0500, Daren Desjardins wrote: > > Ahh, I did not realize linux jdk defaults to the linux/usr directory > > when browsing. Explains a lot :) > > > > As for the hanging, I have not been able to find anything yet. There is > > no messages or errors printed, it simply displays the splash screen and > > nothing more. I know JPRobe has a lot of issues with jdk 1.4.2 which may > > be causing the hangs. I have 1.4.2 bsd jdk and linux jdk installed. I > > will have to do some digging to see if I can get a jdk 1.4.0 or 1.4.1 > > going. > > We had a port of jdk 1.4.1 you could go back to if you wanted to. > > You could get a stack trace of where its hanging (in the java sense) > by hitting Ctrl-\. You could run it under gdb and get a C stack trace > too. That might help you figure out what it is, although it sounds like > they simply have trouble with 1.4.2.