| 1 | vlad@vlad-Parallels-Virtual-Platform:~/Desktop/ffmpeg_bug$ gdb '/home/vlad/Desktop/ffmpeg/ffmpeg_g'
|
|---|
| 2 | GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
|
|---|
| 3 | Copyright (C) 2011 Free Software Foundation, Inc.
|
|---|
| 4 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
|---|
| 5 | This is free software: you are free to change and redistribute it.
|
|---|
| 6 | There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
|---|
| 7 | and "show warranty" for details.
|
|---|
| 8 | This GDB was configured as "x86_64-linux-gnu".
|
|---|
| 9 | For bug reporting instructions, please see:
|
|---|
| 10 | <http://bugs.launchpad.net/gdb-linaro/>...
|
|---|
| 11 | Reading symbols from /home/vlad/Desktop/ffmpeg/ffmpeg_g...done.
|
|---|
| 12 | (gdb) r -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null -
|
|---|
| 13 | Starting program: /home/vlad/Desktop/ffmpeg/ffmpeg_g -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null -
|
|---|
| 14 | [Thread debugging using libthread_db enabled]
|
|---|
| 15 | ffmpeg version N-35772-g366605f, Copyright (c) 2000-2011 the FFmpeg developers
|
|---|
| 16 | built on Dec 13 2011 22:32:03 with gcc 4.6.1
|
|---|
| 17 | configuration:
|
|---|
| 18 | libavutil 51. 32. 0 / 51. 32. 0
|
|---|
| 19 | libavcodec 53. 44. 0 / 53. 44. 0
|
|---|
| 20 | libavformat 53. 25. 0 / 53. 25. 0
|
|---|
| 21 | libavdevice 53. 4. 0 / 53. 4. 0
|
|---|
| 22 | libavfilter 2. 53. 0 / 2. 53. 0
|
|---|
| 23 | libswscale 2. 1. 0 / 2. 1. 0
|
|---|
| 24 |
|
|---|
| 25 | Program received signal SIGFPE, Arithmetic exception.
|
|---|
| 26 | 0x00000000004baab2 in mtv_read_header (s=0x139e7a0, ap=<optimized out>)
|
|---|
| 27 | at libavformat/mtv.c:112
|
|---|
| 28 | 112 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments;
|
|---|
| 29 | (gdb)
|
|---|
| 30 |
|
|---|