From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13957 invoked by alias); 9 Oct 2012 17:22:58 -0000 Received: (qmail 13944 invoked by uid 22791); 9 Oct 2012 17:22:56 -0000 X-SWARE-Spam-Status: No, hits=-10.0 required=5.0 tests=BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_GC X-Spam-Check-By: sourceware.org Received: from g4t0016.houston.hp.com (HELO g4t0016.houston.hp.com) (15.201.24.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Oct 2012 17:22:52 +0000 Received: from G9W0369G.americas.hpqcorp.net (g9w0369g.houston.hp.com [16.216.193.232]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by g4t0016.houston.hp.com (Postfix) with ESMTPS id 24823145CB; Tue, 9 Oct 2012 17:22:51 +0000 (UTC) Received: from G4W4286G.americas.hpqcorp.net (16.210.152.145) by G9W0369G.americas.hpqcorp.net (16.216.193.232) with Microsoft SMTP Server (TLS) id 14.2.283.4; Tue, 9 Oct 2012 17:21:41 +0000 Received: from G4W3296.americas.hpqcorp.net ([169.254.10.102]) by G4W4286G.americas.hpqcorp.net ([16.210.152.145]) with mapi id 14.02.0283.004; Tue, 9 Oct 2012 17:21:41 +0000 From: "Boehm, Hans" To: Kurt Miller , Andrew Haley CC: David Daney , "java@gcc.gnu.org" Subject: RE: gcj 4.6 on OpenBSD/x86 Date: Tue, 09 Oct 2012 17:22:00 -0000 Message-ID: References: <201210081607.04804.kurt@intricatesoftware.com> <50733907.9080108@gmail.com> <201210081809.37286.kurt@intricatesoftware.com> <5073750C.5020805@redhat.com> <50742135.3000000@intricatesoftware.com> In-Reply-To: <50742135.3000000@intricatesoftware.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg00005.txt.bz2 It may be worth checking whether the garbage collector tests, particularly = gctest, run correctly in your environment. If not, that might give you an = easier debugging task. Hans > -----Original Message----- > From: java-owner@gcc.gnu.org [mailto:java-owner@gcc.gnu.org] On Behalf > Of Kurt Miller > Sent: Tuesday, October 09, 2012 6:06 AM > To: Andrew Haley > Cc: David Daney; java@gcc.gnu.org > Subject: Re: gcj 4.6 on OpenBSD/x86 >=20 > On 10/8/12 8:51 PM, Andrew Haley wrote: > > On 10/08/2012 03:09 PM, Kurt Miller wrote: > >> Indeed. I've done that already and included the details in the > initial email. > >> Frame 3 is throwing an exception where obj->getClass()->getName() is > >> called. 'obj' is the likely source of the problem but the debugger > believes it is > >> an incomplete type and I can't inspect it; see the end of initial > email. > > I'd put a breakpoint earlier and step through. > > I don't think there's an easier way to do it. > > > > _Jv_Debug(obj) prints an object. > > > > Andrew. > > >=20 > Thanks. It looks like the root of the problem lies in boehm-gc. Using > GC_DONT_GC=3D1 works-around the problem. Time to dig into boehm-gc ifdef > hell again... >=20 > -Kurt