From owner-freebsd-java Wed Feb 27 8:30:23 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id AD2F837B405 for ; Wed, 27 Feb 2002 08:30:10 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16g6y1-0007GW-00; Wed, 27 Feb 2002 09:30:10 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g1RGU0v21931; Thu, 28 Feb 2002 03:00:00 +1030 (CST) (envelope-from glewis) Date: Thu, 28 Feb 2002 03:00:00 +1030 From: Greg Lewis To: "Koster, K.J." Cc: "FreeBSD Java mailing list (E-mail)" Subject: Re: 1.3.1p6 dies sigbus with threads Message-ID: <20020228025959.A21914@misty.eyesbeyond.com> References: <59063B5B4D98D311BC0D0001FA7E452205FDA3B4@l04.research.kpn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FDA3B4@l04.research.kpn.com>; from K.J.Koster@kpn.com on Wed, Feb 27, 2002 at 03:07:08PM +0100 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 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