Bug 101813
Summary: | prelink 0.3.0-1 gives assertion failure | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux Beta | Reporter: | Michael Young <m.a.young> | ||||
Component: | prelink | Assignee: | Jakub Jelinek <jakub> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | beta1 | CC: | chris.ricker | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.3.0-2 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2003-08-11 12:52:29 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 100644 | ||||||
Attachments: |
|
Description
Michael Young
2003-08-07 09:37:13 UTC
Can you please add -vvv to the prelink options and retry? If the assertion failure happens again, I'm interested in what program or library was it currently prelinking (and a copy of that binary resp. library as attachement). Created attachment 93484 [details]
File prelink fails on.
The problem is in linking /usr/sbin/cpqarrayd which I have confirmed by running
prelink -vvvq /usr/sbin/cpqarrayd
I am attaching this file.
Can you please pack all the libraries it uses as well? tar cjhf /tmp/libs.tar.bz2 `ldd /usr/sbin/cpqarrayd | awk ' { print $3 } '` should do the job. I have hard time reproducing it so far. |