Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1. ==11810== Memcheck, a memory error detector
  2. ==11810== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
  3. ==11810== Using Valgrind-3.6.1-Debian and LibVEX; rerun with -h for copyright info
  4. ==11810== Command: ./ffmpeg_g -i /home/ungureanu/Downloads/crash2 -f null -
  5. ==11810==
  6. ffmpeg version N-36616-ga6e1c28 Copyright (c) 2000-2012 the FFmpeg developers
  7. built on Jan 9 2012 11:44:00 with gcc 4.6.1
  8. configuration: --disable-optimizations
  9. libavutil 51. 34.100 / 51. 34.100
  10. libavcodec 53. 54.100 / 53. 54.100
  11. libavformat 53. 29.100 / 53. 29.100
  12. libavdevice 53. 4.100 / 53. 4.100
  13. libavfilter 2. 58.100 / 2. 58.100
  14. libswscale 2. 1.100 / 2. 1.100
  15. libswresample 0. 5.100 / 0. 5.100
  16. ==11810== Conditional jump or move depends on uninitialised value(s)
  17. ==11810== at 0x420AD19: inflateReset2 (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
  18. ==11810== by 0x420AE0C: inflateInit2_ (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
  19. ==11810== by 0x420AE92: inflateInit_ (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
  20. ==11810== by 0x8587E46: decode_init (zmbv.c:639)
  21. ==11810== by 0x84A3F89: avcodec_open2 (utils.c:830)
  22. ==11810== by 0x8194649: avformat_find_stream_info (utils.c:2426)
  23. ==11810== by 0x8057828: opt_input_file (ffmpeg.c:3681)
  24. ==11810== by 0x805DB7D: parse_option (cmdutils.c:300)
  25. ==11810== by 0x805DCA7: parse_options (cmdutils.c:333)
  26. ==11810== by 0x805CD82: main (ffmpeg.c:5072)
  27. ==11810== Uninitialised value was created by a heap allocation
  28. ==11810== at 0x4028876: malloc (vg_replace_malloc.c:236)
  29. ==11810== by 0x420AA20: ??? (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
  30. ==11810== by 0x420ADE8: inflateInit2_ (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
  31. ==11810== by 0x420AE92: inflateInit_ (in /lib/i386-linux-gnu/libz.so.1.2.3.4)
  32. ==11810== by 0x8587E46: decode_init (zmbv.c:639)
  33. ==11810== by 0x84A3F89: avcodec_open2 (utils.c:830)
  34. ==11810== by 0x8194649: avformat_find_stream_info (utils.c:2426)
  35. ==11810== by 0x8057828: opt_input_file (ffmpeg.c:3681)
  36. ==11810== by 0x805DB7D: parse_option (cmdutils.c:300)
  37. ==11810== by 0x805DCA7: parse_options (cmdutils.c:333)
  38. ==11810== by 0x805CD82: main (ffmpeg.c:5072)
  39. ==11810==
  40. Input #0, avi, from '/home/ungureanu/Downloads/crash2':
  41. Duration: 00:00:45.55, start: 0.000000, bitrate: 3 kb/s
  42. Stream #0:0: Video: zmbv (ZMBV / 0x56424D5A), rgb24, 320x200, 70.09 fps, 70.09 tbr, 70.09 tbn, 70.09 tbc
  43. Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2 channels, s16, 1411 kb/s
  44. [buffer @ 0x4c5b160] w:320 h:200 pixfmt:rgb24 tb:1/1000000 sar:0/1 sws_param:
  45. Output #0, null, to 'pipe:':
  46. Metadata:
  47. encoder : Lavf53.29.100
  48. Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 320x200, q=2-31, 200 kb/s, 90k tbn, 70.09 tbc
  49. Stream #0:1: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  50. Stream mapping:
  51. Stream #0:0 -> #0:0 (zmbv -> rawvideo)
  52. Stream #0:1 -> #0:1 (pcm_s16le -> pcm_s16le)
  53. Press [q] to stop, [?] for help
  54. ==11810== Use of uninitialised value of size 4
  55. ==11810== at 0x85879B4: decode_frame (zmbv.c:537)
  56. ==11810== by 0x84A4605: avcodec_decode_video2 (utils.c:998)
  57. ==11810== by 0x8051520: transcode_video (ffmpeg.c:2056)
  58. ==11810== by 0x8051EDD: output_packet (ffmpeg.c:2237)
  59. ==11810== by 0x80554F2: transcode (ffmpeg.c:3009)
  60. ==11810== by 0x805CE69: main (ffmpeg.c:5092)
  61. ==11810== Uninitialised value was created by a heap allocation
  62. ==11810== at 0x4027199: memalign (vg_replace_malloc.c:581)
  63. ==11810== by 0x40271F6: posix_memalign (vg_replace_malloc.c:709)
  64. ==11810== by 0x869AD0D: av_malloc (mem.c:94)
  65. ==11810== by 0x8587DC5: decode_init (zmbv.c:629)
  66. ==11810== by 0x84A3F89: avcodec_open2 (utils.c:830)
  67. ==11810== by 0x8052478: init_input_stream (ffmpeg.c:2333)
  68. ==11810== by 0x8053D70: transcode_init (ffmpeg.c:2678)
  69. ==11810== by 0x805446C: transcode (ffmpeg.c:2787)
  70. ==11810== by 0x805CE69: main (ffmpeg.c:5092)
  71. ==11810==
  72. ==11810== Use of uninitialised value of size 4
  73. ==11810== at 0x85879E4: decode_frame (zmbv.c:538)
  74. ==11810== by 0x84A4605: avcodec_decode_video2 (utils.c:998)
  75. ==11810== by 0x8051520: transcode_video (ffmpeg.c:2056)
  76. ==11810== by 0x8051EDD: output_packet (ffmpeg.c:2237)
  77. ==11810== by 0x80554F2: transcode (ffmpeg.c:3009)
  78. ==11810== by 0x805CE69: main (ffmpeg.c:5092)
  79. ==11810== Uninitialised value was created by a heap allocation
  80. ==11810== at 0x4027199: memalign (vg_replace_malloc.c:581)
  81. ==11810== by 0x40271F6: posix_memalign (vg_replace_malloc.c:709)
  82. ==11810== by 0x869AD0D: av_malloc (mem.c:94)
  83. ==11810== by 0x8587DC5: decode_init (zmbv.c:629)
  84. ==11810== by 0x84A3F89: avcodec_open2 (utils.c:830)
  85. ==11810== by 0x8052478: init_input_stream (ffmpeg.c:2333)
  86. ==11810== by 0x8053D70: transcode_init (ffmpeg.c:2678)
  87. ==11810== by 0x805446C: transcode (ffmpeg.c:2787)
  88. ==11810== by 0x805CE69: main (ffmpeg.c:5092)
  89. ==11810==
  90. ==11810== Use of uninitialised value of size 4
  91. ==11810== at 0x8587A14: decode_frame (zmbv.c:540)
  92. ==11810== by 0x84A4605: avcodec_decode_video2 (utils.c:998)
  93. ==11810== by 0x8051520: transcode_video (ffmpeg.c:2056)
  94. ==11810== by 0x8051EDD: output_packet (ffmpeg.c:2237)
  95. ==11810== by 0x80554F2: transcode (ffmpeg.c:3009)
  96. ==11810== by 0x805CE69: main (ffmpeg.c:5092)
  97. ==11810== Uninitialised value was created by a heap allocation
  98. ==11810== at 0x4027199: memalign (vg_replace_malloc.c:581)
  99. ==11810== by 0x40271F6: posix_memalign (vg_replace_malloc.c:709)
  100. ==11810== by 0x869AD0D: av_malloc (mem.c:94)
  101. ==11810== by 0x8587DC5: decode_init (zmbv.c:629)
  102. ==11810== by 0x84A3F89: avcodec_open2 (utils.c:830)
  103. ==11810== by 0x8052478: init_input_stream (ffmpeg.c:2333)
  104. ==11810== by 0x8053D70: transcode_init (ffmpeg.c:2678)
  105. ==11810== by 0x805446C: transcode (ffmpeg.c:2787)
  106. ==11810== by 0x805CE69: main (ffmpeg.c:5092)
  107. ==11810==
  108. ==11810==
  109. ==11810== HEAP SUMMARY:
  110. ==11810== in use at exit: 6,619,489 bytes in 83,337 blocks
  111. ==11810== total heap usage: 83,394 allocs, 57 frees, 7,356,487 bytes allocated
  112. ==11810==
  113. ==11810== LEAK SUMMARY:
  114. ==11810== definitely lost: 8 bytes in 1 blocks
  115. ==11810== indirectly lost: 18 bytes in 3 blocks
  116. ==11810== possibly lost: 0 bytes in 0 blocks
  117. ==11810== still reachable: 6,619,463 bytes in 83,333 blocks
  118. ==11810== suppressed: 0 bytes in 0 blocks
  119. ==11810== Rerun with --leak-check=full to see details of leaked memory
  120. ==11810==
  121. ==11810== For counts of detected and suppressed errors, rerun with: -v
  122. ==11810== ERROR SUMMARY: 192002 errors from 4 contexts (suppressed: 81 from 8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement