Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. valgrind ffmpeg -i ./trailer.mp4 http://192.168.0.33:8090/feed1.ffm
  2. ==23282== Memcheck, a memory error detector
  3. ==23282== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==23282== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==23282== Command: ffmpeg -i ./trailer.mp4 http://192.168.0.33:8090/feed1.ffm
  6. ==23282==
  7. ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers
  8. built on Apr 25 2014 13:15:46 with gcc 4.7 (Debian 4.7.2-5)
  9. configuration:
  10. libavutil 52. 66.100 / 52. 66.100
  11. libavcodec 55. 52.102 / 55. 52.102
  12. libavformat 55. 33.100 / 55. 33.100
  13. libavdevice 55. 10.100 / 55. 10.100
  14. libavfilter 4. 2.100 / 4. 2.100
  15. libswscale 2. 5.102 / 2. 5.102
  16. libswresample 0. 18.100 / 0. 18.100
  17. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './trailer.mp4':
  18. Metadata:
  19. major_brand : isom
  20. minor_version : 512
  21. compatible_brands: isomiso2avc1mp41
  22. creation_time : 1970-01-01 00:00:00
  23. title : Sintel Trailer
  24. artist : Durian Open Movie Team
  25. encoder : Lavf52.62.0
  26. copyright : (c) copyright Blender Foundation | durian.blender.org
  27. description : Trailer for the Sintel open movie project
  28. Duration: 00:00:52.21, start: 0.000000, bitrate: 669 kb/s
  29. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 854x480, 537 kb/s, 24 fps, 24 tbr, 24 tbn, 48 tbc (default)
  30. Metadata:
  31. creation_time : 1970-01-01 00:00:00
  32. handler_name : VideoHandler
  33. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 126 kb/s (default)
  34. Metadata:
  35. creation_time : 1970-01-01 00:00:00
  36. handler_name : SoundHandler
  37. ==23282== Invalid read of size 4
  38. ==23282== at 0x46D9B8: ??? (in /usr/local/bin/ffmpeg)
  39. ==23282== by 0x469A43: ??? (in /usr/local/bin/ffmpeg)
  40. ==23282== by 0x4716F1: ??? (in /usr/local/bin/ffmpeg)
  41. ==23282== by 0x462307: ??? (in /usr/local/bin/ffmpeg)
  42. ==23282== by 0x54F3EAC: (below main) (libc-start.c:244)
  43. ==23282== Address 0x10 is not stack'd, malloc'd or (recently) free'd
  44. ==23282==
  45. ==23282==
  46. ==23282== Process terminating with default action of signal 11 (SIGSEGV)
  47. ==23282== Access not within mapped region at address 0x10
  48. ==23282== at 0x46D9B8: ??? (in /usr/local/bin/ffmpeg)
  49. ==23282== by 0x469A43: ??? (in /usr/local/bin/ffmpeg)
  50. ==23282== by 0x4716F1: ??? (in /usr/local/bin/ffmpeg)
  51. ==23282== by 0x462307: ??? (in /usr/local/bin/ffmpeg)
  52. ==23282== by 0x54F3EAC: (below main) (libc-start.c:244)
  53. ==23282== If you believe this happened as a result of a stack
  54. ==23282== overflow in your program's main thread (unlikely but
  55. ==23282== possible), you can try to increase the size of the
  56. ==23282== main thread stack using the --main-stacksize= flag.
  57. ==23282== The main thread stack size used in this run was 8388608.
  58. ==23282==
  59. ==23282== HEAP SUMMARY:
  60. ==23282== in use at exit: 929,598 bytes in 169 blocks
  61. ==23282== total heap usage: 404 allocs, 235 frees, 3,956,128 bytes allocated
  62. ==23282==
  63. ==23282== LEAK SUMMARY:
  64. ==23282== definitely lost: 312 bytes in 3 blocks
  65. ==23282== indirectly lost: 0 bytes in 0 blocks
  66. ==23282== possibly lost: 0 bytes in 0 blocks
  67. ==23282== still reachable: 929,286 bytes in 166 blocks
  68. ==23282== suppressed: 0 bytes in 0 blocks
  69. ==23282== Rerun with --leak-check=full to see details of leaked memory
  70. ==23282==
  71. ==23282== For counts of detected and suppressed errors, rerun with: -v
  72. ==23282== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 4 from 4)
  73. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement