------- 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