Advertisement
Guest User

Untitled

a guest
Jan 7th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. ==2523== Memcheck, a memory error detector
  2. ==2523== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
  3. ==2523== Using Valgrind-3.6.1-Debian and LibVEX; rerun with -h for copyright info
  4. ==2523== Command: /home/ungureanu/Desktop/ffmpeg/ffmpeg_g -i dude -f null -
  5. ==2523==
  6. ffmpeg version N-36557-g9ecccd6 Copyright (c) 2000-2012 the FFmpeg developers
  7. built on Jan 7 2012 13:46:22 with gcc 4.6.1
  8. configuration:
  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. 57.101 / 2. 57.101
  14. libswscale 2. 1.100 / 2. 1.100
  15. libswresample 0. 5.100 / 0. 5.100
  16. 79317376
  17. [fraps @ 0x4ba4980] Too high symbol frequencies. Tree construction is not possible
  18. [fraps @ 0x4ba4980] Error decoding plane 0
  19. Input #0, avi, from 'dude':
  20. Metadata:
  21. encoder : Lavf52.9.0
  22. Duration: 00:00:09.50, start: 0.000000, bitrate: 1766 kb/s
  23. Stream #0:0: Video: fraps (FPS1 / 0x31535046), yuvj420p, 640x512, 30 tbr, 30 tbn, 30 tbc
  24. [buffer @ 0x4c57e60] w:640 h:512 pixfmt:yuvj420p tb:1/1000000 sar:0/1 sws_param:
  25. Output #0, null, to 'pipe:':
  26. Metadata:
  27. encoder : Lavf53.29.100
  28. Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuvj420p, 640x512, q=2-31, 200 kb/s, 90k tbn, 30 tbc
  29. Stream mapping:
  30. Stream #0:0 -> #0:0 (fraps -> rawvideo)
  31. Press [q] to stop, [?] for help
  32. 79317376
  33. [fraps @ 0x4ba4980] Too high symbol frequencies. Tree construction is not possible
  34. [fraps @ 0x4ba4980] Error decoding plane 0
  35. Error while decoding stream #0:0
  36. 79317376
  37. Last message repeated 1 times
  38. [fraps @ 0x4ba4980] Too high symbol frequencies. Tree construction is not possible
  39. [fraps @ 0x4ba4980] Error decoding plane 0
  40. Error while decoding stream #0:0
  41. 79317376
  42. [fraps @ 0x4ba4980] Too high symbol frequencies. Tree construction is not possible
  43. [fraps @ 0x4ba4980] Error decoding plane 0
  44. Error while decoding stream #0:0
  45. [fraps @ 0x4ba4980] Error decoding plane 1
  46. Error while decoding stream #0:0
  47. 79317376
  48. ==2523== Invalid read of size 4
  49. ==2523== at 0x4029D4D: memcpy (mc_replace_strmem.c:635)
  50. ==2523== by 0x8701FED: av_image_copy (string3.h:52)
  51. ==2523== by 0x83DA1BC: av_picture_copy (imgconvert.c:528)
  52. ==2523== by 0x8528892: avcodec_default_reget_buffer (utils.c:586)
  53. ==2523== by 0x82A8047: decode_frame (fraps.c:255)
  54. ==2523== by 0x8529690: avcodec_decode_video2 (utils.c:955)
  55. ==2523== by 0x808B6EC: output_packet (ffmpeg.c:2056)
  56. ==2523== by 0x80916FD: transcode (ffmpeg.c:3009)
  57. ==2523== Address 0x19c is not stack'd, malloc'd or (recently) free'd
  58. ==2523==
  59. ==2523==
  60. ==2523== Process terminating with default action of signal 11 (SIGSEGV)
  61. ==2523== Access not within mapped region at address 0x19C
  62. ==2523== at 0x4029D4D: memcpy (mc_replace_strmem.c:635)
  63. ==2523== by 0x8701FED: av_image_copy (string3.h:52)
  64. ==2523== by 0x83DA1BC: av_picture_copy (imgconvert.c:528)
  65. ==2523== by 0x8528892: avcodec_default_reget_buffer (utils.c:586)
  66. ==2523== by 0x82A8047: decode_frame (fraps.c:255)
  67. ==2523== by 0x8529690: avcodec_decode_video2 (utils.c:955)
  68. ==2523== by 0x808B6EC: output_packet (ffmpeg.c:2056)
  69. ==2523== by 0x80916FD: transcode (ffmpeg.c:3009)
  70. ==2523== If you believe this happened as a result of a stack
  71. ==2523== overflow in your program's main thread (unlikely but
  72. ==2523== possible), you can try to increase the size of the
  73. ==2523== main thread stack using the --main-stacksize= flag.
  74. ==2523== The main thread stack size used in this run was 8388608.
  75. ==2523==
  76. ==2523== HEAP SUMMARY:
  77. ==2523== in use at exit: 4,757,234 bytes in 59 blocks
  78. ==2523== total heap usage: 155 allocs, 96 frees, 7,544,421 bytes allocated
  79. ==2523==
  80. ==2523== LEAK SUMMARY:
  81. ==2523== definitely lost: 0 bytes in 0 blocks
  82. ==2523== indirectly lost: 0 bytes in 0 blocks
  83. ==2523== possibly lost: 0 bytes in 0 blocks
  84. ==2523== still reachable: 4,757,234 bytes in 59 blocks
  85. ==2523== suppressed: 0 bytes in 0 blocks
  86. ==2523== Rerun with --leak-check=full to see details of leaked memory
  87. ==2523==
  88. ==2523== For counts of detected and suppressed errors, rerun with: -v
  89. ==2523== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 81 from 8)
  90. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement