[uClibc] Re: busybox install -c behaviour

Manuel Novoa III mjn3 at codepoet.org
Fri Feb 13 10:09:29 UTC 2004


On Fri, Feb 13, 2004 at 10:44:07AM +0100, Joakim Tjernlund wrote:
> > hmm, maybe this is related:
> > 
> > "cd uClibc/test/dlopen"
> > "make"
> > "../../utils/ldd libtest1.so libtest3.so"
> > 
> > Now ldd will hang in fopen()
> > 
> > This is on powerpc and it happens in current CVS and also 
> > before Manuels update of stdio
> > 
> >  Jocke
> 
> Seems to be CWD related.
> 
> This works:
> "cd uClibc/test/dlopen"
> "make"
> "mkdir tst"
> "cd tst"
> "../../../utils/ldd ../libtest1.so ../libtest3.so"

valgrind showed a dubios free().  Stepping through with gdb located a
double free() of the same pointer in ldd.c.

Erik just checked in a patch.

Manuel



More information about the uClibc mailing list