On 11/11/2009 02:40 PM, Rob Landley wrote:
I bisected the problem to:

land...@driftwood:~/uclibc/git$ git bisect bad
e0ac4efbdb498319f03a2a95d75d061ab6c68491 is first bad commit
commit e0ac4efbdb498319f03a2a95d75d061ab6c68491
Author: Mike Frysinger<[email protected]>
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<[email protected]>

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!

-Austin
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to