From owner-freebsd-java@FreeBSD.ORG Wed Feb 25 10:16:30 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 76E3916A4DC for ; Wed, 25 Feb 2004 10:16:30 -0800 (PST) Received: from fep02-mail.bloor.is.net.cable.rogers.com (fep02-mail.bloor.is.net.cable.rogers.com [66.185.86.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C812843D2F for ; Wed, 25 Feb 2004 10:16:29 -0800 (PST) (envelope-from desjardins@canada.com) Received: from gateway.lan.daren.ca ([65.49.123.132]) by fep02-mail.bloor.is.net.cable.rogers.comESMTP <20040225181602.TPTS181170.fep02-mail.bloor.is.net.cable.rogers.com@gateway.lan.daren.ca>; Wed, 25 Feb 2004 13:16:02 -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 214243; Wed, 25 Feb 2004 13:16:28 -0500 From: Daren Desjardins To: Greg Lewis In-Reply-To: <1077726999.1199.8.camel@lithium.stabilia.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> <1077726999.1199.8.camel@lithium.stabilia.com> Content-Type: text/plain Message-Id: <1077732991.1199.13.camel@lithium.stabilia.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 13:16:31 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep02-mail.bloor.is.net.cable.rogers.com from [65.49.123.132] using ID at Wed, 25 Feb 2004 13:16:02 -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 18:16:30 -0000 I installed BSD 1.3.1 and Linux-jdk-1.3.1. The bsd jdk causes the same hanging as 1.4.2. I was able to get the linux-jdk 1.3.1 to work a little better than 1.4. However it causes the sig 11 included below. If anyone has a pkg of the linux 1.4.0 or 1.4.1 port, I would be willing to try that as well. ------ Using CATALINA_BASE: /usr/local/jakarta-tomcat4.1 Using CATALINA_HOME: /usr/local/jakarta-tomcat4.1 Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat4.1/temp Using JAVA_HOME: /usr/local/linux-sun-jdk1.3.1 JProbe Warning: jvminfo.xml file has been modified and may not be officially sup ported. JProbe(tm) Profiler Version 5.0.1 (c)1998-2003 by Quest Software Inc. All rights reserved. JProbe is a trademark of Quest Software Inc. SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]: Success si_code [12]: unknown siginfo stackpointer=0x2dfbaff4 Full thread dump Classic VM (1.3.1_10-b03, green threads): "Signal dispatcher" (TID:0x29a213b8, sys_thread_t:0x81ae9b0, state:R) prio=5 "main" (TID:0x29a211b0, sys_thread_t:0x804d998, state:R) prio=5 Monitor Cache Dump: Registered Monitor Dump: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: _JProbe Pool Lock_: _JProbe Socket Read Lock_: _JProbe VMState Lock_: _JProbe Socket Lock_: _JProbe Lock_: _JProbe Suspend Monitor_: _JProbe Client Data Lock_: _JProbe Log Lock_: Monitor cache lock: owner "Signal dispatcher" (0x81ae9b0) 1 entry Dynamic loading lock: Monitor IO lock: User signal monitor: Child death monitor: I/O monitor: Alarm monitor: Waiting to be notified: (0x808af70) Thread queue lock: owner "Signal dispatcher" (0x81ae9b0) 1 entry Monitor registry: owner "Signal dispatcher" (0x81ae9b0) 1 entry Press any key to continue . . . On Wed, 2004-02-25 at 11:36, Daren Desjardins wrote: > 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. > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"