Advertisement
Guest User

Untitled

a guest
Jan 28th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ==22649== Jump to the invalid address stated on the next line
  2. ==22649== at 0x0: ???
  3. ==22649== by 0x5E4F815: add_dct (mpegvideo.c:1883)
  4. ==22649== by 0x5E4F815: mpv_reconstruct_mb_internal (mpegvideo.c:2098)
  5. ==22649== by 0x5E4F815: ff_mpv_reconstruct_mb (mpegvideo.c:2220)
  6. ==22649== by 0x5AF7FA0: guess_mv (error_resilience.c:640)
  7. ==22649== by 0x5AF7FA0: ff_er_frame_end (error_resilience.c:1231)
  8. ==22649== by 0x5B60282: ff_h263_decode_frame (h263dec.c:670)
  9. ==22649== by 0x5A9EE08: decode_simple_internal (decode.c:398)
  10. ==22649== by 0x5A9EE08: decode_simple_receive_frame (decode.c:594)
  11. ==22649== by 0x5A9EE08: decode_receive_frame_internal (decode.c:612)
  12. ==22649== by 0x5A9EA7A: avcodec_send_packet (decode.c:674)
  13. ==22649== by 0x42239A: decode (ffmpeg.c:2238)
  14. ==22649== by 0x42239A: decode_video (ffmpeg.c:2382)
  15. ==22649== by 0x42239A: process_input_packet (ffmpeg.c:2623)
  16. ==22649== by 0x41F54F: process_input (ffmpeg.c:4460)
  17. ==22649== by 0x41F54F: transcode_step (ffmpeg.c:4580)
  18. ==22649== by 0x41F54F: transcode (ffmpeg.c:4634)
  19. ==22649== by 0x41BD33: main (ffmpeg.c:4840)
  20. ==22649== Address 0x0 is not stack'd, malloc'd or (recently) free'd
  21. ==22649==
  22. ==22649==
  23. ==22649== Process terminating with default action of signal 11 (SIGSEGV)
  24. ==22649== Bad permissions for mapped region at address 0x0
  25. ==22649== at 0x0: ???
  26. ==22649== by 0x5E4F815: add_dct (mpegvideo.c:1883)
  27. ==22649== by 0x5E4F815: mpv_reconstruct_mb_internal (mpegvideo.c:2098)
  28. ==22649== by 0x5E4F815: ff_mpv_reconstruct_mb (mpegvideo.c:2220)
  29. ==22649== by 0x5AF7FA0: guess_mv (error_resilience.c:640)
  30. ==22649== by 0x5AF7FA0: ff_er_frame_end (error_resilience.c:1231)
  31. ==22649== by 0x5B60282: ff_h263_decode_frame (h263dec.c:670)
  32. ==22649== by 0x5A9EE08: decode_simple_internal (decode.c:398)
  33. ==22649== by 0x5A9EE08: decode_simple_receive_frame (decode.c:594)
  34. ==22649== by 0x5A9EE08: decode_receive_frame_internal (decode.c:612)
  35. ==22649== by 0x5A9EA7A: avcodec_send_packet (decode.c:674)
  36. ==22649== by 0x42239A: decode (ffmpeg.c:2238)
  37. ==22649== by 0x42239A: decode_video (ffmpeg.c:2382)
  38. ==22649== by 0x42239A: process_input_packet (ffmpeg.c:2623)
  39. ==22649== by 0x41F54F: process_input (ffmpeg.c:4460)
  40. ==22649== by 0x41F54F: transcode_step (ffmpeg.c:4580)
  41. ==22649== by 0x41F54F: transcode (ffmpeg.c:4634)
  42. ==22649== by 0x41BD33: main (ffmpeg.c:4840)
  43. ==22649==
  44. ==22649== HEAP SUMMARY:
  45. ==22649== in use at exit: 23,353,187 bytes in 3,762 blocks
  46. ==22649== total heap usage: 6,256 allocs, 2,494 frees, 37,010,746 bytes allocated
  47. ==22649==
  48. ==22649== LEAK SUMMARY:
  49. ==22649== definitely lost: 55,296 bytes in 14 blocks
  50. ==22649== indirectly lost: 0 bytes in 0 blocks
  51. ==22649== possibly lost: 2,304 bytes in 8 blocks
  52. ==22649== still reachable: 23,295,587 bytes in 3,740 blocks
  53. ==22649== suppressed: 0 bytes in 0 blocks
  54. ==22649== Rerun with --leak-check=full to see details of leaked memory
  55. ==22649==
  56. ==22649== For counts of detected and suppressed errors, rerun with: -v
  57. ==22649== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  58. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement