Ticket #3713: bt.txt

File bt.txt, 23.9 KB (added by Alexander V. Lukyanov, 12 years ago)

gdb info

Line 
1GNU gdb (GDB) Fedora 7.6.1-46.fc19
2Copyright (C) 2013 Free Software Foundation, Inc.
3License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
4This is free software: you are free to change and redistribute it.
5There is NO WARRANTY, to the extent permitted by law. Type "show copying"
6and "show warranty" for details.
7This GDB was configured as "x86_64-redhat-linux-gnu".
8For bug reporting instructions, please see:
9<http://www.gnu.org/software/gdb/bugs/>...
10Reading symbols from /usr/local/bin/ffmpeg...done.
11[New LWP 26746]
12[Thread debugging using libthread_db enabled]
13Using host libthread_db library "/lib64/libthread_db.so.1".
14Core was generated by `/usr/local/bin/ffmpeg -ss 1 -i rtp://@224.0.91.94:1234 -t 30 -f avi -c copy 224'.
15Program terminated with signal 11, Segmentation fault.
16#0 force_codec_ids (st=0x3731164, s=0x372bc20) at libavformat/utils.c:636
17636 switch (st->codec->codec_type) {
18Missing separate debuginfos, use: debuginfo-install glibc-2.17-20.fc19.x86_64 zlib-1.2.7-10.fc19.x86_64
19(gdb) #0 force_codec_ids (st=0x3731164, s=0x372bc20) at libavformat/utils.c:636
20#1 ff_read_packet (s=s@entry=0x372bc20, pkt=pkt@entry=0x7fff92873ba0)
21 at libavformat/utils.c:834
22#2 0x00000000005c71f0 in read_frame_internal (s=s@entry=0x372bc20,
23 pkt=pkt@entry=0x7fff92873ce0) at libavformat/utils.c:1454
24#3 0x00000000005cab1f in avformat_find_stream_info (ic=0x372bc20, options=0x0)
25 at libavformat/utils.c:3240
26#4 0x000000000046fdc1 in open_input_file (o=o@entry=0x7fff92874060,
27 filename=<optimized out>) at ffmpeg_opt.c:888
28#5 0x00000000004740df in open_files (inout=0xcc1a1f "input",
29 open_file=0x46fa00 <open_input_file>, l=<optimized out>, l=<optimized out>)
30 at ffmpeg_opt.c:2645
31#6 ffmpeg_parse_options (argc=argc@entry=12, argv=argv@entry=0x7fff928748b8)
32 at ffmpeg_opt.c:2682
33#7 0x0000000000463ef8 in main (argc=12, argv=0x7fff928748b8) at ffmpeg.c:3787
34(gdb) Dump of assembler code from 0x5c4560 to 0x5c45a0:
35 0x00000000005c4560 <ff_read_packet+512>: cmp $0x1,%edx
36 0x00000000005c4563 <ff_read_packet+515>: je 0x5c4ea0 <ff_read_packet+2880>
37 0x00000000005c4569 <ff_read_packet+521>: cmp $0xffffffff,%edx
38 0x00000000005c456c <ff_read_packet+524>: je 0x5c4e30 <ff_read_packet+2768>
39 0x00000000005c4572 <ff_read_packet+530>: nopw 0x0(%rax,%rax,1)
40 0x00000000005c4578 <ff_read_packet+536>: mov %rax,0x8(%r13)
41 0x00000000005c457c <ff_read_packet+540>: mov 0x8(%rbp),%rdx
42=> 0x00000000005c4580 <ff_read_packet+544>: mov 0xc(%rdx),%eax
43 0x00000000005c4583 <ff_read_packet+547>: cmp $0x1,%eax
44 0x00000000005c4586 <ff_read_packet+550>: je 0x5c4c70 <ff_read_packet+2320>
45 0x00000000005c458c <ff_read_packet+556>: cmp $0x3,%eax
46 0x00000000005c458f <ff_read_packet+559>: je 0x5c4c60 <ff_read_packet+2304>
47 0x00000000005c4595 <ff_read_packet+565>: test %eax,%eax
48 0x00000000005c4597 <ff_read_packet+567>: je 0x5c4c48 <ff_read_packet+2280>
49 0x00000000005c459d <ff_read_packet+573>: mov 0x4e4(%r14),%r9d
50End of assembler dump.
51(gdb) rax 0x4f00aa42 1325443650
52rbx 0x0 0
53rcx 0x0 0
54rdx 0x3000000000 206158430208
55rsi 0x0 0
56rdi 0x8000000000000000 -9223372036854775808
57rbp 0x3731164 0x3731164
58rsp 0x7fff92873a40 0x7fff92873a40
59r8 0x8d15a8515dfb7960 -8280527272428209824
60r9 0xab6b9099539da3ea -6094618682508598294
61r10 0x3 3
62r11 0x372e1a0 57860512
63r12 0x0 0
64r13 0x7fff92873ba0 140735651724192
65r14 0x372bc20 57850912
66r15 0x372b320 57848608
67rip 0x5c4580 0x5c4580 <ff_read_packet+544>
68eflags 0x10246 [ PF ZF IF RF ]
69cs 0x33 51
70ss 0x2b 43
71ds 0x0 0
72es 0x0 0
73fs 0x0 0
74gs 0x0 0
75st0 *value not available*
76st1 *value not available*
77st2 *value not available*
78st3 *value not available*
79st4 *value not available*
80st5 *value not available*
81st6 *value not available*
82st7 *value not available*
83fctrl *value not available*
84fstat *value not available*
85ftag *value not available*
86fiseg *value not available*
87fioff *value not available*
88foseg *value not available*
89fooff *value not available*
90fop *value not available*
91xmm0 *value not available*
92xmm1 *value not available*
93xmm2 *value not available*
94xmm3 *value not available*
95xmm4 *value not available*
96xmm5 *value not available*
97xmm6 *value not available*
98xmm7 *value not available*
99xmm8 *value not available*
100xmm9 *value not available*
101xmm10 *value not available*
102xmm11 *value not available*
103xmm12 *value not available*
104xmm13 *value not available*
105xmm14 *value not available*
106xmm15 *value not available*
107mxcsr *value not available*
108(gdb) quit
109
110GNU gdb (GDB) Fedora 7.6.1-46.fc19
111Copyright (C) 2013 Free Software Foundation, Inc.
112License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
113This is free software: you are free to change and redistribute it.
114There is NO WARRANTY, to the extent permitted by law. Type "show copying"
115and "show warranty" for details.
116This GDB was configured as "x86_64-redhat-linux-gnu".
117For bug reporting instructions, please see:
118<http://www.gnu.org/software/gdb/bugs/>...
119Reading symbols from /usr/local/bin/ffmpeg...done.
120[New LWP 34281]
121[Thread debugging using libthread_db enabled]
122Using host libthread_db library "/lib64/libthread_db.so.1".
123Core was generated by `/usr/local/bin/ffmpeg -ss 1 -i rtp://@224.0.94.27:1234 -t 30 -f avi -c copy 224'.
124Program terminated with signal 11, Segmentation fault.
125#0 force_codec_ids (st=0x2a0b064, s=0x2a05c20) at libavformat/utils.c:636
126636 switch (st->codec->codec_type) {
127Missing separate debuginfos, use: debuginfo-install glibc-2.17-20.fc19.x86_64 zlib-1.2.7-10.fc19.x86_64
128(gdb) #0 force_codec_ids (st=0x2a0b064, s=0x2a05c20) at libavformat/utils.c:636
129#1 ff_read_packet (s=s@entry=0x2a05c20, pkt=pkt@entry=0x7fff9c051b30)
130 at libavformat/utils.c:834
131#2 0x00000000005c71f0 in read_frame_internal (s=s@entry=0x2a05c20,
132 pkt=pkt@entry=0x7fff9c051c70) at libavformat/utils.c:1454
133#3 0x00000000005cab1f in avformat_find_stream_info (ic=0x2a05c20, options=0x0)
134 at libavformat/utils.c:3240
135#4 0x000000000046fdc1 in open_input_file (o=o@entry=0x7fff9c051ff0,
136 filename=<optimized out>) at ffmpeg_opt.c:888
137#5 0x00000000004740df in open_files (inout=0xcc1a1f "input",
138 open_file=0x46fa00 <open_input_file>, l=<optimized out>, l=<optimized out>)
139 at ffmpeg_opt.c:2645
140#6 ffmpeg_parse_options (argc=argc@entry=12, argv=argv@entry=0x7fff9c052848)
141 at ffmpeg_opt.c:2682
142#7 0x0000000000463ef8 in main (argc=12, argv=0x7fff9c052848) at ffmpeg.c:3787
143(gdb) Dump of assembler code from 0x5c4560 to 0x5c45a0:
144 0x00000000005c4560 <ff_read_packet+512>: cmp $0x1,%edx
145 0x00000000005c4563 <ff_read_packet+515>: je 0x5c4ea0 <ff_read_packet+2880>
146 0x00000000005c4569 <ff_read_packet+521>: cmp $0xffffffff,%edx
147 0x00000000005c456c <ff_read_packet+524>: je 0x5c4e30 <ff_read_packet+2768>
148 0x00000000005c4572 <ff_read_packet+530>: nopw 0x0(%rax,%rax,1)
149 0x00000000005c4578 <ff_read_packet+536>: mov %rax,0x8(%r13)
150 0x00000000005c457c <ff_read_packet+540>: mov 0x8(%rbp),%rdx
151=> 0x00000000005c4580 <ff_read_packet+544>: mov 0xc(%rdx),%eax
152 0x00000000005c4583 <ff_read_packet+547>: cmp $0x1,%eax
153 0x00000000005c4586 <ff_read_packet+550>: je 0x5c4c70 <ff_read_packet+2320>
154 0x00000000005c458c <ff_read_packet+556>: cmp $0x3,%eax
155 0x00000000005c458f <ff_read_packet+559>: je 0x5c4c60 <ff_read_packet+2304>
156 0x00000000005c4595 <ff_read_packet+565>: test %eax,%eax
157 0x00000000005c4597 <ff_read_packet+567>: je 0x5c4c48 <ff_read_packet+2280>
158 0x00000000005c459d <ff_read_packet+573>: mov 0x4e4(%r14),%r9d
159End of assembler dump.
160(gdb) rax 0x90eb418c 2431336844
161rbx 0x0 0
162rcx 0x0 0
163rdx 0x5081d856db 345775822555
164rsi 0x0 0
165rdi 0x8000000000000000 -9223372036854775808
166rbp 0x2a0b064 0x2a0b064
167rsp 0x7fff9c0519d0 0x7fff9c0519d0
168r8 0x2a0bf30 44089136
169r9 0x7f48fa10a267 139951409767015
170r10 0x3 3
171r11 0x2a081a0 44073376
172r12 0x0 0
173r13 0x7fff9c051b30 140735810968368
174r14 0x2a05c20 44063776
175r15 0x2a08b40 44075840
176rip 0x5c4580 0x5c4580 <ff_read_packet+544>
177eflags 0x10246 [ PF ZF IF RF ]
178cs 0x33 51
179ss 0x2b 43
180ds 0x0 0
181es 0x0 0
182fs 0x0 0
183gs 0x0 0
184st0 *value not available*
185st1 *value not available*
186st2 *value not available*
187st3 *value not available*
188st4 *value not available*
189st5 *value not available*
190st6 *value not available*
191st7 *value not available*
192fctrl *value not available*
193fstat *value not available*
194ftag *value not available*
195fiseg *value not available*
196fioff *value not available*
197foseg *value not available*
198fooff *value not available*
199fop *value not available*
200xmm0 *value not available*
201xmm1 *value not available*
202xmm2 *value not available*
203xmm3 *value not available*
204xmm4 *value not available*
205xmm5 *value not available*
206xmm6 *value not available*
207xmm7 *value not available*
208xmm8 *value not available*
209xmm9 *value not available*
210xmm10 *value not available*
211xmm11 *value not available*
212xmm12 *value not available*
213xmm13 *value not available*
214xmm14 *value not available*
215xmm15 *value not available*
216mxcsr *value not available*
217(gdb) quit
218
219GNU gdb (GDB) Fedora 7.6.1-46.fc19
220Copyright (C) 2013 Free Software Foundation, Inc.
221License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
222This is free software: you are free to change and redistribute it.
223There is NO WARRANTY, to the extent permitted by law. Type "show copying"
224and "show warranty" for details.
225This GDB was configured as "x86_64-redhat-linux-gnu".
226For bug reporting instructions, please see:
227<http://www.gnu.org/software/gdb/bugs/>...
228Reading symbols from /usr/local/bin/ffmpeg...done.
229[New LWP 35330]
230[Thread debugging using libthread_db enabled]
231Using host libthread_db library "/lib64/libthread_db.so.1".
232Core was generated by `/usr/local/bin/ffmpeg -ss 1 -i rtp://@224.0.91.96:1234 -t 30 -f avi -c copy 224'.
233Program terminated with signal 11, Segmentation fault.
234#0 0x00007f017ebf040a in malloc_consolidate () from /lib64/libc.so.6
235Missing separate debuginfos, use: debuginfo-install glibc-2.17-20.fc19.x86_64 zlib-1.2.7-10.fc19.x86_64
236(gdb) #0 0x00007f017ebf040a in malloc_consolidate () from /lib64/libc.so.6
237#1 0x00007f017ebf1719 in _int_malloc () from /lib64/libc.so.6
238#2 0x00007f017ebf2b65 in _int_memalign () from /lib64/libc.so.6
239#3 0x00007f017ebf48ab in memalign () from /lib64/libc.so.6
240#4 0x00007f017ebf620c in posix_memalign () from /lib64/libc.so.6
241#5 0x0000000000c41c7a in av_malloc (size=size@entry=1088)
242 at libavutil/mem.c:95
243#6 0x000000000088f993 in avcodec_alloc_context3 (codec=codec@entry=0x0)
244 at libavcodec/options.c:145
245#7 0x00000000005ce95b in avformat_new_stream (s=0x1ed8c20, c=c@entry=0x0)
246 at libavformat/utils.c:3737
247#8 0x00000000005577d1 in pmt_cb (filter=<optimized out>,
248 section=<optimized out>, section_len=<optimized out>)
249 at libavformat/mpegts.c:1802
250#9 0x0000000000554794 in handle_packet (ts=ts@entry=0x1ee0f60,
251 packet=packet@entry=0x1f15588 "G_@\030") at libavformat/mpegts.c:2095
252#10 0x00000000005596cf in ff_mpegts_parse_packet (ts=0x1ee0f60,
253 pkt=<optimized out>, buf=0x1f15588 "G_@\030",
254 buf@entry=0x1f154cc "G\037A\026\001fu]=,\264\231|\004\345Omݮ)\250A\344b4aJ\251\t\303\351\367\201\032\350۠\211\026xf\002\226\232\217\231\317\"\237\301\213\002\204\250\037\021\361<\240\277\261+\354\a\024\023\231\336R\231$l?\313\334tQ\307\063\313\371\240\226\261;\275\310F]\017\320zD\216\267\241\216u\247\023\301\274g\357\244\307{\031;\376~\314\023u\305[P\364\242\327 \336\016״R\343\312K\"\213\034\215\252YMc<%\021c\355\064\226,[\323\357\346\v\335A\227\333\327\340\027\026n< #h\024n@`{\350$\030\335\070*\325\240&0F\340d\243\275\377V\274\300\233G_@\030",
255 len=1128, len@entry=1316) at libavformat/mpegts.c:2646
256#11 0x0000000000598995 in mpegts_handle_packet (ctx=<optimized out>,
257 data=0x1edef20, st=<optimized out>, pkt=<optimized out>,
258 timestamp=<optimized out>,
259 buf=0x1f154cc "G\037A\026\001fu]=,\264\231|\004\345Omݮ)\250A\344b4aJ\251\t\303\351\367\201\032\350۠\211\026xf\002\226\232\217\231\317\"\237\301\213\002\204\250\037\021\361<\240\277\261+\354\a\024\023\231\336R\231$l?\313\334tQ\307\063\313\371\240\226\261;\275\310F]\017\320zD\216\267\241\216u\247\023\301\274g\357\244\307{\031;\376~\314\023u\305[P\364\242\327 \336\016״R\343\312K\"\213\034\215\252YMc<%\021c\355\064\226,[\323\357\346\v\335A\227\333\327\340\027\026n< #h\024n@`{\350$\030\335\070*\325\240&0F\340d\243\275\377V\274\300\233G_@\030",
260 len=1316, seq=64978, flags=0) at libavformat/rtpdec_mpegts.c:86
261#12 0x0000000000592797 in rtp_parse_packet_internal (s=0x1eda9e0,
262 pkt=0x7fff042d1500,
263 buf=0x1f154cc "G\037A\026\001fu]=,\264\231|\004\345Omݮ)\250A\344b4aJ\251\t\303\351\367\201\032\350۠\211\026xf\002\226\232\217\231\317\"\237\301\213\002\204\250\037\021\361<\240\277\261+\354\a\024\023\231\336R\231$l?\313\334tQ\307\063\313\371\240\226\261;\275\310F]\017\320zD\216\267\241\216u\247\023\301\274g\357\244\307{\031;\376~\314\023u\305[P\364\242\327 \336\016״R\343\312K\"\213\034\215\252YMc<%\021c\355\064\226,[\323\357\346\v\335A\227\333\327\340\027\026n< #h\024n@`{\350$\030\335\070*\325\240&0F\340d\243\275\377V\274\300\233G_@\030",
264 len=1316) at libavformat/rtpdec.c:645
265#13 0x0000000000593921 in rtp_parse_one_packet (len=1328,
266 bufptr=<optimized out>, pkt=0x7fff042d1500, s=0x1eda9e0)
267 at libavformat/rtpdec.c:792
268#14 ff_rtp_parse_packet (s=0x1eda9e0, pkt=pkt@entry=0x7fff042d1500,
269 bufptr=bufptr@entry=0x1eda8c0, len=len@entry=1328)
270 at libavformat/rtpdec.c:822
271#15 0x00000000005a4a1a in ff_rtsp_fetch_packet (s=0x1ed8c20,
272 pkt=0x7fff042d1500) at libavformat/rtsp.c:2042
273#16 0x00000000005c4436 in ff_read_packet (s=s@entry=0x1ed8c20,
274 pkt=pkt@entry=0x7fff042d1500) at libavformat/utils.c:791
275#17 0x00000000005c71f0 in read_frame_internal (s=s@entry=0x1ed8c20,
276 pkt=pkt@entry=0x7fff042d1640) at libavformat/utils.c:1454
277#18 0x00000000005cab1f in avformat_find_stream_info (ic=0x1ed8c20, options=0x0)
278 at libavformat/utils.c:3240
279#19 0x000000000046fdc1 in open_input_file (o=o@entry=0x7fff042d19c0,
280 filename=<optimized out>) at ffmpeg_opt.c:888
281#20 0x00000000004740df in open_files (inout=0xcc1a1f "input",
282 open_file=0x46fa00 <open_input_file>, l=<optimized out>, l=<optimized out>)
283 at ffmpeg_opt.c:2645
284#21 ffmpeg_parse_options (argc=argc@entry=12, argv=argv@entry=0x7fff042d2218)
285 at ffmpeg_opt.c:2682
286#22 0x0000000000463ef8 in main (argc=12, argv=0x7fff042d2218) at ffmpeg.c:3787
287(gdb) Dump of assembler code from 0x7f017ebf03ea to 0x7f017ebf042a:
288 0x00007f017ebf03ea <malloc_consolidate+234>: mov %r9,0x18(%rbx)
289 0x00007f017ebf03ee <malloc_consolidate+238>: mov %rax,0x10(%rbx)
290 0x00007f017ebf03f2 <malloc_consolidate+242>: or $0x1,%rdx
291 0x00007f017ebf03f6 <malloc_consolidate+246>: test %r15,%r15
292 0x00007f017ebf03f9 <malloc_consolidate+249>: mov %rdx,0x8(%rbx)
293 0x00007f017ebf03fd <malloc_consolidate+253>: mov %rbp,(%rbx,%rbp,1)
294 0x00007f017ebf0401 <malloc_consolidate+257>: je 0x7f017ebf04b0 <malloc_consolidate+432>
295 0x00007f017ebf0407 <malloc_consolidate+263>: mov %r15,%rbx
296=> 0x00007f017ebf040a <malloc_consolidate+266>: mov 0x8(%rbx),%rax
297 0x00007f017ebf040e <malloc_consolidate+270>: mov 0x10(%rbx),%r15
298 0x00007f017ebf0412 <malloc_consolidate+274>: mov %rax,%rbp
299 0x00007f017ebf0415 <malloc_consolidate+277>: and $0xfffffffffffffffa,%rbp
300 0x00007f017ebf0419 <malloc_consolidate+281>: lea (%rbx,%rbp,1),%r12
301 0x00007f017ebf041d <malloc_consolidate+285>: mov 0x8(%r12),%r13
302 0x00007f017ebf0422 <malloc_consolidate+290>: and $0xfffffffffffffff8,%r13
303 0x00007f017ebf0426 <malloc_consolidate+294>: test $0x1,%al
304 0x00007f017ebf0428 <malloc_consolidate+296>: jne 0x7f017ebf046e <malloc_consolidate+366>
305End of assembler dump.
306(gdb) rax 0x1ed8620 32343584
307rbx 0x64 100
308rcx 0x20 32
309rdx 0x31 49
310rsi 0x490 1168
311rdi 0x7f017ef2e780 139644401543040
312rbp 0x30 0x30
313rsp 0x7fff042d08d0 0x7fff042d08d0
314r8 0x68 104
315r9 0x7f017ef2e7d8 139644401543128
316r10 0x7f017ef2e790 139644401543056
317r11 0x7f017ebfd30a 139644398195466
318r12 0x1edb1d0 32354768
319r13 0x1030 4144
320r14 0x7f017ef2e780 139644401543040
321r15 0x64 100
322rip 0x7f017ebf040a 0x7f017ebf040a <malloc_consolidate+266>
323eflags 0x10202 [ IF RF ]
324cs 0x33 51
325ss 0x2b 43
326ds 0x0 0
327es 0x0 0
328fs 0x0 0
329gs 0x0 0
330st0 *value not available*
331st1 *value not available*
332st2 *value not available*
333st3 *value not available*
334st4 *value not available*
335st5 *value not available*
336st6 *value not available*
337st7 *value not available*
338fctrl *value not available*
339fstat *value not available*
340ftag *value not available*
341fiseg *value not available*
342fioff *value not available*
343foseg *value not available*
344fooff *value not available*
345fop *value not available*
346xmm0 *value not available*
347xmm1 *value not available*
348xmm2 *value not available*
349xmm3 *value not available*
350xmm4 *value not available*
351xmm5 *value not available*
352xmm6 *value not available*
353xmm7 *value not available*
354xmm8 *value not available*
355xmm9 *value not available*
356xmm10 *value not available*
357xmm11 *value not available*
358xmm12 *value not available*
359xmm13 *value not available*
360xmm14 *value not available*
361xmm15 *value not available*
362mxcsr *value not available*
363(gdb) quit
364
365GNU gdb (GDB) Fedora 7.6.1-46.fc19
366Copyright (C) 2013 Free Software Foundation, Inc.
367License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
368This is free software: you are free to change and redistribute it.
369There is NO WARRANTY, to the extent permitted by law. Type "show copying"
370and "show warranty" for details.
371This GDB was configured as "x86_64-redhat-linux-gnu".
372For bug reporting instructions, please see:
373<http://www.gnu.org/software/gdb/bugs/>...
374Reading symbols from /usr/local/bin/ffmpeg...done.
375[New LWP 61196]
376[Thread debugging using libthread_db enabled]
377Using host libthread_db library "/lib64/libthread_db.so.1".
378Core was generated by `/usr/local/bin/ffmpeg -ss 1 -i rtp://@224.0.91.105:1234 -t 30 -f avi -c copy 22'.
379Program terminated with signal 11, Segmentation fault.
380#0 0x00007fc57e77d1ba in __strrchr_sse2 () from /lib64/libc.so.6
381Missing separate debuginfos, use: debuginfo-install glibc-2.17-20.fc19.x86_64 zlib-1.2.7-10.fc19.x86_64
382(gdb) #0 0x00007fc57e77d1ba in __strrchr_sse2 () from /lib64/libc.so.6
383#1 0x0000000000507aae in av_match_ext (
384 filename=0x60 <Address 0x60 out of bounds>, extensions=0xccb10f "aac")
385 at libavformat/format.c:83
386#2 0x00000000005c19af in av_probe_input_format3 (pd=pd@entry=0x1c3f1b0,
387 score_ret=score_ret@entry=0x7fffef7b1b2c, is_opened=1)
388 at libavformat/utils.c:272
389#3 0x00000000005c4762 in set_codec_from_probe_data (pd=0x1c3f1b0,
390 st=0x1c3f080, s=0x1c3cc20) at libavformat/utils.c:332
391#4 probe_codec (pkt=0x7fffef7b1c30, st=0x1c3f080, s=0x1c3cc20)
392 at libavformat/utils.c:685
393#5 ff_read_packet (s=s@entry=0x1c3cc20, pkt=pkt@entry=0x7fffef7b1c30)
394 at libavformat/utils.c:846
395#6 0x00000000005c71f0 in read_frame_internal (s=s@entry=0x1c3cc20,
396 pkt=pkt@entry=0x7fffef7b1d70) at libavformat/utils.c:1454
397#7 0x00000000005cab1f in avformat_find_stream_info (ic=0x1c3cc20, options=0x0)
398 at libavformat/utils.c:3240
399#8 0x000000000046fdc1 in open_input_file (o=o@entry=0x7fffef7b20f0,
400 filename=<optimized out>) at ffmpeg_opt.c:888
401#9 0x00000000004740df in open_files (inout=0xcc1a1f "input",
402 open_file=0x46fa00 <open_input_file>, l=<optimized out>, l=<optimized out>)
403 at ffmpeg_opt.c:2645
404#10 ffmpeg_parse_options (argc=argc@entry=12, argv=argv@entry=0x7fffef7b2948)
405 at ffmpeg_opt.c:2682
406#11 0x0000000000463ef8 in main (argc=12, argv=0x7fffef7b2948) at ffmpeg.c:3787
407(gdb) Dump of assembler code from 0x7fc57e77d19a to 0x7fc57e77d1da:
408 0x00007fc57e77d19a <strrchr+58>: or $0x1f0fc300,%eax
409 0x00007fc57e77d19f: add %ah,0xf(%rsi)
410 0x00007fc57e77d1a2 <__strrchr_sse2+2>: outsb %ds:(%rsi),(%dx)
411 0x00007fc57e77d1a3 <__strrchr_sse2+3>: (bad)
412 0x00007fc57e77d1a4 <__strrchr_sse2+4>: mov %rdi,%rcx
413 0x00007fc57e77d1a7 <__strrchr_sse2+7>: punpcklbw %xmm1,%xmm1
414 0x00007fc57e77d1ab <__strrchr_sse2+11>: and $0xfffffffffffffff0,%rdi
415 0x00007fc57e77d1af <__strrchr_sse2+15>: pxor %xmm2,%xmm2
416 0x00007fc57e77d1b3 <__strrchr_sse2+19>: punpcklbw %xmm1,%xmm1
417 0x00007fc57e77d1b7 <__strrchr_sse2+23>: or $0xffffffff,%esi
418=> 0x00007fc57e77d1ba <__strrchr_sse2+26>: movdqa (%rdi),%xmm0
419 0x00007fc57e77d1be <__strrchr_sse2+30>: pshufd $0x0,%xmm1,%xmm1
420 0x00007fc57e77d1c3 <__strrchr_sse2+35>: sub %rdi,%rcx
421 0x00007fc57e77d1c6 <__strrchr_sse2+38>: movdqa %xmm0,%xmm3
422 0x00007fc57e77d1ca <__strrchr_sse2+42>: lea 0x10(%rdi),%rdi
423 0x00007fc57e77d1ce <__strrchr_sse2+46>: pcmpeqb %xmm1,%xmm0
424 0x00007fc57e77d1d2 <__strrchr_sse2+50>: pcmpeqb %xmm2,%xmm3
425 0x00007fc57e77d1d6 <__strrchr_sse2+54>: shl %cl,%esi
426 0x00007fc57e77d1d8 <__strrchr_sse2+56>: pmovmskb %xmm0,%edx
427End of assembler dump.
428(gdb) rax 0x0 0
429rbx 0xccb10f 13414671
430rcx 0x64 100
431rdx 0x1c8f8c0 29948096
432rsi 0xffffffff 4294967295
433rdi 0x60 96
434rbp 0x0 0x0
435rsp 0x7fffef7b1a38 0x7fffef7b1a38
436r8 0x1c8f8c1 29948097
437r9 0x0 0
438r10 0x1c8f470 29946992
439r11 0x0 0
440r12 0x0 0
441r13 0x7fffef7b1b2c 140737211210540
442r14 0x0 0
443r15 0x1c3ed20 29617440
444rip 0x7fc57e77d1ba 0x7fc57e77d1ba <__strrchr_sse2+26>
445eflags 0x10286 [ PF SF IF RF ]
446cs 0x33 51
447ss 0x2b 43
448ds 0x0 0
449es 0x0 0
450fs 0x0 0
451gs 0x0 0
452st0 *value not available*
453st1 *value not available*
454st2 *value not available*
455st3 *value not available*
456st4 *value not available*
457st5 *value not available*
458st6 *value not available*
459st7 *value not available*
460fctrl *value not available*
461fstat *value not available*
462ftag *value not available*
463fiseg *value not available*
464fioff *value not available*
465foseg *value not available*
466fooff *value not available*
467fop *value not available*
468xmm0 *value not available*
469xmm1 *value not available*
470xmm2 *value not available*
471xmm3 *value not available*
472xmm4 *value not available*
473xmm5 *value not available*
474xmm6 *value not available*
475xmm7 *value not available*
476xmm8 *value not available*
477xmm9 *value not available*
478xmm10 *value not available*
479xmm11 *value not available*
480xmm12 *value not available*
481xmm13 *value not available*
482xmm14 *value not available*
483xmm15 *value not available*
484mxcsr *value not available*
485(gdb) quit
486