Bugzilla – Bug 116130
ant segfaults when used to build package castor.rpm on PowerPC
Last modified: 2005-09-09 13:37:15 UTC
When building castor.rpm on PowerPC machine gooseberry, ant segfaults (see /work/built/info/failed/ppc/castor): ------------------------------------------------------------------ [style] Processing /usr/src/packages/BUILD/castor-0.9.5/src/doc/contacts.xml to /usr/src/packages/BUILD/castor-0.9.5/build/doc/contacts.html [style] Processing /usr/src/packages/BUILD/castor-0.9.5/src/doc/contributors.xml to /usr/src/packages/BUILD/castor-0.9.5/build/doc/contributors.html JVMDG217: Dump Handler is Processing a Signal - Please Wait. JVMDG303: JVM Requesting Java core file JVMDG304: Java core file written to /usr/src/packages/BUILD/castor-0.9.5/javacore.20050905.232232.12148.txt JVMDG215: Dump Handler has Processed Exception Signal 11. /var/tmp/rpm-tmp.57863: line 38: 12148 Segmentation fault ant -buildfile src/build.xml doc error: Bad exit status from /var/tmp/rpm-tmp.57863 (%install) ------------------------------------------------------------------ And when building it again with "build" on PowerPC machine xiqua, segfaults look like this: ------------------------------------------------------------------ + ant -buildfile src/build.xml jar JVMDG218: JVM is not fully initialized - will not do dump processing. /var/tmp/rpm-tmp.64663: line 32: 7330 Segmentation fault ant -buildfile src/build.xml jar error: Bad exit status from /var/tmp/rpm-tmp.64663 (%build) ------------------------------------------------------------------
Created attachment 49404 [details] strace of the failing ant
*** This bug has been marked as a duplicate of 115562 ***