From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5011 invoked by alias); 29 Mar 2002 00:46:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 4979 invoked by uid 71); 29 Mar 2002 00:46:02 -0000 Date: Thu, 28 Mar 2002 16:46:00 -0000 Message-ID: <20020329004602.4978.qmail@sources.redhat.com> To: tromey@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Tom Tromey Subject: Re: java/5986: SIGSEGV in __gcj_personality_v0 Reply-To: Tom Tromey X-SW-Source: 2002-03/txt/msg01118.txt.bz2 List-Id: The following reply was made to PR java/5986; it has been noted by GNATS. From: Tom Tromey To: Jeff Sturm Cc: gcc-gnats@gcc.gnu.org Subject: Re: java/5986: SIGSEGV in __gcj_personality_v0 Date: 28 Mar 2002 17:36:28 -0700 Jeff> I rebuilt the whole application from bytecode, 7 jar files Jeff> containing some 1,018 class files... and it worked! Excellent. I'll check it in at some point; we can always back it out or refine it if need be. Jeff> (Well, I had to use javac, since "gcj -C" caused verifier Jeff> errors... but's that's another problem.) Verifier errors from gcj itself? Unfortunately there are some known `gcj -C' bugs. They're in Gnats. Fixing them looks complicated, and I haven't had time to delve into it recently. I'm curious why you're compiling to bytecode first. Tom