This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/18035] pldd does no longer work, enters infinite loop


https://sourceware.org/bugzilla/show_bug.cgi?id=18035

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #2 from Carlos O'Donell <carlos at redhat dot com> ---
I see no reason for keeping pldd.

This does exactly the same:

cat >> pldd.sh <<EOF
#!/bin/sh
gdb -ex "set confirm off" -ex "set height 0" -ex "info shared" -ex "quit" -p $1
| grep '^0x.*0x'
EOF

If we had a dynamic linker library we could use to reuse all of the code that
goes into loading a shared library, then that would be fine.

As it stands today, pldd just isn't that useful. The fact that it's broken
since 2.19 and nobody complained shows it's not used.

I would suggest we remove pldd rather than fixing whatever assumption it has
that's wrong.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]