[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: prelink issues
- From: Jakub Jelinek <jakub redhat com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: prelink issues
- Date: Fri, 19 Nov 2004 16:36:43 -0500
On Fri, Nov 19, 2004 at 04:33:00PM -0500, Colin Walters wrote:
> > Anyway, if you have a reproducer and tar up the binary, all libraries
> > and whatever else is necessary for reproduction, that goes away
> > if you unprelink the binary or its libraries, I'll certainly look at
> > it.
>
> Will do.
Note that the important thing is to tar them up before unprelinking,
if the bug goes away after unprelinking, when you prelink -u it is
usually to late.
tar chjf foo.tar.bz2 `LD_TRACE_PRELINKING=1 LD_WARN= /path/to/program | awk '{print $3}'`
should do the job.
Jakub
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]