| 1 | vlad@vlad-Parallels-Virtual-Platform:~/Desktop/ffmpeg_bug$ gdb ffmpeg
|
|---|
| 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 /usr/local/bin/ffmpeg...(no debugging symbols found)...done.
|
|---|
| 12 | (gdb) r -i corruptfile -f null - >&gdb
|
|---|
| 13 | Starting program: /usr/local/bin/ffmpeg -i corruptfile -f null - >&gdb
|
|---|
| 14 | [Thread debugging using libthread_db enabled]
|
|---|
| 15 |
|
|---|
| 16 | Program received signal SIGSEGV, Segmentation fault.
|
|---|
| 17 | __GI___libc_free (mem=0x31786469) at malloc.c:3709
|
|---|
| 18 | 3709 malloc.c: No such file or directory.
|
|---|
| 19 | in malloc.c
|
|---|
| 20 | (gdb)
|
|---|
| 21 |
|
|---|