Carmelo Amoroso wrote:
Try enabling debug early support into dynamic linker and run again.
Just to see if it is failing in the dynamic linker or in the application.
I suggest to build uclibc with full debug symbols too and start a real debuggging session
with gdb.
I'd suggest to set bp in __uClibc_main (unless you are failing before entering in this
function), and then go step by step.

I successfully debugged the ld.so in the past, so it is not impossible.

Carmelo
  
Thanks Carmelo,
I enabled debug early support into dynamic linker and have the same results.
I tried to break at __uClibc_main, and it segfaults before that.

Any hints on how to debug ld.so ?
Where does it get invoked ?

Colin..

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

Reply via email to