Ticket #5992: http_gdb_output.txt

File http_gdb_output.txt, 3.0 KB (added by Paul Ch, 10 years ago)

gdb stack trace

Line 
1(gdb) bt
2#0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:152
3#1 0x000000000083d1c8 in http_buf_read (h=0x246ec80, buf=0x24715c0 "\360\nG\002", size=0xffffffff) at libavformat/http.c:1164
4#2 0x000000000083d687 in http_read_stream (h=0x246ec80, buf=0x24715c0 "\360\nG\002", size=0xffffffff) at libavformat/http.c:1262
5#3 0x000000000083dbc7 in http_read (h=0x246ec80, buf=0x24715c0 "\360\nG\002", size=0x8000) at libavformat/http.c:1373
6#4 0x0000000000695340 in retry_transfer_wrapper (h=0x246ec80, buf=0x24715c0 "\360\nG\002", size=0x8000, size_min=0x1, transfer_func=0x83db5b <http_read>) at libavformat/avio.c:378
7#5 0x000000000069548e in ffurl_read (h=0x246ec80, buf=0x24715c0 "\360\nG\002", size=0x8000) at libavformat/avio.c:411
8#6 0x00000000006984b7 in io_read_packet (opaque=0x2470b00, buf=0x24715c0 "\360\nG\002", buf_size=0x8000) at libavformat/aviobuf.c:846
9#7 0x0000000000697500 in fill_buffer (s=0x2479620) at libavformat/aviobuf.c:540
10#8 0x00000000006978ff in avio_read (s=0x2479620, buf=0x2479710 "\020\vG\002", size=0x800) at libavformat/aviobuf.c:634
11#9 0x00000000006c7567 in av_probe_input_buffer2 (pb=0x2479620, fmt=0x246e368, filename=0x7fffffffedda "http://localhost:12345/1.avi", logctx=0x246e360, offset=0x0, max_probe_size=0x100000)
12 at libavformat/format.c:314
13#10 0x00000000007f59de in init_input (s=0x246e360, filename=0x7fffffffedda "http://localhost:12345/1.avi", options=0x7fffffffe450) at libavformat/utils.c:391
14#11 0x00000000007f5e45 in avformat_open_input (ps=0x7fffffffe4d0, filename=0x7fffffffedda "http://localhost:12345/1.avi", fmt=0x0, options=0x246e128) at libavformat/utils.c:500
15#12 0x000000000040f528 in open_input_file (o=0x7fffffffe5c0, filename=0x7fffffffedda "http://localhost:12345/1.avi") at ffmpeg_opt.c:982
16#13 0x0000000000418822 in open_files (l=0x246e058, inout=0x16747b7 "input", open_file=0x40ed59 <open_input_file>) at ffmpeg_opt.c:3071
17#14 0x0000000000418989 in ffmpeg_parse_options (argc=0x4, argv=0x7fffffffeb98) at ffmpeg_opt.c:3108
18#15 0x000000000042d8e8 in main (argc=0x4, argv=0x7fffffffeb98) at ffmpeg.c:4334
19
20(gdb) i r
21rax 0xffffffffff8602a8 0xffffffffff8602a8
22rbx 0x246e360 0x246e360
23rcx 0xfffffffffffffffe 0xfffffffffffffffe
24rdx 0x1c 0x1c
25rsi 0x246ed57 0x246ed57
26rdi 0x24715c0 0x24715c0
27rbp 0x0 0x0
28rsp 0x7fffffffe0a8 0x7fffffffe0a8
29r8 0x7ffff7064060 0x7ffff7064060
30r9 0x7fffffffe152 0x7fffffffe152
31r10 0x1 0x1
32r11 0x0 0x0
33r12 0x405051 0x405051
34r13 0x7fffffffeb90 0x7fffffffeb90
35r14 0x0 0x0
36r15 0x0 0x0
37rip 0x7ffff6d3d0a0 0x7ffff6d3d0a0 <__memcpy_sse2_unaligned+480>
38eflags 0x10282 [ SF IF RF ]
39cs 0x33 0x33
40ss 0x2b 0x2b
41ds 0x0 0x0
42es 0x0 0x0
43fs 0x0 0x0
44gs 0x0 0x0