From owner-freebsd-java Tue Feb 26 13:27:50 2002 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 2690E37B405 for ; Tue, 26 Feb 2002 13:27:42 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 16fp8O-0007MQ-00; Tue, 26 Feb 2002 14:27:41 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g1QLRXO18296; Wed, 27 Feb 2002 07:57:33 +1030 (CST) (envelope-from glewis) Date: Wed, 27 Feb 2002 07:57:33 +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: <20020227075733.A17902@misty.eyesbeyond.com> References: <59063B5B4D98D311BC0D0001FA7E452205FDA3A4@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: <59063B5B4D98D311BC0D0001FA7E452205FDA3A4@l04.research.kpn.com>; from K.J.Koster@kpn.com on Tue, Feb 26, 2002 at 07:32:24PM +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 Tue, Feb 26, 2002 at 07:32:24PM +0100, Koster, K.J. wrote: > I can make 1.3.1p6 fall onto it's face by creating threads and having them > generate HTTP traffic against a local web server (HTTPUnit against an Orion > server). The code works fine on a FreeBSD machine with Linux-jdk13 and on > the massive Sun that will be our production server. > > However, in the interest of testing our native port I have been running the > same test in our native port on a spare box. It does not hold as well. I'm > rerunning the tests with java_g instead of java but I won't stick around for > the results tonight. [.snip] > 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). You can also run it under gdb with something like: env DEBUG_PROG=gdb java_g -- 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