On Wed, May 05, 2004 at 02:09:01PM -0400, Camm Maguire wrote: > > Are you sure that the library in question isn't corrupted? > > Please verify by using objdump, readelf, or other tools to show that you > > can indeed parse the library. > > > > (in paer unstable dchroot:) > > $ objdump -d /lib/ld.so.1 >/tmp/foo > $ echo $? > 0 > $ >
The loader ld.so.1 *detected* the assertion while loading the erroneous library. I would like an objdump / readelf of that library, not the loader itself. My apologies for not being clearer. c.

