> -----Original Message-----
> From: Nigel Kukard [mailto:[EMAIL PROTECTED]
> Sent: den 27 mars 2008 20:51
> To: [EMAIL PROTECTED]
> Cc: uclibc
> Subject: Re: uclibc segfault in ldso
> 
> > >
> > > This trace looks like it is missing LD_DEBUG=1 rpm or LD_DEBUG=all rpm,
> > > such a trace can get very big so you need to trim it down before
> > > posting. You also need SUPPORT_LD_DEBUG=y in .config
> >
> > Stupid busybox, it didn't export the env variable .... I'm rebuilding a
> > static sh now.
> >
> > Uploaded RPM debug to ... http://www.linuxrulz.org/nkukard/rpm.log
> >
> > Uploaded my test PIE app to ... http://www.linuxrulz.org/nkukard/rpm.log
> >
> 
> http://www.linuxrulz.org/nkukard/rpm.readelf
> 
> Here is a readelf -a from the host system on the target system rpm.
> 
> -N

hmm, this looks fishy:
     1: 00000000   210 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
     2: 00000000    22 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
     3: 00000000     4 OBJECT  GLOBAL DEFAULT  UND [EMAIL PROTECTED] (3)
     4: 00000000    58 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
     5: 00000000   454 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
     6: 00000000  1484 OBJECT  GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
     7: 00000000   281 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
     8: 00000000   102 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (4)
...

You got GNU ldso symbol version stuff in there. I think you should get rid of
that first.

     Jocke

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

Reply via email to