>>> objdump --dwarf /lib/ld-2.2.4.so
John looks like the version of objdump that came with the system does not have
the --dwarf option. It has a -G(--stabs) for STABS info. Would that be
sufficient ?
>>The C run-time library and the operating system itself also are acting
>>unfriendly. The
>Run "strace valgrind" and look near the end of the output
>to see if some system call (that valgrind expects the OS to have)
>is not implemented. File a bug report; see:
> http://valgrind.org/support/bug_reports.html
John I did some digging and it looks like it is aborting in memcheck
(gd
valgrind: the 'impossible' happened:
Killed by fatal signal
==31001== at 0x38066A08: ??? (in
/home/elem/local/lib/valgrind/none-x86-linux)
==31001== by 0x38066B2B: report_and_quit (m_libcassert.c:225)
==31001== by 0x38066CB5: panic (m_libcassert.c:277)
==31001== by 0x38066CD9: vgPla