Ticket #8171: gdb-eval

File gdb-eval, 55.2 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 eval.c:318
17Breakpoint 1 at 0x5973e89: file libavutil/eval.c, line 318.
18(gdb) r
19Starting program: ffmpeg_g -stream_loop 29 -y -r 29 -i samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue2481/LTP2.aac -loglevel 99 -map 0 -vframes 19 -r 48 -ab 437k -ar 48000 -ac 29 output/tmp.wav
20[Thread debugging using libthread_db enabled]
21Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
22ffmpeg version N-94957-g65589ad553 Copyright (c) 2000-2019 the FFmpeg developers
23 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
24 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
25 libavutil 56. 35.100 / 56. 35.100
26 libavcodec 58. 57.100 / 58. 57.100
27 libavformat 58. 32.104 / 58. 32.104
28 libavdevice 58. 9.100 / 58. 9.100
29 libavfilter 7. 58.102 / 7. 58.102
30 libswscale 5. 6.100 / 5. 6.100
31 libswresample 3. 6.100 / 3. 6.100
32Splitting the commandline.
33Reading option '-stream_loop' ... matched as option 'stream_loop' (set number of times input stream shall be looped) with argument '29'.
34Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
35Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '29'.
36Reading option '-i' ... matched as input url with argument 'samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue2481/LTP2.aac'.
37Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
38Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
39Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '19'.
40Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '48'.
41Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '437k'.
42Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '48000'.
43Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '29'.
44Reading option 'output/tmp.wav' ... 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/ffmpeg-bugs/roundup/issue2481/LTP2.aac.
51Applying option stream_loop (set number of times input stream shall be looped) with argument 29.
52Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 29.
53Successfully parsed a group of options.
54Opening an input file: samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue2481/LTP2.aac.
55[NULL @ 0x9234840] Opening 'samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue2481/LTP2.aac' for reading
56[file @ 0x92353c0] Setting default whitelist 'file,crypto'
57Probing mp3 score:1 size:2048
58Probing mp3 score:1 size:4096
59Probing mp3 score:1 size:8192
60[aac @ 0x9234840] Format aac detected only with low score of 1, misdetection possible!
61[aac @ 0x9234840] Before avformat_find_stream_info() pos: 48 bytes read:82601 seeks:0 nb_streams:1
62[aac @ 0x92361c0] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
63[aac @ 0x92361c0] channel element 2.0 is not allocated
64[aac @ 0x92361c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
65[aac @ 0x92361c0] channel element 3.0 is not allocated
66[aac @ 0x92361c0] Error decoding AAC frame header.
67[aac @ 0x92361c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
68[aac @ 0x92361c0] Reserved bit set.
69[aac @ 0x92361c0] Number of bands (9) exceeds limit (8).
70[aac @ 0x92361c0] channel element 3.9 is not allocated
71[aac @ 0x92361c0] channel element 3.0 is not allocated
72[aac @ 0x92361c0] channel element 2.3 is not allocated
73[aac @ 0x92361c0] mono with CPE
74[aac @ 0x92361c0] Number of bands (28) exceeds limit (10).
75[aac @ 0x92361c0] channel element 2.13 is not allocated
76[aac @ 0x92361c0] ChannelElement 3.0 missing
77[aac @ 0x92361c0] ChannelElement 1.1 missing
78[aac @ 0x92361c0] ChannelElement 1.2 missing
79[aac @ 0x92361c0] Multiple frames in a packet.
80[aac @ 0x92361c0] Number of bands (39) exceeds limit (33).
81[aac @ 0x92361c0] channel element 1.13 is not allocated
82[aac @ 0x92361c0] Inconsistent channel configuration.
83[aac @ 0x92361c0] get_buffer() failed
84[aac @ 0x92361c0] Pulse tool not allowed in eight short sequence.
85[aac @ 0x92361c0] ChannelElement 3.0 missing
86[aac @ 0x92361c0] ChannelElement 3.1 missing
87[aac @ 0x92361c0] ChannelElement 2.0 missing
88[aac @ 0x92361c0] ChannelElement 2.2 missing
89[aac @ 0x92361c0] ChannelElement 2.3 missing
90[aac @ 0x92361c0] ChannelElement 2.4 missing
91[aac @ 0x92361c0] ChannelElement 2.6 missing
92[aac @ 0x92361c0] ChannelElement 2.7 missing
93[aac @ 0x92361c0] ChannelElement 2.8 missing
94[aac @ 0x92361c0] ChannelElement 1.0 missing
95[aac @ 0x92361c0] ChannelElement 1.1 missing
96[aac @ 0x92361c0] ChannelElement 1.2 missing
97[aac @ 0x92361c0] ChannelElement 1.3 missing
98[aac @ 0x92361c0] ChannelElement 1.5 missing
99[aac @ 0x92361c0] ChannelElement 1.6 missing
100[aac @ 0x92361c0] ChannelElement 0.1 missing
101[aac @ 0x92361c0] ChannelElement 0.2 missing
102[aac @ 0x92361c0] ChannelElement 0.3 missing
103[aac @ 0x92361c0] ChannelElement 0.4 missing
104[aac @ 0x92361c0] ChannelElement 0.8 missing
105[aac @ 0x92361c0] ChannelElement 0.10 missing
106[aac @ 0x92361c0] ChannelElement 0.11 missing
107[aac @ 0x92361c0] ChannelElement 0.12 missing
108[aac @ 0x92361c0] channel element 1.9 is not allocated
109[aac @ 0x92361c0] channel element 2.4 is not allocated
110[aac @ 0x92361c0] ChannelElement 3.0 missing
111[aac @ 0x92361c0] ChannelElement 3.1 missing
112[aac @ 0x92361c0] ChannelElement 2.0 missing
113[aac @ 0x92361c0] ChannelElement 2.2 missing
114[aac @ 0x92361c0] ChannelElement 2.3 missing
115[aac @ 0x92361c0] ChannelElement 2.4 missing
116[aac @ 0x92361c0] ChannelElement 2.6 missing
117[aac @ 0x92361c0] ChannelElement 2.7 missing
118[aac @ 0x92361c0] ChannelElement 2.8 missing
119[aac @ 0x92361c0] ChannelElement 1.0 missing
120[aac @ 0x92361c0] ChannelElement 1.1 missing
121[aac @ 0x92361c0] ChannelElement 1.2 missing
122[aac @ 0x92361c0] ChannelElement 1.3 missing
123[aac @ 0x92361c0] ChannelElement 1.5 missing
124[aac @ 0x92361c0] ChannelElement 1.6 missing
125[aac @ 0x92361c0] ChannelElement 0.0 missing
126[aac @ 0x92361c0] ChannelElement 0.1 missing
127[aac @ 0x92361c0] ChannelElement 0.2 missing
128[aac @ 0x92361c0] ChannelElement 0.3 missing
129[aac @ 0x92361c0] ChannelElement 0.4 missing
130[aac @ 0x92361c0] ChannelElement 0.8 missing
131[aac @ 0x92361c0] ChannelElement 0.10 missing
132[aac @ 0x92361c0] ChannelElement 0.11 missing
133[aac @ 0x92361c0] ChannelElement 0.12 missing
134[aac @ 0x92361c0] Number of scalefactor bands in group (62) exceeds limit (49).
135[aac @ 0x92361c0] ChannelElement 3.0 missing
136[aac @ 0x92361c0] ChannelElement 3.1 missing
137[aac @ 0x92361c0] ChannelElement 2.0 missing
138[aac @ 0x92361c0] ChannelElement 2.2 missing
139[aac @ 0x92361c0] ChannelElement 2.3 missing
140[aac @ 0x92361c0] ChannelElement 2.4 missing
141[aac @ 0x92361c0] ChannelElement 2.6 missing
142[aac @ 0x92361c0] ChannelElement 2.7 missing
143[aac @ 0x92361c0] ChannelElement 2.8 missing
144[aac @ 0x92361c0] ChannelElement 1.0 missing
145[aac @ 0x92361c0] ChannelElement 1.1 missing
146[aac @ 0x92361c0] ChannelElement 1.3 missing
147[aac @ 0x92361c0] ChannelElement 1.5 missing
148[aac @ 0x92361c0] ChannelElement 1.6 missing
149[aac @ 0x92361c0] ChannelElement 0.0 missing
150[aac @ 0x92361c0] ChannelElement 0.1 missing
151[aac @ 0x92361c0] ChannelElement 0.2 missing
152[aac @ 0x92361c0] ChannelElement 0.3 missing
153[aac @ 0x92361c0] ChannelElement 0.4 missing
154[aac @ 0x92361c0] ChannelElement 0.8 missing
155[aac @ 0x92361c0] ChannelElement 0.10 missing
156[aac @ 0x92361c0] ChannelElement 0.11 missing
157[aac @ 0x92361c0] ChannelElement 0.12 missing
158[aac @ 0x92361c0] skip_data_stream_element: Input buffer exhausted before END element found
159[aac @ 0x92361c0] ChannelElement 3.0 missing
160[aac @ 0x92361c0] ChannelElement 3.1 missing
161[aac @ 0x92361c0] ChannelElement 2.0 missing
162[aac @ 0x92361c0] ChannelElement 2.2 missing
163[aac @ 0x92361c0] ChannelElement 2.3 missing
164[aac @ 0x92361c0] ChannelElement 2.4 missing
165[aac @ 0x92361c0] ChannelElement 2.6 missing
166[aac @ 0x92361c0] ChannelElement 2.7 missing
167[aac @ 0x92361c0] ChannelElement 2.8 missing
168[aac @ 0x92361c0] ChannelElement 1.0 missing
169[aac @ 0x92361c0] ChannelElement 1.1 missing
170[aac @ 0x92361c0] ChannelElement 1.2 missing
171[aac @ 0x92361c0] ChannelElement 1.3 missing
172[aac @ 0x92361c0] ChannelElement 1.5 missing
173[aac @ 0x92361c0] ChannelElement 1.6 missing
174[aac @ 0x92361c0] ChannelElement 0.0 missing
175[aac @ 0x92361c0] ChannelElement 0.1 missing
176[aac @ 0x92361c0] ChannelElement 0.2 missing
177[aac @ 0x92361c0] ChannelElement 0.3 missing
178[aac @ 0x92361c0] ChannelElement 0.4 missing
179[aac @ 0x92361c0] ChannelElement 0.8 missing
180[aac @ 0x92361c0] ChannelElement 0.10 missing
181[aac @ 0x92361c0] ChannelElement 0.11 missing
182[aac @ 0x92361c0] ChannelElement 0.12 missing
183[aac @ 0x92361c0] channel element 1.3 is not allocated
184[aac @ 0x92361c0] Input buffer exhausted before END element found
185[aac @ 0x92361c0] ChannelElement 3.0 missing
186[aac @ 0x92361c0] ChannelElement 3.1 missing
187[aac @ 0x92361c0] ChannelElement 2.0 missing
188[aac @ 0x92361c0] ChannelElement 2.2 missing
189[aac @ 0x92361c0] ChannelElement 2.3 missing
190[aac @ 0x92361c0] ChannelElement 2.4 missing
191[aac @ 0x92361c0] ChannelElement 2.6 missing
192[aac @ 0x92361c0] ChannelElement 2.7 missing
193[aac @ 0x92361c0] ChannelElement 2.8 missing
194[aac @ 0x92361c0] ChannelElement 1.0 missing
195[aac @ 0x92361c0] ChannelElement 1.1 missing
196[aac @ 0x92361c0] ChannelElement 1.2 missing
197[aac @ 0x92361c0] ChannelElement 1.3 missing
198[aac @ 0x92361c0] ChannelElement 1.5 missing
199[aac @ 0x92361c0] ChannelElement 1.6 missing
200[aac @ 0x92361c0] ChannelElement 0.0 missing
201[aac @ 0x92361c0] ChannelElement 0.1 missing
202[aac @ 0x92361c0] ChannelElement 0.2 missing
203[aac @ 0x92361c0] ChannelElement 0.3 missing
204[aac @ 0x92361c0] ChannelElement 0.4 missing
205[aac @ 0x92361c0] ChannelElement 0.8 missing
206[aac @ 0x92361c0] ChannelElement 0.10 missing
207[aac @ 0x92361c0] ChannelElement 0.11 missing
208[aac @ 0x92361c0] ChannelElement 0.12 missing
209[aac @ 0x92361c0] Invalid Predictor Reset Group.
210[aac @ 0x92361c0] Sample rate index in program config element does not match the sample rate index configured by the container.
211[aac @ 0x92361c0] decode_pce: Input buffer exhausted before END element found
212[aac @ 0x92361c0] Reserved bit set.
213[aac @ 0x92361c0] Number of bands (21) exceeds limit (15).
214[aac @ 0x92361c0] channel element 1.13 is not allocated
215[aac @ 0x92361c0] ChannelElement 3.0 missing
216[aac @ 0x92361c0] ChannelElement 3.1 missing
217[aac @ 0x92361c0] ChannelElement 2.0 missing
218[aac @ 0x92361c0] ChannelElement 2.2 missing
219[aac @ 0x92361c0] ChannelElement 2.3 missing
220[aac @ 0x92361c0] ChannelElement 2.4 missing
221[aac @ 0x92361c0] ChannelElement 2.6 missing
222[aac @ 0x92361c0] ChannelElement 2.7 missing
223[aac @ 0x92361c0] ChannelElement 2.8 missing
224[aac @ 0x92361c0] ChannelElement 1.0 missing
225[aac @ 0x92361c0] ChannelElement 1.1 missing
226[aac @ 0x92361c0] ChannelElement 1.2 missing
227[aac @ 0x92361c0] ChannelElement 1.3 missing
228[aac @ 0x92361c0] ChannelElement 1.5 missing
229[aac @ 0x92361c0] ChannelElement 1.6 missing
230[aac @ 0x92361c0] ChannelElement 0.1 missing
231[aac @ 0x92361c0] ChannelElement 0.2 missing
232[aac @ 0x92361c0] ChannelElement 0.3 missing
233[aac @ 0x92361c0] ChannelElement 0.4 missing
234[aac @ 0x92361c0] ChannelElement 0.8 missing
235[aac @ 0x92361c0] ChannelElement 0.10 missing
236[aac @ 0x92361c0] ChannelElement 0.11 missing
237[aac @ 0x92361c0] ChannelElement 0.12 missing
238[aac @ 0x92361c0] Number of scalefactor bands in group (59) exceeds limit (47).
239[aac @ 0x92361c0] Reserved bit set.
240[aac @ 0x92361c0] Number of bands (30) exceeds limit (20).
241[aac @ 0x92361c0] channel element 3.0 is not allocated
242[aac @ 0x92361c0] Sample rate index in program config element does not match the sample rate index configured by the container.
243[aac @ 0x92361c0] decode_pce: Input buffer exhausted before END element found
244[aac @ 0x92361c0] channel element 2.15 is not allocated
245[aac @ 0x92361c0] Sample rate index in program config element does not match the sample rate index configured by the container.
246[aac @ 0x92361c0] Inconsistent channel configuration.
247[aac @ 0x92361c0] get_buffer() failed
248[aac @ 0x92361c0] Reserved bit set.
249[aac @ 0x92361c0] Number of scalefactor bands in group (63) exceeds limit (41).
250[aac @ 0x92361c0] skip_data_stream_element: Input buffer exhausted before END element found
251[aac @ 0x92361c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
252[aac @ 0x92361c0] channel element 2.5 is not allocated
253[aac @ 0x92361c0] Pulse data corrupt or invalid.
254[aac @ 0x92361c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
255[aac @ 0x92361c0] channel element 3.8 is not allocated
256[aac @ 0x92361c0] Reserved bit set.
257[aac @ 0x92361c0] Number of bands (26) exceeds limit (25).
258[aac @ 0x92361c0] channel element 1.0 is not allocated
259[aac @ 0x92361c0] Number of bands (14) exceeds limit (13).
260[aac @ 0x92361c0] channel element 2.0 is not allocated
261[aac @ 0x92361c0] ChannelElement 3.0 missing
262[aac @ 0x92361c0] ChannelElement 3.1 missing
263[aac @ 0x92361c0] ChannelElement 2.0 missing
264[aac @ 0x92361c0] ChannelElement 2.1 missing
265[aac @ 0x92361c0] ChannelElement 2.2 missing
266[aac @ 0x92361c0] ChannelElement 2.3 missing
267[aac @ 0x92361c0] ChannelElement 2.4 missing
268[aac @ 0x92361c0] ChannelElement 2.6 missing
269[aac @ 0x92361c0] ChannelElement 2.7 missing
270[aac @ 0x92361c0] ChannelElement 2.8 missing
271[aac @ 0x92361c0] ChannelElement 1.0 missing
272[aac @ 0x92361c0] ChannelElement 1.1 missing
273[aac @ 0x92361c0] ChannelElement 1.2 missing
274[aac @ 0x92361c0] ChannelElement 1.3 missing
275[aac @ 0x92361c0] ChannelElement 1.4 missing
276[aac @ 0x92361c0] ChannelElement 1.5 missing
277[aac @ 0x92361c0] ChannelElement 1.6 missing
278[aac @ 0x92361c0] ChannelElement 1.7 missing
279[aac @ 0x92361c0] Dependent coupling is not supported together with LTP
280 Last message repeated 15 times
281[aac @ 0x92361c0] ChannelElement 0.1 missing
282[aac @ 0x92361c0] ChannelElement 0.2 missing
283[aac @ 0x92361c0] ChannelElement 0.3 missing
284[aac @ 0x92361c0] ChannelElement 0.4 missing
285[aac @ 0x92361c0] ChannelElement 0.10 missing
286[aac @ 0x92361c0] ChannelElement 0.11 missing
287[aac @ 0x92361c0] ChannelElement 0.12 missing
288[aac @ 0x92361c0] decode_pce: Input buffer exhausted before END element found
289[aac @ 0x92361c0] Number of bands (12) exceeds limit (8).
290[aac @ 0x92361c0] channel element 1.2 is not allocated
291[aac @ 0x92361c0] stereo with SCE
292[aac @ 0x92361c0] Number of bands (12) exceeds limit (8).
293[aac @ 0x92361c0] channel element 2.1 is not allocated
294[aac @ 0x92361c0] stereo with SCE
295[aac @ 0x92361c0] Number of bands (34) exceeds limit (32).
296[aac @ 0x92361c0] skip_data_stream_element: Input buffer exhausted before END element found
297[aac @ 0x92361c0] Number of bands (32) exceeds limit (24).
298[aac @ 0x92361c0] channel element 3.10 is not allocated
299[aac @ 0x92361c0] Sample rate index in program config element does not match the sample rate index configured by the container.
300[aac @ 0x92361c0] Inconsistent channel configuration.
301[aac @ 0x92361c0] get_buffer() failed
302[aac @ 0x92361c0] Sample rate index in program config element does not match the sample rate index configured by the container.
303[aac @ 0x92361c0] Inconsistent channel configuration.
304[aac @ 0x92361c0] get_buffer() failed
305[aac @ 0x92361c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
306[aac @ 0x92361c0] Number of bands (18) exceeds limit (2).
307[aac @ 0x92361c0] Number of scalefactor bands in group (63) exceeds limit (40).
308[aac @ 0x92361c0] Reserved bit set.
309[aac @ 0x92361c0] Number of bands (29) exceeds limit (15).
310[aac @ 0x9234840] decoding for stream 0 failed
311[aac @ 0x9234840] Estimating duration from bitrate, this may be inaccurate
312[aac @ 0x9234840] stream 0: start_time: -326791809695.818 duration: 1.107
313[aac @ 0x9234840] format: start_time: -9223372036854.775 duration: 1.107 bitrate=596 kb/s
314[aac @ 0x9234840] Could not find codec parameters for stream 0 (Audio: aac (Main), 5.1, fltp, 596 kb/s): unspecified sample rate
315Consider increasing the value for the 'analyzeduration' and 'probesize' options
316[aac @ 0x9234840] After avformat_find_stream_info() pos: 82601 bytes read:82601 seeks:0 frames:53
317Input #0, aac, from 'samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue2481/LTP2.aac':
318 Duration: 00:00:01.11, bitrate: 596 kb/s
319 Stream #0:0, 53, 1/28224000: Audio: aac (Main), 5.1, fltp, 596 kb/s
320Successfully opened the file.
321Parsing a group of options: output url output/tmp.wav.
322Applying option map (set input stream mapping) with argument 0.
323Applying option vframes (set the number of video frames to output) with argument 19.
324Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 48.
325Applying option ab (audio bitrate (please use -b:a)) with argument 437k.
326Applying option ar (set audio sampling rate (in Hz)) with argument 48000.
327Applying option ac (set number of audio channels) with argument 29.
328Successfully parsed a group of options.
329Opening an output file: output/tmp.wav.
330[file @ 0x92608c0] Setting default whitelist 'file,crypto'
331Successfully opened the file.
332Stream mapping:
333 Stream #0:0 -> #0:0 (aac (native) -> pcm_s16le (native))
334Press [q] to stop, [?] for help
335cur_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)
336[aac @ 0x927c2c0] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
337[aac @ 0x927c2c0] Number of bands (11) exceeds limit (8).
338Error while decoding stream #0:0: Invalid data found when processing input
339cur_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)
340[aac @ 0x927c2c0] channel element 2.0 is not allocated
341Error while decoding stream #0:0: Invalid data found when processing input
342cur_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)
343[aac @ 0x927c2c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
344[aac @ 0x927c2c0] channel element 3.0 is not allocated
345Error while decoding stream #0:0: Invalid data found when processing input
346cur_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)
347[aac @ 0x927c2c0] Error decoding AAC frame header.
348Error while decoding stream #0:0: Error number -50531338 occurred
349cur_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)
350[aac @ 0x927c2c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
351[aac @ 0x927c2c0] Reserved bit set.
352[aac @ 0x927c2c0] Number of bands (9) exceeds limit (8).
353Error while decoding stream #0:0: Invalid data found when processing input
354cur_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)
355[aac @ 0x927c2c0] channel element 3.9 is not allocated
356Error while decoding stream #0:0: Invalid data found when processing input
357cur_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)
358[aac @ 0x927c2c0] channel element 3.0 is not allocated
359Error while decoding stream #0:0: Invalid data found when processing input
360cur_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)
361[aac @ 0x927c2c0] channel element 2.3 is not allocated
362Error while decoding stream #0:0: Invalid data found when processing input
363cur_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)
364[aac @ 0x927c2c0] mono with CPE
365[aac @ 0x927c2c0] Number of bands (28) exceeds limit (10).
366Error while decoding stream #0:0: Invalid data found when processing input
367cur_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)
368[aac @ 0x927c2c0] channel element 2.13 is not allocated
369Error while decoding stream #0:0: Invalid data found when processing input
370cur_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)
371[aac @ 0x927c2c0] ChannelElement 3.0 missing
372[aac @ 0x927c2c0] ChannelElement 1.1 missing
373[aac @ 0x927c2c0] ChannelElement 1.2 missing
374[aac @ 0x927c2c0] Multiple frames in a packet.
375[aac @ 0x927c2c0] Number of bands (39) exceeds limit (33).
376Error while decoding stream #0:0: Invalid data found when processing input
377cur_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)
378[aac @ 0x927c2c0] channel element 1.13 is not allocated
379Error while decoding stream #0:0: Invalid data found when processing input
380cur_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)
381[aac @ 0x927c2c0] Inconsistent channel configuration.
382[aac @ 0x927c2c0] get_buffer() failed
383Error while decoding stream #0:0: Invalid argument
384cur_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)
385[aac @ 0x927c2c0] Pulse tool not allowed in eight short sequence.
386Error while decoding stream #0:0: Invalid data found when processing input
387cur_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)
388[aac @ 0x927c2c0] ChannelElement 3.0 missing
389[aac @ 0x927c2c0] ChannelElement 3.1 missing
390[aac @ 0x927c2c0] ChannelElement 2.0 missing
391[aac @ 0x927c2c0] ChannelElement 2.2 missing
392[aac @ 0x927c2c0] ChannelElement 2.3 missing
393[aac @ 0x927c2c0] ChannelElement 2.4 missing
394[aac @ 0x927c2c0] ChannelElement 2.6 missing
395[aac @ 0x927c2c0] ChannelElement 2.7 missing
396[aac @ 0x927c2c0] ChannelElement 2.8 missing
397[aac @ 0x927c2c0] ChannelElement 1.0 missing
398[aac @ 0x927c2c0] ChannelElement 1.1 missing
399[aac @ 0x927c2c0] ChannelElement 1.2 missing
400[aac @ 0x927c2c0] ChannelElement 1.3 missing
401[aac @ 0x927c2c0] ChannelElement 1.5 missing
402[aac @ 0x927c2c0] ChannelElement 1.6 missing
403[aac @ 0x927c2c0] ChannelElement 0.1 missing
404[aac @ 0x927c2c0] ChannelElement 0.2 missing
405[aac @ 0x927c2c0] ChannelElement 0.3 missing
406[aac @ 0x927c2c0] ChannelElement 0.4 missing
407[aac @ 0x927c2c0] ChannelElement 0.8 missing
408[aac @ 0x927c2c0] ChannelElement 0.10 missing
409[aac @ 0x927c2c0] ChannelElement 0.11 missing
410[aac @ 0x927c2c0] ChannelElement 0.12 missing
411[aac @ 0x927c2c0] channel element 1.9 is not allocated
412Error while decoding stream #0:0: Invalid data found when processing input
413cur_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)
414[aac @ 0x927c2c0] channel element 2.4 is not allocated
415Error while decoding stream #0:0: Invalid data found when processing input
416cur_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)
417[aac @ 0x927c2c0] ChannelElement 3.0 missing
418[aac @ 0x927c2c0] ChannelElement 3.1 missing
419[aac @ 0x927c2c0] ChannelElement 2.0 missing
420[aac @ 0x927c2c0] ChannelElement 2.2 missing
421[aac @ 0x927c2c0] ChannelElement 2.3 missing
422[aac @ 0x927c2c0] ChannelElement 2.4 missing
423[aac @ 0x927c2c0] ChannelElement 2.6 missing
424[aac @ 0x927c2c0] ChannelElement 2.7 missing
425[aac @ 0x927c2c0] ChannelElement 2.8 missing
426[aac @ 0x927c2c0] ChannelElement 1.0 missing
427[aac @ 0x927c2c0] ChannelElement 1.1 missing
428[aac @ 0x927c2c0] ChannelElement 1.2 missing
429[aac @ 0x927c2c0] ChannelElement 1.3 missing
430[aac @ 0x927c2c0] ChannelElement 1.5 missing
431[aac @ 0x927c2c0] ChannelElement 1.6 missing
432[aac @ 0x927c2c0] ChannelElement 0.0 missing
433[aac @ 0x927c2c0] ChannelElement 0.1 missing
434[aac @ 0x927c2c0] ChannelElement 0.2 missing
435[aac @ 0x927c2c0] ChannelElement 0.3 missing
436[aac @ 0x927c2c0] ChannelElement 0.4 missing
437[aac @ 0x927c2c0] ChannelElement 0.8 missing
438[aac @ 0x927c2c0] ChannelElement 0.10 missing
439[aac @ 0x927c2c0] ChannelElement 0.11 missing
440[aac @ 0x927c2c0] ChannelElement 0.12 missing
441[aac @ 0x927c2c0] Number of scalefactor bands in group (62) exceeds limit (49).
442Error while decoding stream #0:0: Invalid data found when processing input
443cur_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)
444[aac @ 0x927c2c0] ChannelElement 3.0 missing
445[aac @ 0x927c2c0] ChannelElement 3.1 missing
446[aac @ 0x927c2c0] ChannelElement 2.0 missing
447[aac @ 0x927c2c0] ChannelElement 2.2 missing
448[aac @ 0x927c2c0] ChannelElement 2.3 missing
449[aac @ 0x927c2c0] ChannelElement 2.4 missing
450[aac @ 0x927c2c0] ChannelElement 2.6 missing
451[aac @ 0x927c2c0] ChannelElement 2.7 missing
452[aac @ 0x927c2c0] ChannelElement 2.8 missing
453[aac @ 0x927c2c0] ChannelElement 1.0 missing
454[aac @ 0x927c2c0] ChannelElement 1.1 missing
455[aac @ 0x927c2c0] ChannelElement 1.3 missing
456[aac @ 0x927c2c0] ChannelElement 1.5 missing
457[aac @ 0x927c2c0] ChannelElement 1.6 missing
458[aac @ 0x927c2c0] ChannelElement 0.0 missing
459[aac @ 0x927c2c0] ChannelElement 0.1 missing
460[aac @ 0x927c2c0] ChannelElement 0.2 missing
461[aac @ 0x927c2c0] ChannelElement 0.3 missing
462[aac @ 0x927c2c0] ChannelElement 0.4 missing
463[aac @ 0x927c2c0] ChannelElement 0.8 missing
464[aac @ 0x927c2c0] ChannelElement 0.10 missing
465[aac @ 0x927c2c0] ChannelElement 0.11 missing
466[aac @ 0x927c2c0] ChannelElement 0.12 missing
467[aac @ 0x927c2c0] skip_data_stream_element: Input buffer exhausted before END element found
468Error while decoding stream #0:0: Invalid data found when processing input
469cur_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)
470[aac @ 0x927c2c0] ChannelElement 3.0 missing
471[aac @ 0x927c2c0] ChannelElement 3.1 missing
472[aac @ 0x927c2c0] ChannelElement 2.0 missing
473[aac @ 0x927c2c0] ChannelElement 2.2 missing
474[aac @ 0x927c2c0] ChannelElement 2.3 missing
475[aac @ 0x927c2c0] ChannelElement 2.4 missing
476[aac @ 0x927c2c0] ChannelElement 2.6 missing
477[aac @ 0x927c2c0] ChannelElement 2.7 missing
478[aac @ 0x927c2c0] ChannelElement 2.8 missing
479[aac @ 0x927c2c0] ChannelElement 1.0 missing
480[aac @ 0x927c2c0] ChannelElement 1.1 missing
481[aac @ 0x927c2c0] ChannelElement 1.2 missing
482[aac @ 0x927c2c0] ChannelElement 1.3 missing
483[aac @ 0x927c2c0] ChannelElement 1.5 missing
484[aac @ 0x927c2c0] ChannelElement 1.6 missing
485[aac @ 0x927c2c0] ChannelElement 0.0 missing
486[aac @ 0x927c2c0] ChannelElement 0.1 missing
487[aac @ 0x927c2c0] ChannelElement 0.2 missing
488[aac @ 0x927c2c0] ChannelElement 0.3 missing
489[aac @ 0x927c2c0] ChannelElement 0.4 missing
490[aac @ 0x927c2c0] ChannelElement 0.8 missing
491[aac @ 0x927c2c0] ChannelElement 0.10 missing
492[aac @ 0x927c2c0] ChannelElement 0.11 missing
493[aac @ 0x927c2c0] ChannelElement 0.12 missing
494[aac @ 0x927c2c0] channel element 1.3 is not allocated
495Error while decoding stream #0:0: Invalid data found when processing input
496cur_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)
497[aac @ 0x927c2c0] Input buffer exhausted before END element found
498Error while decoding stream #0:0: Invalid data found when processing input
499cur_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)
500[aac @ 0x927c2c0] ChannelElement 3.0 missing
501[aac @ 0x927c2c0] ChannelElement 3.1 missing
502[aac @ 0x927c2c0] ChannelElement 2.0 missing
503[aac @ 0x927c2c0] ChannelElement 2.2 missing
504[aac @ 0x927c2c0] ChannelElement 2.3 missing
505[aac @ 0x927c2c0] ChannelElement 2.4 missing
506[aac @ 0x927c2c0] ChannelElement 2.6 missing
507[aac @ 0x927c2c0] ChannelElement 2.7 missing
508[aac @ 0x927c2c0] ChannelElement 2.8 missing
509[aac @ 0x927c2c0] ChannelElement 1.0 missing
510[aac @ 0x927c2c0] ChannelElement 1.1 missing
511[aac @ 0x927c2c0] ChannelElement 1.2 missing
512[aac @ 0x927c2c0] ChannelElement 1.3 missing
513[aac @ 0x927c2c0] ChannelElement 1.5 missing
514[aac @ 0x927c2c0] ChannelElement 1.6 missing
515[aac @ 0x927c2c0] ChannelElement 0.0 missing
516[aac @ 0x927c2c0] ChannelElement 0.1 missing
517[aac @ 0x927c2c0] ChannelElement 0.2 missing
518[aac @ 0x927c2c0] ChannelElement 0.3 missing
519[aac @ 0x927c2c0] ChannelElement 0.4 missing
520[aac @ 0x927c2c0] ChannelElement 0.8 missing
521[aac @ 0x927c2c0] ChannelElement 0.10 missing
522[aac @ 0x927c2c0] ChannelElement 0.11 missing
523[aac @ 0x927c2c0] ChannelElement 0.12 missing
524[aac @ 0x927c2c0] Invalid Predictor Reset Group.
525Error while decoding stream #0:0: Invalid data found when processing input
526cur_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)
527[aac @ 0x927c2c0] Sample rate index in program config element does not match the sample rate index configured by the container.
528[aac @ 0x927c2c0] decode_pce: Input buffer exhausted before END element found
529Error while decoding stream #0:0: Invalid data found when processing input
530cur_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)
531[aac @ 0x927c2c0] Reserved bit set.
532[aac @ 0x927c2c0] Number of bands (21) exceeds limit (15).
533Error while decoding stream #0:0: Invalid data found when processing input
534cur_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)
535[aac @ 0x927c2c0] channel element 1.13 is not allocated
536Error while decoding stream #0:0: Invalid data found when processing input
537cur_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)
538[aac @ 0x927c2c0] ChannelElement 3.0 missing
539[aac @ 0x927c2c0] ChannelElement 3.1 missing
540[aac @ 0x927c2c0] ChannelElement 2.0 missing
541[aac @ 0x927c2c0] ChannelElement 2.2 missing
542[aac @ 0x927c2c0] ChannelElement 2.3 missing
543[aac @ 0x927c2c0] ChannelElement 2.4 missing
544[aac @ 0x927c2c0] ChannelElement 2.6 missing
545[aac @ 0x927c2c0] ChannelElement 2.7 missing
546[aac @ 0x927c2c0] ChannelElement 2.8 missing
547[aac @ 0x927c2c0] ChannelElement 1.0 missing
548[aac @ 0x927c2c0] ChannelElement 1.1 missing
549[aac @ 0x927c2c0] ChannelElement 1.2 missing
550[aac @ 0x927c2c0] ChannelElement 1.3 missing
551[aac @ 0x927c2c0] ChannelElement 1.5 missing
552[aac @ 0x927c2c0] ChannelElement 1.6 missing
553[aac @ 0x927c2c0] ChannelElement 0.1 missing
554[aac @ 0x927c2c0] ChannelElement 0.2 missing
555[aac @ 0x927c2c0] ChannelElement 0.3 missing
556[aac @ 0x927c2c0] ChannelElement 0.4 missing
557[aac @ 0x927c2c0] ChannelElement 0.8 missing
558[aac @ 0x927c2c0] ChannelElement 0.10 missing
559[aac @ 0x927c2c0] ChannelElement 0.11 missing
560[aac @ 0x927c2c0] ChannelElement 0.12 missing
561[aac @ 0x927c2c0] Number of scalefactor bands in group (59) exceeds limit (47).
562Error while decoding stream #0:0: Invalid data found when processing input
563cur_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)
564[aac @ 0x927c2c0] Reserved bit set.
565[aac @ 0x927c2c0] Number of bands (30) exceeds limit (20).
566Error while decoding stream #0:0: Invalid data found when processing input
567cur_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)
568[aac @ 0x927c2c0] channel element 3.0 is not allocated
569Error while decoding stream #0:0: Invalid data found when processing input
570cur_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)
571[aac @ 0x927c2c0] Sample rate index in program config element does not match the sample rate index configured by the container.
572[aac @ 0x927c2c0] decode_pce: Input buffer exhausted before END element found
573Error while decoding stream #0:0: Invalid data found when processing input
574cur_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)
575[aac @ 0x927c2c0] channel element 2.15 is not allocated
576Error while decoding stream #0:0: Invalid data found when processing input
577cur_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)
578[aac @ 0x927c2c0] Sample rate index in program config element does not match the sample rate index configured by the container.
579[aac @ 0x927c2c0] Inconsistent channel configuration.
580[aac @ 0x927c2c0] get_buffer() failed
581Error while decoding stream #0:0: Invalid argument
582cur_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)
583[aac @ 0x927c2c0] Reserved bit set.
584[aac @ 0x927c2c0] Number of scalefactor bands in group (63) exceeds limit (41).
585Error while decoding stream #0:0: Invalid data found when processing input
586cur_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)
587[aac @ 0x927c2c0] skip_data_stream_element: Input buffer exhausted before END element found
588Error while decoding stream #0:0: Invalid data found when processing input
589cur_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)
590[aac @ 0x927c2c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
591[aac @ 0x927c2c0] channel element 2.5 is not allocated
592Error while decoding stream #0:0: Invalid data found when processing input
593cur_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)
594[aac @ 0x927c2c0] Pulse data corrupt or invalid.
595Error while decoding stream #0:0: Invalid data found when processing input
596cur_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)
597[aac @ 0x927c2c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
598[aac @ 0x927c2c0] channel element 3.8 is not allocated
599Error while decoding stream #0:0: Invalid data found when processing input
600cur_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)
601[aac @ 0x927c2c0] Reserved bit set.
602[aac @ 0x927c2c0] Number of bands (26) exceeds limit (25).
603Error while decoding stream #0:0: Invalid data found when processing input
604cur_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)
605[aac @ 0x927c2c0] channel element 1.0 is not allocated
606Error while decoding stream #0:0: Invalid data found when processing input
607cur_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)
608[aac @ 0x927c2c0] Number of bands (14) exceeds limit (13).
609Error while decoding stream #0:0: Invalid data found when processing input
610cur_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)
611[aac @ 0x927c2c0] channel element 2.0 is not allocated
612Error while decoding stream #0:0: Invalid data found when processing input
613cur_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)
614[aac @ 0x927c2c0] ChannelElement 3.0 missing
615[aac @ 0x927c2c0] ChannelElement 3.1 missing
616[aac @ 0x927c2c0] ChannelElement 2.0 missing
617[aac @ 0x927c2c0] ChannelElement 2.1 missing
618[aac @ 0x927c2c0] ChannelElement 2.2 missing
619[aac @ 0x927c2c0] ChannelElement 2.3 missing
620[aac @ 0x927c2c0] ChannelElement 2.4 missing
621[aac @ 0x927c2c0] ChannelElement 2.6 missing
622[aac @ 0x927c2c0] ChannelElement 2.7 missing
623[aac @ 0x927c2c0] ChannelElement 2.8 missing
624[aac @ 0x927c2c0] ChannelElement 1.0 missing
625[aac @ 0x927c2c0] ChannelElement 1.1 missing
626[aac @ 0x927c2c0] ChannelElement 1.2 missing
627[aac @ 0x927c2c0] ChannelElement 1.3 missing
628[aac @ 0x927c2c0] ChannelElement 1.4 missing
629[aac @ 0x927c2c0] ChannelElement 1.5 missing
630[aac @ 0x927c2c0] ChannelElement 1.6 missing
631[aac @ 0x927c2c0] ChannelElement 1.7 missing
632[aac @ 0x927c2c0] ChannelElement 0.1 missing
633[aac @ 0x927c2c0] ChannelElement 0.2 missing
634[aac @ 0x927c2c0] ChannelElement 0.3 missing
635[aac @ 0x927c2c0] ChannelElement 0.4 missing
636[aac @ 0x927c2c0] ChannelElement 0.10 missing
637[aac @ 0x927c2c0] ChannelElement 0.11 missing
638[aac @ 0x927c2c0] ChannelElement 0.12 missing
639[aac @ 0x927c2c0] decode_pce: Input buffer exhausted before END element found
640Error while decoding stream #0:0: Invalid data found when processing input
641cur_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)
642[aac @ 0x927c2c0] Number of bands (12) exceeds limit (8).
643Error while decoding stream #0:0: Invalid data found when processing input
644cur_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)
645[aac @ 0x927c2c0] channel element 1.2 is not allocated
646Error while decoding stream #0:0: Invalid data found when processing input
647cur_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)
648[aac @ 0x927c2c0] stereo with SCE
649[aac @ 0x927c2c0] Number of bands (12) exceeds limit (8).
650Error while decoding stream #0:0: Invalid data found when processing input
651cur_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)
652[aac @ 0x927c2c0] channel element 2.1 is not allocated
653Error while decoding stream #0:0: Invalid data found when processing input
654cur_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)
655[aac @ 0x927c2c0] stereo with SCE
656[aac @ 0x927c2c0] Number of bands (34) exceeds limit (32).
657Error while decoding stream #0:0: Invalid data found when processing input
658cur_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)
659[aac @ 0x927c2c0] skip_data_stream_element: Input buffer exhausted before END element found
660Error while decoding stream #0:0: Invalid data found when processing input
661cur_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)
662[aac @ 0x927c2c0] Number of bands (32) exceeds limit (24).
663Error while decoding stream #0:0: Invalid data found when processing input
664cur_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)
665[aac @ 0x927c2c0] channel element 3.10 is not allocated
666Error while decoding stream #0:0: Invalid data found when processing input
667cur_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)
668[aac @ 0x927c2c0] Sample rate index in program config element does not match the sample rate index configured by the container.
669[aac @ 0x927c2c0] Inconsistent channel configuration.
670[aac @ 0x927c2c0] get_buffer() failed
671Error while decoding stream #0:0: Invalid argument
672cur_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)
673[aac @ 0x927c2c0] Sample rate index in program config element does not match the sample rate index configured by the container.
674[aac @ 0x927c2c0] Inconsistent channel configuration.
675[aac @ 0x927c2c0] get_buffer() failed
676Error while decoding stream #0:0: Invalid argument
677cur_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)
678[aac @ 0x927c2c0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
679[aac @ 0x927c2c0] Number of bands (18) exceeds limit (2).
680Error while decoding stream #0:0: Invalid data found when processing input
681cur_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)
682[aac @ 0x927c2c0] Number of scalefactor bands in group (63) exceeds limit (40).
683Error while decoding stream #0:0: Invalid data found when processing input
684cur_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)
685[aac @ 0x927c2c0] Reserved bit set.
686[aac @ 0x927c2c0] Number of bands (29) exceeds limit (15).
687Error while decoding stream #0:0: Invalid data found when processing input
688cur_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)
689Seek to start failed.
690samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue2481/LTP2.aac: Operation not permitted
691cur_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)
692detected 12 logical cores
693[New Thread 0x7ffff01f3700 (LWP 8181)]
694[New Thread 0x7fffef9f2700 (LWP 8183)]
695[New Thread 0x7fffef1f1700 (LWP 8185)]
696[New Thread 0x7fffee9f0700 (LWP 8187)]
697[New Thread 0x7fffee1ef700 (LWP 8188)]
698[New Thread 0x7fffed9ee700 (LWP 8190)]
699[New Thread 0x7fffed1ed700 (LWP 8191)]
700[New Thread 0x7fffec9ec700 (LWP 8197)]
701[New Thread 0x7fffec1eb700 (LWP 8198)]
702[New Thread 0x7fffeb9ea700 (LWP 8199)]
703[New Thread 0x7fffeb1e9700 (LWP 8200)]
704[New Thread 0x7fffea9e8700 (LWP 8201)]
705[graph_0_in_0_0 @ 0x928d200] Setting 'time_base' to value '1/0'
706[abuffer @ 0x925dfc0] Value inf for parameter 'time_base' out of range [0 - 2.14748e+09]
707
708Thread 1 "ffmpeg_g" hit Breakpoint 1, eval_expr (p=<optimized out>, e=0x92588c0) at libavutil/eval.c:318
709318 case e_div: return e->value * ((!CONFIG_FTRAPV || d2 ) ? (d / d2) : d * INFINITY);
710(gdb) n
711libavutil/eval.c:318:77: runtime error: division by zero
712av_expr_parse_and_eval (d=0x7fffffffbc30, s=<optimized out>, const_names=<optimized out>,
713 const_values=0x7fffffffbe90, func1_names=<optimized out>, funcs1=<optimized out>,
714 func2_names=<optimized out>, funcs2=<optimized out>, opaque=<optimized out>,
715 log_offset=<optimized out>, log_ctx=<optimized out>) at libavutil/eval.c:757
716757 *d = av_expr_eval(e, const_values, opaque);
717(gdb) bt
718#0 av_expr_parse_and_eval (d=0x7fffffffbc30, s=<optimized out>, const_names=<optimized out>,
719 const_values=0x7fffffffbe90, func1_names=<optimized out>, funcs1=<optimized out>,
720 func2_names=<optimized out>, funcs2=<optimized out>, opaque=<optimized out>,
721 log_offset=<optimized out>, log_ctx=<optimized out>) at libavutil/eval.c:757
722#1 0x00000000059c8877 in set_string_number (obj=<optimized out>, target_obj=<optimized out>,
723 o=0x5aab8c0 <abuffer_options>, val=0x9259c40 "1/0", dst=0x925dfd0) at libavutil/opt.c:292
724#2 0x00000000059c64aa in av_opt_set (obj=0x925dfc0, name=<optimized out>, val=0x9259c40 "1/0",
725 search_flags=<optimized out>) at libavutil/opt.c:484
726#3 0x00000000005d94f7 in process_options (ctx=<optimized out>, options=0x7fffffffc310,
727 args=<optimized out>) at libavfilter/avfilter.c:863
728#4 0x00000000005d862a in avfilter_init_str (filter=0x928d200,
729 args=0x7fffffffc66c "time_base=1/0:sample_rate=0:sample_fmt=fltp:channel_layout=0x3f")
730 at libavfilter/avfilter.c:1012
731#5 0x00000000005e27e0 in avfilter_graph_create_filter (filt_ctx=0x9241a40, filt=<optimized out>,
732 name=<optimized out>,
733 args=0x7fffffffc66c "time_base=1/0:sample_rate=0:sample_fmt=fltp:channel_layout=0x3f",
734 opaque=<optimized out>, graph_ctx=<optimized out>) at libavfilter/avfiltergraph.c:152
735#6 0x000000000046efee in configure_input_audio_filter (fg=<optimized out>, ifilter=<optimized out>,
736 in=<optimized out>) at fftools/ffmpeg_filter.c:899
737#7 configure_input_filter (fg=0x9265340, ifilter=0x9241a40, in=0x9237080)
738 at fftools/ffmpeg_filter.c:990
739#8 0x000000000046b03d in configure_filtergraph (fg=<optimized out>) at fftools/ffmpeg_filter.c:1098
740#9 0x000000000048ebf4 in transcode_step () at fftools/ffmpeg.c:4598
741#10 transcode () at fftools/ffmpeg.c:4692
742#11 0x0000000000489b54 in main (argc=23, argv=<optimized out>) at fftools/ffmpeg.c:4894
743(gdb) disass $pc-32,$pc+32
744Dump of assembler code from 0x5976489 to 0x59764c9:
745 0x0000000005976489 <av_expr_parse_and_eval+185>: mov 0x30(%rbx),%rax
746 0x000000000597648d <av_expr_parse_and_eval+189>: mov %rax,0x70(%rsp)
747 0x0000000005976492 <av_expr_parse_and_eval+194>: mov %r14,0x28(%rsp)
748 0x0000000005976497 <av_expr_parse_and_eval+199>: mov %r12,0x58(%rsp)
749 0x000000000597649c <av_expr_parse_and_eval+204>: lea 0x10(%rsp),%rdi
750 0x00000000059764a1 <av_expr_parse_and_eval+209>: mov %rbx,%rsi
751 0x00000000059764a4 <av_expr_parse_and_eval+212>: callq 0x59720f0 <eval_expr>
752=> 0x00000000059764a9 <av_expr_parse_and_eval+217>: test $0x7,%r15b
753 0x00000000059764ad <av_expr_parse_and_eval+221>: jne 0x5976540 <av_expr_parse_and_eval+368>
754 0x00000000059764b3 <av_expr_parse_and_eval+227>: test %r15,%r15
755 0x00000000059764b6 <av_expr_parse_and_eval+230>: je 0x5976540 <av_expr_parse_and_eval+368>
756 0x00000000059764bc <av_expr_parse_and_eval+236>: movsd %xmm0,(%r15)
757 0x00000000059764c1 <av_expr_parse_and_eval+241>: mov (%rsp),%rdi
758 0x00000000059764c5 <av_expr_parse_and_eval+245>: callq 0x5971020 <av_expr_free>
759End of assembler dump.
760(gdb) info all-registers
761rax 0x823e9c0 136571328
762rbx 0x92588c0 153454784
763rcx 0x419397 4297623
764rdx 0x6d 109
765rsi 0x7fffffffba50 140737488337488
766rdi 0x7fffffffb831 140737488336945
767rbp 0x7fffffffbeb8 0x7fffffffbeb8
768rsp 0x7fffffffbb30 0x7fffffffbb30
769r8 0x1 1
770r9 0x0 0
771r10 0x0 0
772r11 0x202 514
773r12 0x0 0
774r13 0x925dfc0 153477056
775r14 0x7fffffffbe90 140737488338576
776r15 0x7fffffffbc30 140737488337968
777rip 0x59764a9 0x59764a9 <av_expr_parse_and_eval+217>
778eflags 0x202 [ IF ]
779cs 0x33 51
780ss 0x2b 43
781ds 0x0 0
782es 0x0 0
783fs 0x0 0
784gs 0x0 0
785st0 0 (raw 0x00000000000000000000)
786st1 0 (raw 0x00000000000000000000)
787st2 0 (raw 0x00000000000000000000)
788st3 0 (raw 0x00000000000000000000)
789st4 0 (raw 0x00000000000000000000)
790st5 0 (raw 0x00000000000000000000)
791st6 0 (raw 0x00000000000000000000)
792st7 0 (raw 0x00000000000000000000)
793fctrl 0x37f 895
794fstat 0x0 0
795ftag 0xffff 65535
796fiseg 0x0 0
797fioff 0x0 0
798foseg 0x0 0
799fooff 0x0 0
800fop 0x0 0
801mxcsr 0x1fa4 [ ZE PE IM DM ZM OM UM PM ]
802bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
803 enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0, preserved = 0, enabled = 0}}
804bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0,
805 error = 0}}
806ymm0 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x7fffffffffffffff,
807 0x0, 0x0, 0x0}, v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0x7f, 0x0 <repeats 24 times>},
808 v16_int16 = {0x0, 0x0, 0x0, 0x7ff0, 0x0 <repeats 12 times>}, v8_int32 = {0x0, 0x7ff00000, 0x0, 0x0,
809---Type <return> to continue, or q <return> to quit---
810 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x7ff0000000000000, 0x0, 0x0, 0x0}, v2_int128 = {
811 0x7ff0000000000000, 0x0}}
812ymm1 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
813 v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0,
814 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
815ymm2 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x7fffffffffffffff,
816 0x0, 0x0, 0x0}, v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0x7f, 0x0 <repeats 24 times>},
817 v16_int16 = {0x0, 0x0, 0x0, 0x7ff0, 0x0 <repeats 12 times>}, v8_int32 = {0x0, 0x7ff00000, 0x0, 0x0,
818 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x7ff0000000000000, 0x0, 0x0, 0x0}, v2_int128 = {
819 0x7ff0000000000000, 0x0}}
820ymm3 {v8_float = {0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x1, 0x0, 0x0, 0x0},
821 v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0x3f, 0x0 <repeats 24 times>}, v16_int16 = {0x0, 0x0,
822 0x0, 0x3ff0, 0x0 <repeats 12 times>}, v8_int32 = {0x0, 0x3ff00000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
823 v4_int64 = {0x3ff0000000000000, 0x0, 0x0, 0x0}, v2_int128 = {0x3ff0000000000000, 0x0}}
824ymm4 {v8_float = {0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {
825 0x7fffffffffffffff, 0x0, 0x0, 0x0}, v32_int8 = {0x20, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x20, 0x5b,
826 0x30, 0x20, 0x2d, 0x20, 0x32, 0x2e, 0x31, 0x34, 0x0 <repeats 16 times>}, v16_int16 = {0x7220,
827 0x6e61, 0x6567, 0x5b20, 0x2030, 0x202d, 0x2e32, 0x3431, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
828 v8_int32 = {0x6e617220, 0x5b206567, 0x202d2030, 0x34312e32, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {
829 0x5b2065676e617220, 0x34312e32202d2030, 0x0, 0x0}, v2_int128 = {0x34312e32202d20305b2065676e617220,
830 0x0}}
831ymm5 {v8_float = {0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0x0},
832 v4_double = {0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x74, 0x65, 0x72, 0x67,
833 0x72, 0x61, 0x70, 0x68, 0x20, 0x27, 0x25, 0x73, 0x27, 0x20, 0x77, 0x61, 0x0 <repeats 16 times>},
834 v16_int16 = {0x6574, 0x6772, 0x6172, 0x6870, 0x2720, 0x7325, 0x2027, 0x6177, 0x0, 0x0, 0x0, 0x0, 0x0,
835 0x0, 0x0, 0x0}, v8_int32 = {0x67726574, 0x68706172, 0x73252720, 0x61772027, 0x0, 0x0, 0x0, 0x0},
836 v4_int64 = {0x6870617267726574, 0x6177202773252720, 0x0, 0x0}, v2_int128 = {
837 0x61772027732527206870617267726574, 0x0}}
838ymm6 {v8_float = {0x0, 0xffffffff, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0x0}, v4_double = {
839 0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x74, 0x73, 0x0, 0x3e, 0x31, 0x0,
840 0x53, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x20, 0x66, 0x69, 0x6c, 0x0 <repeats 16 times>}, v16_int16 = {
841 0x7374, 0x3e00, 0x31, 0x6953, 0x706d, 0x656c, 0x6620, 0x6c69, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
842 0x0}, v8_int32 = {0x3e007374, 0x69530031, 0x656c706d, 0x6c696620, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {
843 0x695300313e007374, 0x6c696620656c706d, 0x0, 0x0}, v2_int128 = {0x6c696620656c706d695300313e007374,
844 0x0}}
845ymm7 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
846 v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0,
847 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
848ymm8 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
849 v32_int8 = {0x0, 0x1b, 0x5b, 0x34, 0x38, 0x3b, 0x35, 0x3b, 0x25, 0x75, 0x6d, 0x1b, 0x5b, 0x33, 0x38,
850 0x3b, 0x0 <repeats 16 times>}, v16_int16 = {0x1b00, 0x345b, 0x3b38, 0x3b35, 0x7525, 0x1b6d, 0x335b,
851 0x3b38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x345b1b00, 0x3b353b38, 0x1b6d7525,
852 0x3b38335b, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3b353b38345b1b00, 0x3b38335b1b6d7525, 0x0, 0x0},
853 v2_int128 = {0x3b38335b1b6d75253b353b38345b1b00, 0x0}}
854ymm9 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
855 v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0,
856 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
857ymm10 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
858---Type <return> to continue, or q <return> to quit---
859 v32_int8 = {0x89, 0x23, 0x59, 0x1b, 0xa1, 0x1e, 0xf0, 0x3e, 0x0 <repeats 24 times>}, v16_int16 = {
860 0x2389, 0x1b59, 0x1ea1, 0x3ef0, 0x0 <repeats 12 times>}, v8_int32 = {0x1b592389, 0x3ef01ea1, 0x0,
861 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3ef01ea11b592389, 0x0, 0x0, 0x0}, v2_int128 = {
862 0x3ef01ea11b592389, 0x0}}
863ymm11 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
864 v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0xe0, 0x3a, 0xbc, 0x0 <repeats 24 times>}, v16_int16 = {0x0,
865 0x0, 0xe000, 0xbc3a, 0x0 <repeats 12 times>}, v8_int32 = {0x0, 0xbc3ae000, 0x0, 0x0, 0x0, 0x0, 0x0,
866 0x0}, v4_int64 = {0xbc3ae00000000000, 0x0, 0x0, 0x0}, v2_int128 = {0xbc3ae00000000000, 0x0}}
867ymm12 {v8_float = {0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
868 v32_int8 = {0x2f, 0x87, 0x29, 0xe8, 0x10, 0x11, 0x81, 0x3f, 0x0 <repeats 24 times>}, v16_int16 = {
869 0x872f, 0xe829, 0x1110, 0x3f81, 0x0 <repeats 12 times>}, v8_int32 = {0xe829872f, 0x3f811110, 0x0,
870 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3f811110e829872f, 0x0, 0x0, 0x0}, v2_int128 = {
871 0x3f811110e829872f, 0x0}}
872ymm13 {v8_float = {0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
873 v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe0, 0x3f, 0x0 <repeats 24 times>}, v16_int16 = {0x0, 0x0,
874 0x0, 0x3fe0, 0x0 <repeats 12 times>}, v8_int32 = {0x0, 0x3fe00000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
875 v4_int64 = {0x3fe0000000000000, 0x0, 0x0, 0x0}, v2_int128 = {0x3fe0000000000000, 0x0}}
876ymm14 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
877 v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80, 0x0 <repeats 24 times>}, v16_int16 = {0x0, 0x0,
878 0x0, 0x8000, 0x0 <repeats 12 times>}, v8_int32 = {0x0, 0x80000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
879 v4_int64 = {0x8000000000000000, 0x0, 0x0, 0x0}, v2_int128 = {0x8000000000000000, 0x0}}
880ymm15 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0},
881 v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80, 0x0 <repeats 24 times>}, v16_int16 = {0x0, 0x0,
882 0x0, 0x8000, 0x0 <repeats 12 times>}, v8_int32 = {0x0, 0x80000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
883 v4_int64 = {0x8000000000000000, 0x0, 0x0, 0x0}, v2_int128 = {0x8000000000000000, 0x0}}
884bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
885bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
886bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
887bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
888