Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2002 03:00:00 +1030
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        "Koster, K.J." <K.J.Koster@kpn.com>
Cc:        "FreeBSD Java mailing list (E-mail)" <freebsd-java@FreeBSD.ORG>
Subject:   Re: 1.3.1p6 dies sigbus with threads
Message-ID:  <20020228025959.A21914@misty.eyesbeyond.com>
In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FDA3B4@l04.research.kpn.com>; from K.J.Koster@kpn.com on Wed, Feb 27, 2002 at 03:07:08PM %2B0100
References:  <59063B5B4D98D311BC0D0001FA7E452205FDA3B4@l04.research.kpn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 27, 2002 at 03:07:08PM +0100, Koster, K.J. wrote:
> > > I would appreciate suggestions on how to debug this in more detail.
> > 
> > Run with java_g so you can get some more information (which 
> > you're doing).
> >
> I'm having definite problems reproducing this with java_g.
> 
> The -Xint option is not supported for some obscure reason.

Hmmm, that makes it trickier :).

> > You can also run it under gdb with something like:
> > 
> > env DEBUG_PROG=gdb java_g
> > 
> I get the message "gdb: illegal argument -jar" or somesuch. *sigh*

Well, you don't do your normal arguments to java, i.e., if you normally do

java -jar my.jar

you would now do

env DEBUG_PROG=gdb java_g
gdb> run -jar my.jar

-- 
Greg Lewis                            Email : glewis@eyesbeyond.com
Eyes Beyond                           Web   : http://www.eyesbeyond.com
Information Technology


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?20020228025959.A21914>