| 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 - >&gdb
|
|---|
| 13 | Starting program: /home/vlad/Desktop/ffmpeg/ffmpeg_g -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null - >&gdb
|
|---|
| 14 | [Thread debugging using libthread_db enabled]
|
|---|
| 15 |
|
|---|
| 16 | Program received signal SIGSEGV, Segmentation fault.
|
|---|
| 17 | get_xbits (n=3, s=<optimized out>) at libavcodec/get_bits.h:260
|
|---|
| 18 | 260 OPEN_READER(re, s);
|
|---|
| 19 | (gdb)
|
|---|
| 20 |
|
|---|