From owner-freebsd-java Mon Sep 3 1: 2:26 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 01FCB37B405 for ; Mon, 3 Sep 2001 01:02:19 -0700 (PDT) Received: from [166.70.7.144] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 15dog9-0006QX-00; Mon, 03 Sep 2001 02:02:13 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f8380bc57861; Mon, 3 Sep 2001 17:30:37 +0930 (CST) (envelope-from glewis) Date: Mon, 3 Sep 2001 17:30:32 +0930 From: Greg Lewis To: Jonathan Chen Cc: freebsd-java@FreeBSD.ORG Subject: Re: TIB software and JDK 1.2.2b10 Message-ID: <20010903173032.A57835@misty.eyesbeyond.com> References: <20010903105143.A47630@itouchnz.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010903105143.A47630@itouchnz.itouch>; from jonathan.chen@itouch.co.nz on Mon, Sep 03, 2001 at 10:51:43AM +1200 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, Sep 03, 2001 at 10:51:43AM +1200, Jonathan Chen wrote: > Hi, > > I'm note sure whether anyone on the list has had experience with using > the TIB (http://www.tibco.com), but I'm having some problems using the > software available from: > > ftp://ftp.rv.tibco.com/pub/tibrv_6_8/software/tibrv_6_8_fbsd42_x86.tar.gz > [snip] > When I attempt to run the example programs tibrvserver.java and > tibrvclient.java; the jvm coredumps on starting up tibrvclient (see > attachement, coredumps available on request). > > How would I go about trying to figure out just where the problem is? You might get some information from running gdb on the core. More likely to help though is to run TIB under the debugging executable (java_g) and gdb. E.g. > setenv DEBUG_PROG gdb > java_g [gdb starts up] gdb> run [Whatever arguments you use to start TIB] Then see what happens. You might have to ignore a few signals to get to the actual dump. -- 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