| 1 | (gdb) r -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null -
|
|---|
| 2 | Starting program: /home/vlad/Desktop/ffmpeg/ffmpeg_g -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null -
|
|---|
| 3 | [Thread debugging using libthread_db enabled]
|
|---|
| 4 | ffmpeg version N-35772-g366605f, Copyright (c) 2000-2011 the FFmpeg developers
|
|---|
| 5 | built on Dec 13 2011 22:32:03 with gcc 4.6.1
|
|---|
| 6 | configuration:
|
|---|
| 7 | libavutil 51. 32. 0 / 51. 32. 0
|
|---|
| 8 | libavcodec 53. 44. 0 / 53. 44. 0
|
|---|
| 9 | libavformat 53. 25. 0 / 53. 25. 0
|
|---|
| 10 | libavdevice 53. 4. 0 / 53. 4. 0
|
|---|
| 11 | libavfilter 2. 53. 0 / 2. 53. 0
|
|---|
| 12 | libswscale 2. 1. 0 / 2. 1. 0
|
|---|
| 13 |
|
|---|
| 14 | Program received signal SIGFPE, Arithmetic exception.
|
|---|
| 15 | 0x00000000004baab2 in mtv_read_header (s=0x139e7a0, ap=<optimized out>)
|
|---|
| 16 | at libavformat/mtv.c:112
|
|---|
| 17 | 112 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments;
|
|---|
| 18 | (gdb) bt
|
|---|
| 19 | #0 0x00000000004baab2 in mtv_read_header (s=0x139e7a0, ap=<optimized out>)
|
|---|
| 20 | at libavformat/mtv.c:112
|
|---|
| 21 | #1 0x00000000004fd245 in avformat_open_input (ps=0x7fffffffdc38,
|
|---|
| 22 | filename=0x7fffffffe49c "/home/vlad/Desktop/ffmpeg_bug/corruptfile",
|
|---|
| 23 | fmt=<optimized out>, options=0x12ea448) at libavformat/utils.c:688
|
|---|
| 24 | #2 0x000000000043f8c6 in opt_input_file (o=0x7fffffffdde0,
|
|---|
| 25 | opt=<optimized out>, filename=<optimized out>) at ffmpeg.c:3410
|
|---|
| 26 | #3 0x0000000000443591 in parse_option (optctx=0x7fffffffdde0,
|
|---|
| 27 | opt=0x7fffffffe49a "i",
|
|---|
| 28 | arg=0x7fffffffe49c "/home/vlad/Desktop/ffmpeg_bug/corruptfile",
|
|---|
| 29 | options=0xa4a840) at cmdutils.c:292
|
|---|
| 30 | #4 0x00000000004437e7 in parse_options (optctx=0x7fffffffdde0, argc=6,
|
|---|
| 31 | argv=0x7fffffffe198, options=0xa4a840,
|
|---|
| 32 | parse_arg_function=0x440e50 <opt_output_file>) at cmdutils.c:325
|
|---|
| 33 | #5 0x0000000000435b4d in main (argc=6, argv=0x7fffffffe198) at ffmpeg.c:4839
|
|---|
| 34 | (gdb)
|
|---|
| 35 |
|
|---|