|
Bugzilla – Full Text Bug Listing |
| Summary: | ant segfaults when used to build package castor.rpm on PowerPC | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Yi Xu <yxu> |
| Component: | Wiki | Assignee: | Sonja Krause-Harder <skh> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Adrian Schröter <adrian.schroeter> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PowerPC-64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | strace of the failing ant | ||
Created attachment 49404 [details]
strace of the failing ant
|
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) ------------------------------------------------------------------