Advertisement
Narayan

Valgrind error

Jul 14th, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ==25843== Memcheck, a memory error detector
  2. ==25843== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
  3. ==25843== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
  4. ==25843== Command: ./Ex_4
  5. ==25843==
  6.  
  7. valgrind: Fatal error at startup: a function redirection
  8. valgrind: which is mandatory for this platform-tool combination
  9. valgrind: cannot be set up. Details of the redirection are:
  10. valgrind:
  11. valgrind: A must-be-redirected function
  12. valgrind: whose name matches the pattern: strlen
  13. valgrind: in an object with soname matching: ld-linux-x86-64.so.2
  14. valgrind: was not found whilst processing
  15. valgrind: symbols from the object with soname: ld-linux-x86-64.so.2
  16. valgrind:
  17. valgrind: Possible fixes: (1, short term): install glibc's debuginfo
  18. valgrind: package on this machine. (2, longer term): ask the packagers
  19. valgrind: for your Linux distribution to please in future ship a non-
  20. valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
  21. valgrind: that exports the above-named function using the standard
  22. valgrind: calling conventions for this platform. The package you need
  23. valgrind: to install for fix (1) is called
  24. valgrind:
  25. valgrind: On Debian, Ubuntu: libc6-dbg
  26. valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
  27. valgrind:
  28. valgrind: Cannot continue -- exiting now. Sorry.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement