Advertisement
Guest User

Untitled

a guest
Mar 12th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. ==7513== 286,640 bytes in 259 blocks are definitely lost in loss record 622 of 624
  2. ==7513== at 0x4C26676: memalign (vg_replace_malloc.c:581)
  3. ==7513== by 0x4C266CF: posix_memalign (vg_replace_malloc.c:709)
  4. ==7513== by 0x91CAF74: av_malloc (in /usr/local/lib/libavutil.so.51.9.1)
  5. ==7513== by 0x814C0B2: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  6. ==7513== by 0x814A0FE: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  7. ==7513== by 0x814CAED: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  8. ==7513== by 0x818FFEB: av_read_packet (in /usr/local/lib/libavformat.so.53.4.0)
  9. ==7513== by 0x8191AB9: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  10. ==7513== by 0x81929C5: av_find_stream_info (in /usr/local/lib/libavformat.so.53.4.0)
  11. ==7513== by 0x412611: VideoReader::VideoReader(std::string) (video_reader.cpp:20)
  12. ==7513== by 0x44F8DB: FFMPEGCapture::initializeCapture() (captureFFMPEG.cpp:59)
  13. ==7513== by 0x4436C6: Capture::run(int, char**) (capture.cpp:442)
  14. ==7513==
  15. ==7513== 717,152 bytes in 670 blocks are definitely lost in loss record 623 of 624
  16. ==7513== at 0x4C26676: memalign (vg_replace_malloc.c:581)
  17. ==7513== by 0x4C266CF: posix_memalign (vg_replace_malloc.c:709)
  18. ==7513== by 0x91CAF74: av_malloc (in /usr/local/lib/libavutil.so.51.9.1)
  19. ==7513== by 0x814C0B2: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  20. ==7513== by 0x814A0FE: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  21. ==7513== by 0x814CAED: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  22. ==7513== by 0x818FFEB: av_read_packet (in /usr/local/lib/libavformat.so.53.4.0)
  23. ==7513== by 0x8191AB9: ??? (in /usr/local/lib/libavformat.so.53.4.0)
  24. ==7513== by 0x413184: VideoReader::getNextFrame(AVFrame*, long*) (video_reader.cpp:234)
  25. ==7513== by 0x44F9DE: FFMPEGCapture::getFrame(PixelFormat*, int*, int*, int*) (captureFFMPEG.cpp:79)
  26. ==7513== by 0x44275A: Capture::captureLoop() (capture.cpp:342)
  27. ==7513== by 0x443776: Capture::run(int, char**) (capture.cpp:448)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement