Ticket #753: gdb.txt

File gdb.txt, 1.0 KB (added by Diana Muscalu, 15 years ago)

gdb report

Line 
1vlad@vlad-Parallels-Virtual-Platform:~/Desktop/ffmpeg_bug$ gdb '/home/vlad/Desktop/ffmpeg/ffmpeg_g'
2GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
3Copyright (C) 2011 Free Software Foundation, Inc.
4License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
5This is free software: you are free to change and redistribute it.
6There is NO WARRANTY, to the extent permitted by law. Type "show copying"
7and "show warranty" for details.
8This GDB was configured as "x86_64-linux-gnu".
9For bug reporting instructions, please see:
10<http://bugs.launchpad.net/gdb-linaro/>...
11Reading symbols from /home/vlad/Desktop/ffmpeg/ffmpeg_g...done.
12(gdb) r -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null - >&gdb
13Starting 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
16Program received signal SIGSEGV, Segmentation fault.
17get_xbits (n=3, s=<optimized out>) at libavcodec/get_bits.h:260
18260 OPEN_READER(re, s);
19(gdb)
20