Guest User

Untitled

a guest
Jun 27th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. root@porteus:/mnt/sda1/programs/linux/ffmpeg-HEAD-e9d5c05# valgrind ./ffmpeg -f v4l2 -i /dev/video5 -f null -
  2. ==8497== Memcheck, a memory error detector
  3. ==8497== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==8497== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==8497== Command: ./ffmpeg -f v4l2 -i /dev/video5 -f null -
  6. ==8497==
  7.  
  8. valgrind: Fatal error at startup: a function redirection
  9. valgrind: which is mandatory for this platform-tool combination
  10. valgrind: cannot be set up. Details of the redirection are:
  11. valgrind:
  12. valgrind: A must-be-redirected function
  13. valgrind: whose name matches the pattern: strlen
  14. valgrind: in an object with soname matching: ld-linux.so.2
  15. valgrind: was not found whilst processing
  16. valgrind: symbols from the object with soname: ld-linux.so.2
  17. valgrind:
  18. valgrind: Possible fixes: (1, short term): install glibc's debuginfo
  19. valgrind: package on this machine. (2, longer term): ask the packagers
  20. valgrind: for your Linux distribution to please in future ship a non-
  21. valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
  22. valgrind: that exports the above-named function using the standard
  23. valgrind: calling conventions for this platform. The package you need
  24. valgrind: to install for fix (1) is called
  25. valgrind:
  26. valgrind: On Debian, Ubuntu: libc6-dbg
  27. valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
  28. valgrind:
  29. valgrind: Cannot continue -- exiting now. Sorry.
  30.  
  31.  
  32.  
  33. root@porteus:/mnt/sda1/programs/linux/ffmpeg-HEAD-e9d5c05# valgrind ffmpeg_g -f v4l2 -i /dev/video5 -f null -
  34. ==8501== Memcheck, a memory error detector
  35. ==8501== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  36. ==8501== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  37. ==8501== Command: ffmpeg_g -f v4l2 -i /dev/video5 -f null -
  38. ==8501==
  39.  
  40. valgrind: Fatal error at startup: a function redirection
  41. valgrind: which is mandatory for this platform-tool combination
  42. valgrind: cannot be set up. Details of the redirection are:
  43. valgrind:
  44. valgrind: A must-be-redirected function
  45. valgrind: whose name matches the pattern: strlen
  46. valgrind: in an object with soname matching: ld-linux.so.2
  47. valgrind: was not found whilst processing
  48. valgrind: symbols from the object with soname: ld-linux.so.2
  49. valgrind:
  50. valgrind: Possible fixes: (1, short term): install glibc's debuginfo
  51. valgrind: package on this machine. (2, longer term): ask the packagers
  52. valgrind: for your Linux distribution to please in future ship a non-
  53. valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
  54. valgrind: that exports the above-named function using the standard
  55. valgrind: calling conventions for this platform. The package you need
  56. valgrind: to install for fix (1) is called
  57. valgrind:
  58. valgrind: On Debian, Ubuntu: libc6-dbg
  59. valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
  60. valgrind:
  61. valgrind: Cannot continue -- exiting now. Sorry.
Advertisement
Add Comment
Please, Sign In to add comment