Bug 63992
| Summary: | AxKit segfaults on HP-UX 11.00 | ||
|---|---|---|---|
| Product: | [Retired] Stronghold Cross Platform | Reporter: | Joe Orton <jorton> |
| Component: | perl-xml-modules | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED NOTABUG | QA Contact: | Stronghold Engineering List <stronghold-eng-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | parisc11 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-04-24 12:59:47 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Joe Orton
2002-04-23 13:15:54 UTC
The backtrace leads to Zlib.sl (Compress::ZLib) in perl-xml-modules; the segfault is not reproducible when either: - adding "AxNoCache On" to conf/axkit.conf - using the Zlib.sl from the perl-xml-modules-5.6.0-7 (from the beta release) - rebuilding Zlib.sl against zlib-1.1.3 The other difference between the beta release and HEAD is that -O2 is used in HEAD. This is suspected to be a compiler optimisation bug; currently investigating use of a newer gcc release. After upgrading from gcc 2.95.2 to 3.0.4, and rebuilding rpm-utils (zlib), libxml, libxslt, and perl-xml-modules, this problem is no longer reproducible. |