« Return to Thread: Is current -git working for anybody else?

Re: Is current -git working for anybody else?

by Mike Frysinger :: Rate this Message:

Reply to Author | View in Thread

On Sunday 22 November 2009 22:22:23 Austin Foxley wrote:

> On 11/11/2009 02:40 PM, Rob Landley wrote:
> > I bisected the problem to:
> >
> > landley@driftwood:~/uclibc/git$ git bisect bad
> > e0ac4efbdb498319f03a2a95d75d061ab6c68491 is first bad commit
> > commit e0ac4efbdb498319f03a2a95d75d061ab6c68491
> > Author: Mike Frysinger<vapier@...>
> > Date:   Thu Oct 22 01:05:28 2009 -0400
> >
> >      libc: add hidden calls to pthread cleanup funcs
> >
> >      A lot of libc code calls the pthread cleanup funcs implicitly (for
> > stdio) which currently goes through the PLT.  Since we already have
> > forwarding symbols for these funcs, it's safe to declare the internal
> > libc usage hidden as a loaded libpthread will have the real symbols
> > found.
> >
> >      Signed-off-by: Mike Frysinger<vapier@...>
> >
> > I confirmed that reversing that patch fixes the problem.
>
> I can confirm that crash now as well, I'm going to revert this commit
> until another fix can be made.
>
> Thanks for the bisecting work!
how exactly did you confirm ?  dynamic x86_64 binaries seem to be running fine
for me.
-mike


_______________________________________________
uClibc mailing list
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc

signature.asc (853 bytes) Download Attachment

 « Return to Thread: Is current -git working for anybody else?