| 1 | (gdb) bt
|
|---|
| 2 | #0 0x00007ffff761641a in _int_malloc (av=0x7ffff79361c0, bytes=4000)
|
|---|
| 3 | at malloc.c:4636
|
|---|
| 4 | #1 0x00007ffff7617121 in _int_memalign (av=0x7ffff79361c0, alignment=32,
|
|---|
| 5 | bytes=<optimized out>) at malloc.c:5492
|
|---|
| 6 | #2 0x00007ffff7619213 in __GI___libc_memalign (alignment=32, bytes=3920)
|
|---|
| 7 | at malloc.c:3880
|
|---|
| 8 | #3 0x00007ffff761a429 in __posix_memalign (memptr=0x7fffffffd6b0,
|
|---|
| 9 | alignment=<optimized out>, size=<optimized out>) at malloc.c:6315
|
|---|
| 10 | #4 0x0000000000a3e6d0 in av_malloc (size=<optimized out>)
|
|---|
| 11 | at libavutil/mem.c:90
|
|---|
| 12 | #5 0x000000000052ae65 in av_dup_packet (pkt=0x13a6d00)
|
|---|
| 13 | at libavcodec/avpacket.c:130
|
|---|
| 14 | #6 0x00000000004fb4e3 in avformat_find_stream_info (ic=0x139e7a0,
|
|---|
| 15 | options=0x13a52e0) at libavformat/utils.c:2476
|
|---|
| 16 | #7 0x000000000043f95c in opt_input_file (o=0x7fffffffdd90,
|
|---|
| 17 | opt=<optimized out>, filename=<optimized out>) at ffmpeg.c:3427
|
|---|
| 18 | #8 0x0000000000443591 in parse_option (optctx=0x7fffffffdd90,
|
|---|
| 19 | opt=0x7fffffffe455 "i",
|
|---|
| 20 | arg=0x7fffffffe457 "/home/vlad/Desktop/ffmpeg_bug/fisier",
|
|---|
| 21 | options=0xa4a840) at cmdutils.c:292
|
|---|
| 22 | #9 0x00000000004437e7 in parse_options (optctx=0x7fffffffdd90, argc=8,
|
|---|
| 23 | argv=0x7fffffffe148, options=0xa4a840,
|
|---|
| 24 | parse_arg_function=0x440e50 <opt_output_file>) at cmdutils.c:325
|
|---|
| 25 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 26 | #10 0x0000000000435b4d in main (argc=8, argv=0x7fffffffe148) at ffmpeg.c:4839
|
|---|
| 27 | (gdb)
|
|---|
| 28 |
|
|---|