Ticket #8161: gdb-wavpackenc

File gdb-wavpackenc, 30.4 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) b wavpackenc.c:534
17Breakpoint 1 at 0x3f33a0a: wavpackenc.c:534. (7 locations)
18(gdb) ignore 1 7
19Will ignore next 7 crossings of breakpoint 1.
20(gdb) r
21Starting program: ffmpeg_g -t 0 -stream_loop 1 -y -r 49 -i samples/samples.mplayerhq.hu/A-codecs/opus/testvector07.ogg -loglevel 99 -map 0 -ar 22050 -ac 3 output/tmp.wv
22[Thread debugging using libthread_db enabled]
23Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
24ffmpeg version N-94943-g1db6e47e85 Copyright (c) 2000-2019 the FFmpeg developers
25 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
26 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
27 libavutil 56. 35.100 / 56. 35.100
28 libavcodec 58. 56.102 / 58. 56.102
29 libavformat 58. 32.104 / 58. 32.104
30 libavdevice 58. 9.100 / 58. 9.100
31 libavfilter 7. 58.102 / 7. 58.102
32 libswscale 5. 6.100 / 5. 6.100
33 libswresample 3. 6.100 / 3. 6.100
34Splitting the commandline.
35Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '0'.
36Reading option '-stream_loop' ... matched as option 'stream_loop' (set number of times input stream shall be looped) with argument '1'.
37Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
38Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '49'.
39Reading option '-i' ... matched as input url with argument 'samples/samples.mplayerhq.hu/A-codecs/opus/testvector07.ogg'.
40Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
41Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
42Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '22050'.
43Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '3'.
44Reading option 'output/tmp.wv' ... matched as output url.
45Finished splitting the commandline.
46Parsing a group of options: global .
47Applying option y (overwrite output files) with argument 1.
48Applying option loglevel (set logging level) with argument 99.
49Successfully parsed a group of options.
50Parsing a group of options: input url samples/samples.mplayerhq.hu/A-codecs/opus/testvector07.ogg.
51Applying option t (record or transcode "duration" seconds of audio/video) with argument 0.
52Applying option stream_loop (set number of times input stream shall be looped) with argument 1.
53Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 49.
54Successfully parsed a group of options.
55Opening an input file: samples/samples.mplayerhq.hu/A-codecs/opus/testvector07.ogg.
56[NULL @ 0x9231840] Opening 'samples/samples.mplayerhq.hu/A-codecs/opus/testvector07.ogg' for reading
57[file @ 0x92323c0] Setting default whitelist 'file,crypto'
58Probing ogg score:100 size:2048
59[ogg @ 0x9231840] Format ogg probed with size=2048 and score=100
60[ogg @ 0x9231840] ogg_packet: curidx=-1
61[ogg @ 0x9231840] ogg_packet: idx=0 pstart=0 psize=0 segp=0 nsegs=1
62[ogg @ 0x9231840] ogg_packet: curidx=-1
63[ogg @ 0x9231840] ogg_packet: idx=0 pstart=19 psize=0 segp=0 nsegs=1
64[ogg @ 0x9231840] ogg_packet: curidx=-1
65[ogg @ 0x9231840] ogg_packet: idx=0 pstart=69 psize=0 segp=0 nsegs=50
66[ogg @ 0x9231840] found headers
67[ogg @ 0x9231840] ogg_packet: curidx=-1
68[ogg @ 0x9231840] ogg_packet: idx=0 pstart=0 psize=0 segp=0 nsegs=50
69[ogg @ 0x9231840] Before avformat_find_stream_info() pos: 1935 bytes read:130843 seeks:3 nb_streams:1
70[ogg @ 0x9231840] ogg_packet: curidx=0
71[ogg @ 0x9231840] ogg_packet: idx=0 pstart=69 psize=0 segp=0 nsegs=50
72[ogg @ 0x9231840] All info found
73[ogg @ 0x9231840] stream 0: start_time: 0.000 duration: 22.605
74[ogg @ 0x9231840] format: start_time: 0.000 duration: 22.605 bitrate=64 kb/s
75[ogg @ 0x9231840] After avformat_find_stream_info() pos: 1935 bytes read:130843 seeks:3 frames:1
76Input #0, ogg, from 'samples/samples.mplayerhq.hu/A-codecs/opus/testvector07.ogg':
77 Duration: 00:00:22.61, start: 0.000000, bitrate: 64 kb/s
78 Stream #0:0, 1, 1/48000: Audio: opus, 48000 Hz, stereo, fltp
79 Metadata:
80 encoder : Lavf55.12.0
81Successfully opened the file.
82Parsing a group of options: output url output/tmp.wv.
83Applying option map (set input stream mapping) with argument 0.
84Applying option ar (set audio sampling rate (in Hz)) with argument 22050.
85Applying option ac (set number of audio channels) with argument 3.
86Successfully parsed a group of options.
87Opening an output file: output/tmp.wv.
88[file @ 0x92362c0] Setting default whitelist 'file,crypto'
89Successfully opened the file.
90Stream mapping:
91 Stream #0:0 -> #0:0 (opus (native) -> wavpack (native))
92Press [q] to stop, [?] for help
93cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
94detected 12 logical cores
95[New Thread 0x7ffff01f3700 (LWP 16707)]
96[New Thread 0x7fffef9f2700 (LWP 16708)]
97[New Thread 0x7fffef1f1700 (LWP 16709)]
98[New Thread 0x7fffee9f0700 (LWP 16710)]
99[New Thread 0x7fffee1ef700 (LWP 16711)]
100[New Thread 0x7fffed9ee700 (LWP 16712)]
101[New Thread 0x7fffed1ed700 (LWP 16713)]
102[New Thread 0x7fffec9ec700 (LWP 16714)]
103[New Thread 0x7fffec1eb700 (LWP 16715)]
104[New Thread 0x7fffeb9ea700 (LWP 16716)]
105[New Thread 0x7fffeb1e9700 (LWP 16717)]
106[New Thread 0x7fffea9e8700 (LWP 16718)]
107[graph_0_in_0_0 @ 0x9296240] Setting 'time_base' to value '1/48000'
108[graph_0_in_0_0 @ 0x9296240] Setting 'sample_rate' to value '48000'
109[graph_0_in_0_0 @ 0x9296240] Setting 'sample_fmt' to value 'fltp'
110[graph_0_in_0_0 @ 0x9296240] Setting 'channel_layout' to value '0x3'
111[graph_0_in_0_0 @ 0x9296240] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
112[format_out_0_0 @ 0x9297180] Setting 'sample_fmts' to value 'u8p|s16p|s32p|fltp'
113[format_out_0_0 @ 0x9297180] Setting 'sample_rates' to value '22050'
114[format_out_0_0 @ 0x9297180] Setting 'channel_layouts' to value '0xb'
115[format_out_0_0 @ 0x9297180] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_0'
116[AVFilterGraph @ 0x9294680] query_formats: 5 queried, 9 merged, 3 already done, 0 delayed
117[auto_resampler_0 @ 0x929aa00] [SWR @ 0x929af00] Using fltp internally between filters
118[auto_resampler_0 @ 0x929aa00] [SWR @ 0x929af00] Matrix coefficients:
119[auto_resampler_0 @ 0x929aa00] [SWR @ 0x929af00] FL: FL:1.000000 FR:0.000000
120[auto_resampler_0 @ 0x929aa00] [SWR @ 0x929af00] FR: FL:0.000000 FR:1.000000
121[auto_resampler_0 @ 0x929aa00] [SWR @ 0x929af00] LFE: FL:0.000000 FR:0.000000
122[auto_resampler_0 @ 0x929aa00] ch:2 chl:stereo fmt:fltp r:48000Hz -> ch:3 chl:2.1 fmt:fltp r:22050Hz
123Output #0, wv, to 'output/tmp.wv':
124 Metadata:
125 encoder : Lavf58.32.104
126 Stream #0:0, 0, 1/22050: Audio: wavpack, 22050 Hz, 2.1, fltp, 128 kb/s
127 Metadata:
128 encoder : Lavc58.56.102 wavpack
129cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
130[ogg @ 0x9231840] ogg_packet: curidx=0
131[ogg @ 0x9231840] ogg_packet: idx=0 pstart=117 psize=0 segp=1 nsegs=50
132cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
133[ogg @ 0x9231840] ogg_packet: curidx=0
134[ogg @ 0x9231840] ogg_packet: idx=0 pstart=147 psize=0 segp=2 nsegs=50
135cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
136[ogg @ 0x9231840] ogg_packet: curidx=0
137[ogg @ 0x9231840] ogg_packet: idx=0 pstart=176 psize=0 segp=3 nsegs=50
138cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
139[ogg @ 0x9231840] ogg_packet: curidx=0
140[ogg @ 0x9231840] ogg_packet: idx=0 pstart=206 psize=0 segp=4 nsegs=50
141cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
142[ogg @ 0x9231840] ogg_packet: curidx=0
143[ogg @ 0x9231840] ogg_packet: idx=0 pstart=236 psize=0 segp=5 nsegs=50
144cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
145[ogg @ 0x9231840] ogg_packet: curidx=0
146[ogg @ 0x9231840] ogg_packet: idx=0 pstart=284 psize=0 segp=6 nsegs=50
147cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
148[ogg @ 0x9231840] ogg_packet: curidx=0
149[ogg @ 0x9231840] ogg_packet: idx=0 pstart=327 psize=0 segp=7 nsegs=50
150cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
151[ogg @ 0x9231840] ogg_packet: curidx=0
152[ogg @ 0x9231840] ogg_packet: idx=0 pstart=356 psize=0 segp=8 nsegs=50
153cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
154[ogg @ 0x9231840] ogg_packet: curidx=0
155[ogg @ 0x9231840] ogg_packet: idx=0 pstart=386 psize=0 segp=9 nsegs=50
156cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
157[ogg @ 0x9231840] ogg_packet: curidx=0
158[ogg @ 0x9231840] ogg_packet: idx=0 pstart=415 psize=0 segp=10 nsegs=50
159cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
160[ogg @ 0x9231840] ogg_packet: curidx=0
161[ogg @ 0x9231840] ogg_packet: idx=0 pstart=457 psize=0 segp=11 nsegs=50
162cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
163[ogg @ 0x9231840] ogg_packet: curidx=0
164[ogg @ 0x9231840] ogg_packet: idx=0 pstart=499 psize=0 segp=12 nsegs=50
165cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
166[ogg @ 0x9231840] ogg_packet: curidx=0
167[ogg @ 0x9231840] ogg_packet: idx=0 pstart=529 psize=0 segp=13 nsegs=50
168cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
169[ogg @ 0x9231840] ogg_packet: curidx=0
170[ogg @ 0x9231840] ogg_packet: idx=0 pstart=559 psize=0 segp=14 nsegs=50
171cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
172[ogg @ 0x9231840] ogg_packet: curidx=0
173[ogg @ 0x9231840] ogg_packet: idx=0 pstart=589 psize=0 segp=15 nsegs=50
174cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
175[ogg @ 0x9231840] ogg_packet: curidx=0
176[ogg @ 0x9231840] ogg_packet: idx=0 pstart=621 psize=0 segp=16 nsegs=50
177cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
178[ogg @ 0x9231840] ogg_packet: curidx=0
179[ogg @ 0x9231840] ogg_packet: idx=0 pstart=650 psize=0 segp=17 nsegs=50
180cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
181[ogg @ 0x9231840] ogg_packet: curidx=0
182[ogg @ 0x9231840] ogg_packet: idx=0 pstart=681 psize=0 segp=18 nsegs=50
183cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
184[ogg @ 0x9231840] ogg_packet: curidx=0
185[ogg @ 0x9231840] ogg_packet: idx=0 pstart=729 psize=0 segp=19 nsegs=50
186cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
187[ogg @ 0x9231840] ogg_packet: curidx=0
188[ogg @ 0x9231840] ogg_packet: idx=0 pstart=776 psize=0 segp=20 nsegs=50
189cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
190[ogg @ 0x9231840] ogg_packet: curidx=0
191[ogg @ 0x9231840] ogg_packet: idx=0 pstart=821 psize=0 segp=21 nsegs=50
192cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
193[ogg @ 0x9231840] ogg_packet: curidx=0
194[ogg @ 0x9231840] ogg_packet: idx=0 pstart=864 psize=0 segp=22 nsegs=50
195cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
196[ogg @ 0x9231840] ogg_packet: curidx=0
197[ogg @ 0x9231840] ogg_packet: idx=0 pstart=893 psize=0 segp=23 nsegs=50
198cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
199[ogg @ 0x9231840] ogg_packet: curidx=0
200[ogg @ 0x9231840] ogg_packet: idx=0 pstart=925 psize=0 segp=24 nsegs=50
201cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
202[ogg @ 0x9231840] ogg_packet: curidx=0
203[ogg @ 0x9231840] ogg_packet: idx=0 pstart=954 psize=0 segp=25 nsegs=50
204cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
205[ogg @ 0x9231840] ogg_packet: curidx=0
206[ogg @ 0x9231840] ogg_packet: idx=0 pstart=986 psize=0 segp=26 nsegs=50
207cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
208[ogg @ 0x9231840] ogg_packet: curidx=0
209[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1016 psize=0 segp=27 nsegs=50
210cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
211[ogg @ 0x9231840] ogg_packet: curidx=0
212[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1048 psize=0 segp=28 nsegs=50
213cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
214[ogg @ 0x9231840] ogg_packet: curidx=0
215[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1080 psize=0 segp=29 nsegs=50
216cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
217[ogg @ 0x9231840] ogg_packet: curidx=0
218[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1110 psize=0 segp=30 nsegs=50
219cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
220[ogg @ 0x9231840] ogg_packet: curidx=0
221[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1152 psize=0 segp=31 nsegs=50
222cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
223[ogg @ 0x9231840] ogg_packet: curidx=0
224[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1182 psize=0 segp=32 nsegs=50
225cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
226[ogg @ 0x9231840] ogg_packet: curidx=0
227[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1212 psize=0 segp=33 nsegs=50
228cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
229[ogg @ 0x9231840] ogg_packet: curidx=0
230[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1243 psize=0 segp=34 nsegs=50
231cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
232[ogg @ 0x9231840] ogg_packet: curidx=0
233[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1273 psize=0 segp=35 nsegs=50
234cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
235[ogg @ 0x9231840] ogg_packet: curidx=0
236[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1302 psize=0 segp=36 nsegs=50
237cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
238[ogg @ 0x9231840] ogg_packet: curidx=0
239[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1331 psize=0 segp=37 nsegs=50
240cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
241[ogg @ 0x9231840] ogg_packet: curidx=0
242[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1362 psize=0 segp=38 nsegs=50
243cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
244[ogg @ 0x9231840] ogg_packet: curidx=0
245[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1413 psize=0 segp=39 nsegs=50
246cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
247[ogg @ 0x9231840] ogg_packet: curidx=0
248[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1444 psize=0 segp=40 nsegs=50
249cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
250[ogg @ 0x9231840] ogg_packet: curidx=0
251[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1476 psize=0 segp=41 nsegs=50
252cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
253[ogg @ 0x9231840] ogg_packet: curidx=0
254[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1509 psize=0 segp=42 nsegs=50
255cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
256[ogg @ 0x9231840] ogg_packet: curidx=0
257[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1554 psize=0 segp=43 nsegs=50
258cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
259[ogg @ 0x9231840] ogg_packet: curidx=0
260[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1586 psize=0 segp=44 nsegs=50
261cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
262[ogg @ 0x9231840] ogg_packet: curidx=0
263[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1632 psize=0 segp=45 nsegs=50
264cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
265[ogg @ 0x9231840] ogg_packet: curidx=0
266[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1662 psize=0 segp=46 nsegs=50
267cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
268[ogg @ 0x9231840] ogg_packet: curidx=0
269[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1707 psize=0 segp=47 nsegs=50
270cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
271[ogg @ 0x9231840] ogg_packet: curidx=0
272[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1740 psize=0 segp=48 nsegs=50
273cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
274[ogg @ 0x9231840] ogg_packet: curidx=0
275[ogg @ 0x9231840] ogg_packet: idx=0 pstart=1771 psize=0 segp=49 nsegs=50
276cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
277[ogg @ 0x9231840] ogg_packet: curidx=-1
278[ogg @ 0x9231840] ogg_packet: idx=0 pstart=0 psize=0 segp=0 nsegs=50
279
280Thread 1 "ffmpeg_g" hit Breakpoint 1, decorr_stereo (in_left=0x942a600, in_right=<optimized out>, out_left=0x93e5a80,
281 out_right=0x9413780, nb_samples=<optimized out>, dpp=0x7fffffffbd20, dir=1) at libavcodec/wavpackenc.c:1138
2821138 dpp->weightB = restore_weight(store_weight(dpp->weightB));
283(gdb) n
284libavcodec/wavpackenc.c:534:32: runtime error: left shift of negative value -8
2851141 dpp->samplesA[i] = wp_exp2(log2s(dpp->samplesA[i]));
286(gdb) bt
287#0 decorr_stereo (in_left=0x942a600, in_right=<optimized out>, out_left=0x93e5a80, out_right=0x9413780,
288 nb_samples=<optimized out>, dpp=0x7fffffffbd20, dir=1) at libavcodec/wavpackenc.c:1141
289#1 0x0000000003f44f5b in wv_stereo (s=0x9277cc0, samples_l=0x9373200, samples_r=0x938a080, no_history=1, do_samples=0)
290 at libavcodec/wavpackenc.c:1907
291#2 0x0000000003f3b251 in wavpack_encode_block (s=<optimized out>, samples_l=0x9373200, samples_r=0x938a080,
292 out=0x7ffff7efa040 "", out_size=529800) at libavcodec/wavpackenc.c:2548
293#3 0x0000000003f2bcbd in wavpack_encode_frame (avctx=<optimized out>, avpkt=0x92987c0, frame=0x9299e40,
294 got_packet_ptr=0x7fffffffc6d4) at libavcodec/wavpackenc.c:2895
295#4 0x0000000001f8bcef in avcodec_encode_audio2 (avctx=<optimized out>, avpkt=<optimized out>, frame=0x9299e40,
296 got_packet_ptr=<optimized out>) at libavcodec/encode.c:203
297#5 0x0000000001f8ff8c in do_encode (avctx=<optimized out>, frame=<optimized out>, got_packet=0x7fffffffc6d4)
298 at libavcodec/encode.c:374
299#6 0x0000000001f8fc7a in avcodec_send_frame (avctx=0x9277840, frame=0x9299e40) at libavcodec/encode.c:420
300#7 0x00000000004c3751 in do_audio_out (of=<optimized out>, ost=<optimized out>, frame=<optimized out>)
301 at fftools/ffmpeg.c:939
302#8 reap_filters (flush=0) at fftools/ffmpeg.c:1513
303#9 0x000000000048f4f2 in transcode_step () at fftools/ffmpeg.c:4648
304#10 transcode () at fftools/ffmpeg.c:4692
305#11 0x0000000000489c34 in main (argc=19, argv=<optimized out>) at fftools/ffmpeg.c:4894
306(gdb) disass $pc-32,$pc+32
307Dump of assembler code from 0x3f64c38 to 0x3f64c78:
308 0x0000000003f64c38 <decorr_stereo+2184>: add %al,(%rax)
309 0x0000000003f64c3a <decorr_stereo+2186>: add %cl,(%rdi)
310 0x0000000003f64c3c <decorr_stereo+2188>: (bad)
311 0x0000000003f64c3d <decorr_stereo+2189>: add %r8b,(%rax)
312 0x0000000003f64c40 <decorr_stereo+2192>: mov %r12,0x50(%rsp)
313 0x0000000003f64c45 <decorr_stereo+2197>: lea 0x5ee5190(%rbx),%rcx
314 0x0000000003f64c4c <decorr_stereo+2204>: movzbl (%rcx),%r12d
315 0x0000000003f64c50 <decorr_stereo+2208>: or $0x100,%r12d
316 0x0000000003f64c57 <decorr_stereo+2215>: cwtl
317=> 0x0000000003f64c58 <decorr_stereo+2216>: movswl %r13w,%ecx
318 0x0000000003f64c5c <decorr_stereo+2220>: cmp $0xa00,%ecx
319 0x0000000003f64c62 <decorr_stereo+2226>: jl 0x3f64770 <decorr_stereo+960>
320 0x0000000003f64c68 <decorr_stereo+2232>: lea -0x9(%rax),%ebp
321 0x0000000003f64c6b <decorr_stereo+2235>: cmp $0x1f,%ebp
322 0x0000000003f64c6e <decorr_stereo+2238>: ja 0x3f64c80 <decorr_stereo+2256>
323 0x0000000003f64c70 <decorr_stereo+2240>: mov $0x28,%ecx
324 0x0000000003f64c75 <decorr_stereo+2245>: sub %eax,%ecx
325 0x0000000003f64c77 <decorr_stereo+2247>: mov %r12d,%eax
326End of assembler dump.
327(gdb) info all-registers
328rax 0x0 0
329rbx 0x0 0
330rcx 0x5ee5190 99504528
331rdx 0x5ee5190 99504528
332rsi 0x7fffffffbd20 140737488338208
333rdi 0x1 1
334rbp 0x80000000 0x80000000
335rsp 0x7fffffffba50 0x7fffffffba50
336r8 0x7fffffffbd30 140737488338224
337r9 0x0 0
338r10 0x0 0
339r11 0x7fffffffbd20 140737488338208
340r12 0x100 256
341r13 0x0 0
342r14 0x0 0
343r15 0x0 0
344rip 0x3f64c58 0x3f64c58 <decorr_stereo+2216>
345eflags 0x206 [ PF IF ]
346cs 0x33 51
347ss 0x2b 43
348ds 0x0 0
349es 0x0 0
350fs 0x0 0
351gs 0x0 0
352st0 0 (raw 0x00000000000000000000)
353st1 0 (raw 0x00000000000000000000)
354st2 0 (raw 0x00000000000000000000)
355st3 0 (raw 0x00000000000000000000)
356st4 0 (raw 0x00000000000000000000)
357st5 0 (raw 0x00000000000000000000)
358st6 0 (raw 0x00000000000000000000)
359st7 0 (raw 0x00000000000000000000)
360fctrl 0x37f 895
361fstat 0x0 0
362ftag 0xffff 65535
363fiseg 0x0 0
364fioff 0x0 0
365foseg 0x0 0
366fooff 0x0 0
367fop 0x0 0
368mxcsr 0x1fa2 [ DE PE IM DM ZM OM UM PM ]
369bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0, enabled = 0x0}} {raw = 0x0,
370 config = {base = 0, reserved = 0, preserved = 0, enabled = 0}}
371bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0, error = 0}}
372ymm0 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x8,
373 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x0, 0x10, 0xb7, 0xff, 0xff, 0xff, 0x7f, 0x0 <repeats 18 times>}, v16_int16 = {0x8, 0x0,
374 0x30, 0x0, 0xb710, 0xffff, 0x7fff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x8, 0x30, 0xffffb710,
375 0x7fff, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3000000008, 0x7fffffffb710, 0x0, 0x0}, v2_int128 = {
376 0x7fffffffb7100000003000000008, 0x0}}
377ymm1 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
378 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
379 v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
380ymm2 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
381 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
382---Type <return> to continue, or q <return> to quit---
383 v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
384ymm3 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
385 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
386 v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
387ymm4 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x40,
388 0x26, 0x33, 0x9, 0x0, 0x0, 0x0, 0x0, 0x80, 0x7f, 0x34, 0x9, 0x0 <repeats 20 times>}, v16_int16 = {0x2640, 0x933, 0x0,
389 0x0, 0x7f80, 0x934, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x9332640, 0x0, 0x9347f80, 0x0, 0x0,
390 0x0, 0x0, 0x0}, v4_int64 = {0x9332640, 0x9347f80, 0x0, 0x0}, v2_int128 = {0x9347f800000000009332640, 0x0}}
391ymm5 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
392 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
393 v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
394ymm6 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
395 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
396 v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
397ymm7 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0,
398 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x30, 0x0 <repeats 23 times>}, v16_int16 = {0x0, 0x0, 0x3, 0x0, 0x30,
399 0x0 <repeats 11 times>}, v8_int32 = {0x0, 0x3, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x300000000, 0x30, 0x0,
400 0x0}, v2_int128 = {0x300000000300000000, 0x0}}
401ymm8 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0,
402 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7d, 0x0 <repeats 23 times>}, v16_int16 = {0x0, 0x0, 0x0, 0x0, 0x7d,
403 0x0 <repeats 11 times>}, v8_int32 = {0x0, 0x0, 0x7d, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x7d, 0x0, 0x0},
404 v2_int128 = {0x7d0000000000000000, 0x0}}
405ymm9 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
406 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
407 v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
408ymm10 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xef,
409 0xf8, 0x9b, 0xbb, 0x52, 0x17, 0x81, 0x3b, 0xef, 0xf8, 0x9b, 0xbb, 0x52, 0x17, 0x81, 0x3b, 0x0 <repeats 16 times>},
410 v16_int16 = {0xf8ef, 0xbb9b, 0x1752, 0x3b81, 0xf8ef, 0xbb9b, 0x1752, 0x3b81, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
411 v8_int32 = {0xbb9bf8ef, 0x3b811752, 0xbb9bf8ef, 0x3b811752, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3b811752bb9bf8ef,
412 0x3b811752bb9bf8ef, 0x0, 0x0}, v2_int128 = {0x3b811752bb9bf8ef3b811752bb9bf8ef, 0x0}}
413ymm11 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xc8,
414 0xa9, 0xcf, 0xb8, 0xf, 0x75, 0x2b, 0x3b, 0xd6, 0xaf, 0xea, 0x3a, 0x88, 0x50, 0x4d, 0x3a, 0x0 <repeats 16 times>},
415 v16_int16 = {0xa9c8, 0xb8cf, 0x750f, 0x3b2b, 0xafd6, 0x3aea, 0x5088, 0x3a4d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
416 v8_int32 = {0xb8cfa9c8, 0x3b2b750f, 0x3aeaafd6, 0x3a4d5088, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3b2b750fb8cfa9c8,
417 0x3a4d50883aeaafd6, 0x0, 0x0}, v2_int128 = {0x3a4d50883aeaafd63b2b750fb8cfa9c8, 0x0}}
418ymm12 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x63,
419 0x51, 0x42, 0xbd, 0xe8, 0x90, 0xbb, 0xbb, 0xfa, 0xa8, 0xb, 0x3d, 0x40, 0xed, 0xea, 0xbc, 0x0 <repeats 16 times>},
420 v16_int16 = {0x5163, 0xbd42, 0x90e8, 0xbbbb, 0xa8fa, 0x3d0b, 0xed40, 0xbcea, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
421 v8_int32 = {0xbd425163, 0xbbbb90e8, 0x3d0ba8fa, 0xbceaed40, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xbbbb90e8bd425163,
422 0xbceaed403d0ba8fa, 0x0, 0x0}, v2_int128 = {0xbceaed403d0ba8fabbbb90e8bd425163, 0x0}}
423ymm13 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x20,
424 0x63, 0xca, 0x3a, 0x4c, 0x6, 0xac, 0xbb, 0xf7, 0x2c, 0xf, 0x3b, 0x98, 0xe3, 0x89, 0x3b, 0x0 <repeats 16 times>},
425 v16_int16 = {0x6320, 0x3aca, 0x64c, 0xbbac, 0x2cf7, 0x3b0f, 0xe398, 0x3b89, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
426 v8_int32 = {0x3aca6320, 0xbbac064c, 0x3b0f2cf7, 0x3b89e398, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xbbac064c3aca6320,
427 0x3b89e3983b0f2cf7, 0x0, 0x0}, v2_int128 = {0x3b89e3983b0f2cf7bbac064c3aca6320, 0x0}}
428ymm14 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x52,
429 0xc5, 0x64, 0xba, 0x0 <repeats 28 times>}, v16_int16 = {0xc552, 0xba64, 0x0 <repeats 14 times>}, v8_int32 = {
430 0xba64c552, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xba64c552, 0x0, 0x0, 0x0}, v2_int128 = {0xba64c552, 0x0}}
431ymm15 {v8_float = {0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0,
432 0x0, 0x80, 0x3f, 0x0 <repeats 28 times>}, v16_int16 = {0x0, 0x3f80, 0x0 <repeats 14 times>}, v8_int32 = {0x3f800000,
433 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3f800000, 0x0, 0x0, 0x0}, v2_int128 = {0x3f800000, 0x0}}
434bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
435bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1---Type <return> to continue, or q <return> to quit---
436
437bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
438bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1