From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31900 invoked by alias); 9 Oct 2012 00:51:32 -0000 Received: (qmail 31891 invoked by uid 22791); 9 Oct 2012 00:51:30 -0000 X-SWARE-Spam-Status: No, hits=-8.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_GC X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Oct 2012 00:51:26 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q990pQF3012991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 8 Oct 2012 20:51:26 -0400 Received: from zebedee.pink (ovpn-113-106.phx2.redhat.com [10.3.113.106]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q990pO8J003581; Mon, 8 Oct 2012 20:51:25 -0400 Message-ID: <5073750C.5020805@redhat.com> Date: Tue, 09 Oct 2012 00:51:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: Kurt Miller CC: David Daney , java@gcc.gnu.org Subject: Re: gcj 4.6 on OpenBSD/x86 References: <201210081607.04804.kurt@intricatesoftware.com> <50733907.9080108@gmail.com> <201210081809.37286.kurt@intricatesoftware.com> In-Reply-To: <201210081809.37286.kurt@intricatesoftware.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00003.txt.bz2 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.