| 1 | (gdb) r -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null - >&gdb
|
|---|
| 2 | Starting program: /home/vlad/Desktop/ffmpeg/ffmpeg_g -i '/home/vlad/Desktop/ffmpeg_bug/corruptfile' -f null - >&gdb
|
|---|
| 3 | [Thread debugging using libthread_db enabled]
|
|---|
| 4 |
|
|---|
| 5 | Program received signal SIGSEGV, Segmentation fault.
|
|---|
| 6 | get_xbits (n=3, s=<optimized out>) at libavcodec/get_bits.h:260
|
|---|
| 7 | 260 OPEN_READER(re, s);
|
|---|
| 8 | (gdb) bt
|
|---|
| 9 | #0 get_xbits (n=3, s=<optimized out>) at libavcodec/get_bits.h:260
|
|---|
| 10 | #1 decode_i_block (block=0x139b020, f=0x1399040) at libavcodec/4xm.c:485
|
|---|
| 11 | #2 decode_i_mb (f=0x1399040) at libavcodec/4xm.c:553
|
|---|
| 12 | #3 decode_i_frame (length=<optimized out>,
|
|---|
| 13 | buf=0x139afa0 "p\256\227\377\245\377{\377X\377'\377<\377\211\377\211\377_\377Q\377'\377\004\377G\376\305\376m\377\202\377X\377C\377\375\376\224\376c\376\251\376t\377\220\377<\377\022\377\350\376\\\376\320\375\233\376t\377\202\377'\377\260\376\062\376$\376\246\375x\376m\377{\377\366\376x\376c\376@\376@\376\260\376t\377C\377\260\376\177\376\177\376x\376\233\376\v\377\227\377t\377\v\377\022\377 \377'\377f\377\227\377\310\377", f=0x1399040) at libavcodec/4xm.c:727
|
|---|
| 14 | #4 decode_frame (avctx=<optimized out>, data=0x13b65e0,
|
|---|
| 15 | data_size=0x7fffffffbe68, avpkt=<optimized out>) at libavcodec/4xm.c:838
|
|---|
| 16 | #5 0x0000000000879787 in avcodec_decode_video2 (avctx=0x13a4dc0,
|
|---|
| 17 | picture=0x13b65e0, got_picture_ptr=0x7fffffffbe68, avpkt=0x7fffffffbd40)
|
|---|
| 18 | at libavcodec/utils.c:961
|
|---|
| 19 | #6 0x00000000004398b7 in transcode_video (pkt_dts=<synthetic pointer>,
|
|---|
| 20 | pkt_pts=<synthetic pointer>, got_output=0x7fffffffbe68,
|
|---|
| 21 | pkt=0x7fffffffbd40, ist=0x13a59d0) at ffmpeg.c:1876
|
|---|
| 22 | #7 output_packet (ist=<optimized out>, ost_table=0x13b5130,
|
|---|
| 23 | nb_ostreams=<optimized out>, pkt=<optimized out>) at ffmpeg.c:2039
|
|---|
| 24 | #8 0x000000000043e151 in transcode (output_files=0x139e750,
|
|---|
| 25 | nb_output_files=1, input_files=0x1399010, nb_input_files=0)
|
|---|
| 26 | at ffmpeg.c:2797
|
|---|
| 27 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 28 | #9 0x0000000000435ba9 in main (argc=<optimized out>, argv=0x7fffffffe198)
|
|---|
| 29 | at ffmp
|
|---|