Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.3.1p6 dies sigbus with threads



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@xxxxxxxxxxxxxx
Eyes Beyond                           Web   : http://www.eyesbeyond.com
Information Technology


To Unsubscribe: send mail to majordomo@xxxxxxxxxxx
with "unsubscribe freebsd-java" in the body of the message