| 1 | ==3891== Memcheck, a memory error detector
|
|---|
| 2 | ==3891== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
|
|---|
| 3 | ==3891== Using Valgrind-3.6.1-Debian and LibVEX; rerun with -h for copyright info
|
|---|
| 4 | ==3891== Command: /home/vlad/Desktop/ffmpeg/ffmpeg_g -i /home/vlad/Desktop/ffmpeg_bug/corruptfile -f null -
|
|---|
| 5 | ==3891==
|
|---|
| 6 | ffmpeg version N-35772-g366605f, Copyright (c) 2000-2011 the FFmpeg developers
|
|---|
| 7 | built on Dec 13 2011 22:32:03 with gcc 4.6.1
|
|---|
| 8 | configuration:
|
|---|
| 9 | libavutil 51. 32. 0 / 51. 32. 0
|
|---|
| 10 | libavcodec 53. 44. 0 / 53. 44. 0
|
|---|
| 11 | libavformat 53. 25. 0 / 53. 25. 0
|
|---|
| 12 | libavdevice 53. 4. 0 / 53. 4. 0
|
|---|
| 13 | libavfilter 2. 53. 0 / 2. 53. 0
|
|---|
| 14 | libswscale 2. 1. 0 / 2. 1. 0
|
|---|
| 15 | ==3891==
|
|---|
| 16 | ==3891== Process terminating with default action of signal 8 (SIGFPE)
|
|---|
| 17 | ==3891== Integer divide by zero at address 0x406C6B233
|
|---|
| 18 | ==3891== at 0x4BAAAC: mtv_read_header (mtv.c:112)
|
|---|
| 19 | ==3891== by 0x4FD244: avformat_open_input (utils.c:688)
|
|---|
| 20 | ==3891== by 0x43F8C5: opt_input_file (ffmpeg.c:3410)
|
|---|
| 21 | ==3891== by 0x443590: parse_option (cmdutils.c:292)
|
|---|
| 22 | ==3891== by 0x4437E6: parse_options (cmdutils.c:325)
|
|---|
| 23 | ==3891== by 0x435B4C: main (ffmpeg.c:4839)
|
|---|
| 24 | ==3891==
|
|---|
| 25 | ==3891== HEAP SUMMARY:
|
|---|
| 26 | ==3891== in use at exit: 56,694 bytes in 6 blocks
|
|---|
| 27 | ==3891== total heap usage: 8 allocs, 2 frees, 91,542 bytes allocated
|
|---|
| 28 | ==3891==
|
|---|
| 29 | ==3891== LEAK SUMMARY:
|
|---|
| 30 | ==3891== definitely lost: 0 bytes in 0 blocks
|
|---|
| 31 | ==3891== indirectly lost: 0 bytes in 0 blocks
|
|---|
| 32 | ==3891== possibly lost: 0 bytes in 0 blocks
|
|---|
| 33 | ==3891== still reachable: 56,694 bytes in 6 blocks
|
|---|
| 34 | ==3891== suppressed: 0 bytes in 0 blocks
|
|---|
| 35 | ==3891== Rerun with --leak-check=full to see details of leaked memory
|
|---|
| 36 | ==3891==
|
|---|
| 37 | ==3891== For counts of detected and suppressed errors, rerun with: -v
|
|---|
| 38 | ==3891== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4)
|
|---|