From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16047 invoked by alias); 11 Jun 2008 02:17:52 -0000 Received: (qmail 16039 invoked by uid 22791); 11 Jun 2008 02:17:51 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 02:17:08 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5B2H6DQ026144; Tue, 10 Jun 2008 22:17:06 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5B2H5Sf006251; Tue, 10 Jun 2008 22:17:05 -0400 Received: from opsy.redhat.com (vpn-10-40.bos.redhat.com [10.16.10.40]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5B2H5sT005342; Tue, 10 Jun 2008 22:17:05 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 4992A378182; Tue, 10 Jun 2008 20:17:04 -0600 (MDT) To: Ray Ruvinskiy Cc: Phil Muldoon , frysk@sourceware.org Subject: Re: Debugging a NullPointerException in fstack References: <484E2B37.3010309@redhat.com> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Wed, 11 Jun 2008 03:04:00 -0000 In-Reply-To: (Ray Ruvinskiy's message of "Tue\, 10 Jun 2008 21\:32\:15 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00095.txt.bz2 >>>>> "Ray" == Ray Ruvinskiy writes: Ray> Is it possible to make it so that when a program compiled with Ray> gcj throws an exception, the stack trace is displayed, like it Ray> would be if a jar file is run with Sun's jre? This should work in general. I think in some places frysk swallows exceptions or does not print traces. Ray> Is there any hope in getting gdb to meaningfully debug Ray> gcj-compiled binaries? This should pretty much work. Tom