Advertisement
4arwa

temp-error

Feb 13th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. ==30560== Invalid read of size 4
  2. ==30560== at 0x80AE746: filter_frame (vf_fftfilt.c:72)
  3. ==30560== by 0x807FDD9: ff_filter_frame_framed (avfilter.c:1106)
  4. ==30560== by 0x8082080: ff_filter_frame (avfilter.c:1187)
  5. ==30560== by 0x80D4197: filter_frame (vf_scale.c:541)
  6. ==30560== by 0x807FDD9: ff_filter_frame_framed (avfilter.c:1106)
  7. ==30560== by 0x8082080: ff_filter_frame (avfilter.c:1187)
  8. ==30560== by 0x808659A: request_frame (buffersrc.c:499)
  9. ==30560== by 0x8086935: av_buffersrc_add_frame_internal (buffersrc.c:181)
  10. ==30560== by 0x8086A62: av_buffersrc_add_frame_flags (buffersrc.c:106)
  11. ==30560== by 0x806A8D5: process_input_packet (ffmpeg.c:2071)
  12. ==30560== by 0x806BBFE: process_input (ffmpeg.c:3511)
  13. ==30560== by 0x806DBD8: main (ffmpeg.c:3789)
  14. ==30560== Address 0x0 is not stack'd, malloc'd or (recently) free'd
  15. ==30560==
  16. ==30560==
  17. ==30560== Process terminating with default action of signal 11 (SIGSEGV)
  18. ==30560== Access not within mapped region at address 0x0
  19. ==30560== at 0x80AE746: filter_frame (vf_fftfilt.c:72)
  20. ==30560== by 0x807FDD9: ff_filter_frame_framed (avfilter.c:1106)
  21. ==30560== by 0x8082080: ff_filter_frame (avfilter.c:1187)
  22. ==30560== by 0x80D4197: filter_frame (vf_scale.c:541)
  23. ==30560== by 0x807FDD9: ff_filter_frame_framed (avfilter.c:1106)
  24. ==30560== by 0x8082080: ff_filter_frame (avfilter.c:1187)
  25. ==30560== by 0x808659A: request_frame (buffersrc.c:499)
  26. ==30560== by 0x8086935: av_buffersrc_add_frame_internal (buffersrc.c:181)
  27. ==30560== by 0x8086A62: av_buffersrc_add_frame_flags (buffersrc.c:106)
  28. ==30560== by 0x806A8D5: process_input_packet (ffmpeg.c:2071)
  29. ==30560== by 0x806BBFE: process_input (ffmpeg.c:3511)
  30. ==30560== by 0x806DBD8: main (ffmpeg.c:3789)
  31. ==30560== If you believe this happened as a result of a stack
  32. ==30560== overflow in your program's main thread (unlikely but
  33. ==30560== possible), you can try to increase the size of the
  34. ==30560== main thread stack using the --main-stacksize= flag.
  35. ==30560== The main thread stack size used in this run was 8388608.
  36. ==30560==
  37. ==30560== HEAP SUMMARY:
  38. ==30560== in use at exit: 807,823 bytes in 267 blocks
  39. ==30560== total heap usage: 2,323 allocs, 2,056 frees, 1,863,429 bytes allocated
  40. ==30560==
  41. ==30560== LEAK SUMMARY:
  42. ==30560== definitely lost: 0 bytes in 0 blocks
  43. ==30560== indirectly lost: 0 bytes in 0 blocks
  44. ==30560== possibly lost: 1,088 bytes in 8 blocks
  45. ==30560== still reachable: 806,735 bytes in 259 blocks
  46. ==30560== suppressed: 0 bytes in 0 blocks
  47. ==30560== Rerun with --leak-check=full to see details of leaked memory
  48. ==30560==
  49. ==30560== For counts of detected and suppressed errors, rerun with: -v
  50. ==30560== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  51. Killed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement