Advertisement
seoz

valgrind error

Jan 21st, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. algrind: Fatal error at startup: a function redirection
  2. valgrind: which is mandatory for this platform-tool combination
  3. valgrind: cannot be set up. Details of the redirection are:
  4. valgrind:
  5. valgrind: A must-be-redirected function
  6. valgrind: whose name matches the pattern: memcpy
  7. valgrind: in an object with soname matching: ld-linux.so.3
  8. valgrind: was not found whilst processing
  9. valgrind: symbols from the object with soname: ld-linux.so.3
  10. valgrind:
  11. valgrind: Possible fixes: (1, short term): install glibc's debuginfo
  12. valgrind: package on this machine. (2, longer term): ask the packagers
  13. valgrind: for your Linux distribution to please in future ship a non-
  14. valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
  15. valgrind: that exports the above-named function using the standard
  16. valgrind: calling conventions for this platform.
  17. valgrind:
  18. valgrind: Cannot continue -- exiting now. Sorry.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement