From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13029 invoked by alias); 9 Jan 2009 09:15:55 -0000 Received: (qmail 12987 invoked by uid 48); 9 Jan 2009 09:15:43 -0000 Date: Fri, 09 Jan 2009 09:15:00 -0000 Message-ID: <20090109091543.12986.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/38326] [4.3/4.4 regression] libjava build failure on ia64-linux-gnu In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "arthur dot loiret at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00945.txt.bz2 ------- Comment #8 from arthur dot loiret at gmail dot com 2009-01-09 09:15 ------- I can reproduce it on Debian unstable. The problem is in Debian's fastjar on ia64: (cd classes; \ /usr/bin/fastjar cf ../tools.zip `find . -name .svn -prune -o -type f -print`; \ cd ..) /bin/sh: line 2: 7749 Segmentation fault /usr/bin/fastjar cf ../tools.zip `find . -name .svn -prune -o -type f -print` (cd asm; \ /usr/bin/fastjar uf ../tools.zip `find . -name .svn -prune -o -type f -print`; \ cd ..) /usr/bin/fastjar: ../tools.zip: can't seek file This results an empty tools.zip and causes the ICE. fastjar is currently compiled with -O2, with it compiled with -O0 the build successes. Matthias, does a simple "fastjar cf a.zip" segfaults for you ? -- arthur dot loiret at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur dot loiret at gmail | |dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38326