From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31678 invoked by alias); 16 Jul 2012 15:54:23 -0000 Received: (qmail 31660 invoked by uid 22791); 16 Jul 2012 15:54:21 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,TW_GC X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Jul 2012 15:54:10 +0000 From: "dschepler at gmail dot com" To: java-prs@gcc.gnu.org Subject: [Bug java/53982] gij built for x32 can't run a simple Hello World class Date: Mon, 16 Jul 2012 15:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dschepler at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2012-q3/txt/msg00011.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53982 --- Comment #2 from Daniel Schepler 2012-07-16 15:53:41 UTC --- (In reply to comment #1) > Please show us how to reproduce it. I assume you mean the heap corruption issue in ecj1? To pick a Debian package at random which is running into this... download the source package from http://ftp.egr.msu.edu/debian/pool/main/libj/libjpedal-jbig2-java/libjpedal-jbig2-java_20100117.orig.tar.gz and unpack. Then run gcj -C -Wall `find org -name *.java | LC_COLLATE=C sort` Here, the output ends with org/jpedal/jbig2/decoders/MMRDecoder.java:189: warning: The declared exception IOException is not acecj1: arena.c:661: heap_trim: Assertion `p->size == (0|0x1)' failed. gcj: internal compiler error: Aborted (program ecj1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions.