Ticket #8146: gdb-input

File gdb-input, 4.8 KB (added by Suhwan, 7 years ago)
Line 
1GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
2Copyright (C) 2018 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-linux-gnu".
8Type "show configuration" for configuration details.
9For bug reporting instructions, please see:
10<http://www.gnu.org/software/gdb/bugs/>.
11Find the GDB manual and other documentation resources online at:
12<http://www.gnu.org/software/gdb/documentation/>.
13For help, type "help".
14Type "apropos word" to search for commands related to "word"...
15Reading symbols from ../ffmpeg/ffmpeg_g...done.
16(gdb) r
17Starting program: ffmpeg_g -stream_loop 1 -y -r 41 -i samples/samples.mplayerhq.hu/testsuite/msvc.avi -target svcd -map 0 -aframes 68 -r 76 -ar 22050 -ac 18 -b:v 455k output/tmp.spdif
18[Thread debugging using libthread_db enabled]
19Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
20ffmpeg version N-94906-gcb8d6a4e3e Copyright (c) 2000-2019 the FFmpeg developers
21 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
22 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
23 libavutil 56. 35.100 / 56. 35.100
24 libavcodec 58. 56.101 / 58. 56.101
25 libavformat 58. 32.104 / 58. 32.104
26 libavdevice 58. 9.100 / 58. 9.100
27 libavfilter 7. 58.102 / 7. 58.102
28 libswscale 5. 6.100 / 5. 6.100
29 libswresample 3. 6.100 / 3. 6.100
30Input #0, avi, from 'samples/samples.mplayerhq.hu/testsuite/msvc.avi':
31 Duration: 00:00:01.67, start: 0.000000, bitrate: 422 kb/s
32 Stream #0:0: Video: msvideo1 (CRAM / 0x4D415243), rgb555le, 352x240, 389 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc
33Assuming NTSC for target.
34Stream mapping:
35 Stream #0:0 -> #0:0 (msvideo1 (native) -> mpeg2video (native))
36Press [q] to stop, [?] for help
37[New Thread 0x7ffff01f3700 (LWP 5748)]
38[New Thread 0x7fffef9f2700 (LWP 5749)]
39[New Thread 0x7fffef1f1700 (LWP 5750)]
40[New Thread 0x7fffee9f0700 (LWP 5751)]
41[New Thread 0x7fffee1ef700 (LWP 5752)]
42[New Thread 0x7fffed9ee700 (LWP 5753)]
43[New Thread 0x7fffed1ed700 (LWP 5754)]
44[New Thread 0x7fffec9ec700 (LWP 5755)]
45[New Thread 0x7fffec1eb700 (LWP 5756)]
46[New Thread 0x7fffeb9ea700 (LWP 5757)]
47[New Thread 0x7fffeb1e9700 (LWP 5758)]
48[New Thread 0x7fffea9e8700 (LWP 5759)]
49libswscale/input.c:289:42: runtime error: left shift of negative value -4865
50libswscale/input.c:289:71: runtime error: left shift of negative value -9528
51libswscale/input.c:290:71: runtime error: left shift of negative value -12061
52libswscale/input.c:290:100: runtime error: left shift of negative value -2332
53[New Thread 0x7fffea1e7700 (LWP 5760)]
54[New Thread 0x7fffe99e6700 (LWP 5761)]
55[New Thread 0x7fffe91e5700 (LWP 5762)]
56[New Thread 0x7fffe89e4700 (LWP 5763)]
57[New Thread 0x7fffe81e3700 (LWP 5764)]
58[New Thread 0x7fffe79e2700 (LWP 5766)]
59[New Thread 0x7fffe71e1700 (LWP 5767)]
60[New Thread 0x7fffe69e0700 (LWP 5768)]
61[New Thread 0x7fffe61df700 (LWP 5769)]
62[New Thread 0x7fffe59de700 (LWP 5770)]
63[New Thread 0x7fffe51dd700 (LWP 5771)]
64[New Thread 0x7fffe49dc700 (LWP 5772)]
65Output #0, svcd, to 'output/tmp.spdif':
66 Metadata:
67 encoder : Lavf58.32.104
68 Stream #0:0: Video: mpeg2video (Main), yuv420p, 480x480, q=2-31, 455 kb/s, 75 fps, 90k tbn, 75 tbc
69 Metadata:
70 encoder : Lavc58.56.101 mpeg2video
71 Side data:
72 cpb: bitrate max/min/avg: 2516000/0/455000 buffer size: 1835008 vbv_delay: N/A
73frame= 184 fps=0.0 q=12.7 Lsize= 306kB time=00:00:02.42 bitrate=1034.3kbits/s dup=84 drop=0 speed=10.1x
74video:298kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.725799%
75[Thread 0x7fffeb1e9700 (LWP 5758) exited]
76[Thread 0x7fffea9e8700 (LWP 5759) exited]
77[Thread 0x7fffeb9ea700 (LWP 5757) exited]
78[Thread 0x7fffec1eb700 (LWP 5756) exited]
79[Thread 0x7fffec9ec700 (LWP 5755) exited]
80[Thread 0x7fffed1ed700 (LWP 5754) exited]
81[Thread 0x7fffed9ee700 (LWP 5753) exited]
82[Thread 0x7fffee1ef700 (LWP 5752) exited]
83[Thread 0x7fffee9f0700 (LWP 5751) exited]
84[Thread 0x7fffef1f1700 (LWP 5750) exited]
85[Thread 0x7fffef9f2700 (LWP 5749) exited]
86[Thread 0x7ffff01f3700 (LWP 5748) exited]
87[Thread 0x7fffe49dc700 (LWP 5772) exited]
88[Thread 0x7fffe51dd700 (LWP 5771) exited]
89[Thread 0x7fffe59de700 (LWP 5770) exited]
90[Thread 0x7fffe61df700 (LWP 5769) exited]
91[Thread 0x7fffe69e0700 (LWP 5768) exited]
92[Thread 0x7fffe71e1700 (LWP 5767) exited]
93[Thread 0x7fffe79e2700 (LWP 5766) exited]
94[Thread 0x7fffe81e3700 (LWP 5764) exited]
95[Thread 0x7fffe89e4700 (LWP 5763) exited]
96[Thread 0x7fffe91e5700 (LWP 5762) exited]
97[Thread 0x7fffe99e6700 (LWP 5761) exited]
98[Thread 0x7fffea1e7700 (LWP 5760) exited]
99[Inferior 1 (process 5732) exited normally]