Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2001 17:30:32 +0930
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Jonathan Chen <jonathan.chen@itouch.co.nz>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: TIB software and JDK 1.2.2b10
Message-ID:  <20010903173032.A57835@misty.eyesbeyond.com>
In-Reply-To: <20010903105143.A47630@itouchnz.itouch>; from jonathan.chen@itouch.co.nz on Mon, Sep 03, 2001 at 10:51:43AM %2B1200
References:  <20010903105143.A47630@itouchnz.itouch>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010903173032.A57835>