Ticket #8152: gdb-flvenc

File gdb-flvenc, 21.0 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 flvenc.c:1043
17Breakpoint 1 at 0x14fe098: file libavformat/flvenc.c, line 1043.
18(gdb) ignore 1 1
19Will ignore next crossing of breakpoint 1.
20(gdb) n
21The program is not being run.
22(gdb) r
23Starting program: ffmpeg_g -loglevel 99 -y -r 11 -i samples/h264/CAFI1_SVA_C.264 -map 0 -c copy -r 74 -ab 123k -ar 48000 -ac 12 -b:v 433k -strict 1 output/tmp.flv
24[Thread debugging using libthread_db enabled]
25Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
26ffmpeg version N-94906-gcb8d6a4e3e Copyright (c) 2000-2019 the FFmpeg developers
27 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
28 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
29 libavutil 56. 35.100 / 56. 35.100
30 libavcodec 58. 56.101 / 58. 56.101
31 libavformat 58. 32.104 / 58. 32.104
32 libavdevice 58. 9.100 / 58. 9.100
33 libavfilter 7. 58.102 / 7. 58.102
34 libswscale 5. 6.100 / 5. 6.100
35 libswresample 3. 6.100 / 3. 6.100
36Splitting the commandline.
37Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
38Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
39Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '11'.
40Reading option '-i' ... matched as input url with argument 'samples/h264/CAFI1_SVA_C.264'.
41Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
42Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
43Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '74'.
44Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '123k'.
45Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '48000'.
46Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '12'.
47Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '433k'.
48Reading option '-strict' ...Routing option strict to both codec and muxer layer
49 matched as AVOption 'strict' with argument '1'.
50Reading option 'output/tmp.flv' ... matched as output url.
51Finished splitting the commandline.
52Parsing a group of options: global .
53Applying option loglevel (set logging level) with argument 99.
54Applying option y (overwrite output files) with argument 1.
55Successfully parsed a group of options.
56Parsing a group of options: input url samples/h264/CAFI1_SVA_C.264.
57Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 11.
58Successfully parsed a group of options.
59Opening an input file: samples/h264/CAFI1_SVA_C.264.
60[NULL @ 0x922d980] Opening 'samples/h264/CAFI1_SVA_C.264' for reading
61[file @ 0x922e500] Setting default whitelist 'file,crypto'
62Probing h264 score:51 size:2048
63[h264 @ 0x922d980] Format h264 probed with size=2048 and score=51
64[h264 @ 0x922d980] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:1
65libavcodec/startcode.c:41:17: runtime error: load of misaligned address 0x000009255c65 for type 'const uint64_t' (aka 'const unsigned long'), which requires 8 byte alignment
660x000009255c65: note: pointer points here
67 00 00 01 67 4d 40 1e 8d 94 c0 5a 3c 90 00 00 00 01 68 fe 38 80 00 00 00 01 65 88 80 00 50 00 67
68 ^
69libavcodec/startcode.c:42:22: runtime error: load of misaligned address 0x000009255c65 for type 'const uint64_t' (aka 'const unsigned long'), which requires 8 byte alignment
700x000009255c65: note: pointer points here
71 00 00 01 67 4d 40 1e 8d 94 c0 5a 3c 90 00 00 00 01 68 fe 38 80 00 00 00 01 65 88 80 00 50 00 67
72 ^
73[AVBSFContext @ 0x9255d80] nal_unit_type: 7(SPS), nal_ref_idc: 3
74[AVBSFContext @ 0x9255d80] nal_unit_type: 8(PPS), nal_ref_idc: 3
75[AVBSFContext @ 0x9255d80] nal_unit_type: 5(IDR), nal_ref_idc: 3
76[h264 @ 0x922f600] nal_unit_type: 7(SPS), nal_ref_idc: 3
77[h264 @ 0x922f600] nal_unit_type: 8(PPS), nal_ref_idc: 3
78[h264 @ 0x922f600] nal_unit_type: 5(IDR), nal_ref_idc: 3
79[h264 @ 0x922f600] Format yuv420p chosen by get_format().
80[h264 @ 0x922f600] Reinit context to 720x480, pix_fmt: yuv420p
81[h264 @ 0x922f600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
82 Last message repeated 2 times
83[h264 @ 0x922f600] Increasing reorder buffer to 1
84[h264 @ 0x922f600] no picture
85[h264 @ 0x922f600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
86 Last message repeated 1 times
87[h264 @ 0x922f600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
88 Last message repeated 1 times
89[h264 @ 0x922f600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
90 Last message repeated 1 times
91[h264 @ 0x922f600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
92 Last message repeated 1 times
93[h264 @ 0x922f600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
94 Last message repeated 1 times
95[h264 @ 0x922f600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
96 Last message repeated 1 times
97[h264 @ 0x922d980] stream 0: start_time: -7686143364045.646 duration: -7686143364045.646
98[h264 @ 0x922d980] format: start_time: -9223372036854.775 duration: -9223372036854.775 bitrate=0 kb/s
99[h264 @ 0x922d980] After avformat_find_stream_info() pos: 257764 bytes read:257764 seeks:0 frames:66
100Input #0, h264, from 'samples/h264/CAFI1_SVA_C.264':
101 Duration: N/A, bitrate: N/A
102 Stream #0:0, 66, 1/1200000: Video: h264 (Main), 1 reference frame, yuv420p(top first, left), 720x480, 0/1, 25.42 fps, 25 tbr, 1200k tbn, 50 tbc
103Successfully opened the file.
104Parsing a group of options: output url output/tmp.flv.
105Applying option map (set input stream mapping) with argument 0.
106Applying option c (codec name) with argument copy.
107Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 74.
108Applying option ab (audio bitrate (please use -b:a)) with argument 123k.
109Applying option ar (set audio sampling rate (in Hz)) with argument 48000.
110Applying option ac (set number of audio channels) with argument 12.
111Applying option b:v (video bitrate (please use -b:v)) with argument 433k.
112Successfully parsed a group of options.
113Opening an output file: output/tmp.flv.
114[file @ 0x93cbc00] Setting default whitelist 'file,crypto'
115Successfully opened the file.
116Output #0, flv, to 'output/tmp.flv':
117 Metadata:
118 encoder : Lavf58.32.104
119 Stream #0:0, 0, 1/1000: Video: h264 (Main), 1 reference frame ([7][0][0][0] / 0x0007), yuv420p(top first, left), 720x480 (0x0), 0/1, q=2-31, 433 kb/s, 25.42 fps, 25 tbr, 1k tbn, 74 tbc
120Stream mapping:
121 Stream #0:0 -> #0:0 (copy)
122Press [q] to stop, [?] for help
123cur_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)
124[flv @ 0x9234bc0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
125
126Breakpoint 1, flv_write_packet (s=0x9234bc0, pkt=<optimized out>)
127 at libavformat/flvenc.c:1043
1281043 avio_wb24(pb, pkt->pts - pkt->dts);
129(gdb) n
130926 if (pkt->dts < -flv->delay) {
131(gdb) n
1321043 avio_wb24(pb, pkt->pts - pkt->dts);
133(gdb) n
134libavformat/flvenc.c:1043:36: runtime error: signed integer overflow: -9223372036854775808 - 130 cannot be represented in type 'long'
1351046 avio_write(pb, data ? data : pkt->data, size);
136(gdb) bt
137#0 flv_write_packet (s=0x9234bc0, pkt=<optimized out>) at libavformat/flvenc.c:1046
138#1 0x00000000017a25d5 in write_packet (s=0x9234bc0, pkt=<optimized out>)
139 at libavformat/mux.c:747
140#2 0x00000000017a8f96 in av_interleaved_write_frame (s=<optimized out>, pkt=0x7fffffffc830)
141 at libavformat/mux.c:1238
142#3 0x00000000004b804b in write_packet (of=<optimized out>, pkt=0x7fffffffc830,
143 ost=<optimized out>, unqueue=<optimized out>) at fftools/ffmpeg.c:815
144#4 0x00000000004a60d1 in do_streamcopy (ist=<optimized out>, ost=<optimized out>,
145 pkt=<optimized out>) at fftools/ffmpeg.c:2076
146#5 process_input_packet (ist=<optimized out>, pkt=<optimized out>, no_eof=<optimized out>)
147 at fftools/ffmpeg.c:2746
148#6 0x00000000004c1350 in process_input (file_index=<optimized out>) at fftools/ffmpeg.c:4518
149#7 0x000000000048f47b in transcode_step () at fftools/ffmpeg.c:4638
150#8 transcode () at fftools/ffmpeg.c:4692
151#9 0x0000000000489c34 in main (argc=25, argv=<optimized out>) at fftools/ffmpeg.c:4894
152(gdb) disass $pc-32,$pc+32
153Dump of assembler code from 0x14fe0c5 to 0x14fe105:
154 0x00000000014fe0c5 <flv_write_packet+14005>: (bad)
155 0x00000000014fe0c6 <flv_write_packet+14006>: jne 0x14fe439 <flv_write_packet+14889>
156 0x00000000014fe0cc <flv_write_packet+14012>: mov (%rsi),%rdx
157 0x00000000014fe0cf <flv_write_packet+14015>: mov %rbx,%rbp
158 0x00000000014fe0d2 <flv_write_packet+14018>: sub %rdx,%rbp
159 0x00000000014fe0d5 <flv_write_packet+14021>: jo 0x14fe457 <flv_write_packet+14919>
160 0x00000000014fe0db <flv_write_packet+14027>: mov %r12,%rdi
161 0x00000000014fe0de <flv_write_packet+14030>: mov %ebp,%esi
162 0x00000000014fe0e0 <flv_write_packet+14032>: callq 0x14398c0 <avio_wb24>
163=> 0x00000000014fe0e5 <flv_write_packet+14037>: mov 0xa0(%rsp),%rsi
164 0x00000000014fe0ed <flv_write_packet+14045>: test %rsi,%rsi
165 0x00000000014fe0f0 <flv_write_packet+14048>: jne 0x14fcea1 <flv_write_packet+9361>
166 0x00000000014fe0f6 <flv_write_packet+14054>: jmpq 0x14fce81 <flv_write_packet+9329>
167 0x00000000014fe0fb <flv_write_packet+14059>: mov $0x693df20,%edi
168 0x00000000014fe100 <flv_write_packet+14064>: mov %rbp,%rsi
169 0x00000000014fe103 <flv_write_packet+14067>: callq 0x42e510 <__ubsan_handle_type_mismatch_v1>
170End of assembler dump.
171(gdb) info all-registers
172rax 0xffffff01 4294967041
173rbx 0x8000000000000000 -9223372036854775808
174rcx 0x419397 4297623
175rdx 0x6d 109
176rsi 0x7e 126
177rdi 0x942c180 155369856
178rbp 0x7fffffffffffff7e 0x7fffffffffffff7e
179rsp 0x7fffffffc280 0x7fffffffc280
180r8 0x1 1
181r9 0x0 0
182r10 0x0 0
183r11 0x206 518
184r12 0x942c180 155369856
185r13 0x7fffffffc401 140737488339969
186r14 0xffffffea 4294967274
187r15 0x942afc0 155365312
188rip 0x14fe0e5 0x14fe0e5 <flv_write_packet+14037>
189eflags 0x206 [ PF IF ]
190cs 0x33 51
191ss 0x2b 43
192ds 0x0 0
193es 0x0 0
194fs 0x0 0
195gs 0x0 0
196st0 -nan(0x8885858788858587) (raw 0xffff8885858788858587)
197st1 -nan(0xf5f8e0d5f5f8e0d5) (raw 0xfffff5f8e0d5f5f8e0d5)
198st2 -nan(0x8885edf4f5f88888) (raw 0xffff8885edf4f5f88888)
199st3 -nan(0x9696969896969698) (raw 0xffff9696969896969698)
200st4 -nan(0x9691919196919191) (raw 0xffff9691919196919191)
201st5 -nan(0x9691919196919191) (raw 0xffff9691919196919191)
202st6 -nan(0x9691969196919892) (raw 0xffff9691969196919892)
203st7 -nan(0x9191919191919191) (raw 0xffff9191919191919191)
204fctrl 0x37f 895
205fstat 0x0 0
206ftag 0xffff 65535
207fiseg 0x0 0
208fioff 0x0 0
209foseg 0x0 0
210fooff 0x0 0
211fop 0x0 0
212mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
213bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
214 enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0, preserved = 0,
215 enabled = 0}}
216bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {
217 bde = 0, error = 0}}
218ymm0 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
219 0x0, 0x0}, v32_int8 = {0x8, 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x0, 0x10, 0xbf, 0xff, 0xff,
220---Type <return> to continue, or q <return> to quit---
221 0xff, 0x7f, 0x0 <repeats 18 times>}, v16_int16 = {0x8, 0x0, 0x30, 0x0, 0xbf10, 0xffff,
222 0x7fff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x8, 0x30, 0xffffbf10,
223 0x7fff, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3000000008, 0x7fffffffbf10, 0x0, 0x0},
224 v2_int128 = {0x7fffffffbf100000003000000008, 0x0}}
225ymm1 {v8_float = {0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
226 0x0, 0x0}, v32_int8 = {0x74, 0xac, 0xc5, 0xf7, 0x68, 0x85, 0x3e, 0x86, 0xb5, 0x7d, 0x1,
227 0x42, 0x79, 0x1e, 0xd2, 0x19, 0x0 <repeats 16 times>}, v16_int16 = {0xac74, 0xf7c5,
228 0x8568, 0x863e, 0x7db5, 0x4201, 0x1e79, 0x19d2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
229 v8_int32 = {0xf7c5ac74, 0x863e8568, 0x42017db5, 0x19d21e79, 0x0, 0x0, 0x0, 0x0},
230 v4_int64 = {0x863e8568f7c5ac74, 0x19d21e7942017db5, 0x0, 0x0}, v2_int128 = {
231 0x19d21e7942017db5863e8568f7c5ac74, 0x0}}
232ymm2 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
233 0x0, 0x0}, v32_int8 = {0xf7, 0x3c, 0xc6, 0x33, 0x2c, 0x86, 0xb2, 0x3c, 0x44, 0x8b, 0x9a,
234 0x12, 0xf9, 0x60, 0x62, 0x2a, 0x0 <repeats 16 times>}, v16_int16 = {0x3cf7, 0x33c6,
235 0x862c, 0x3cb2, 0x8b44, 0x129a, 0x60f9, 0x2a62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
236 v8_int32 = {0x33c63cf7, 0x3cb2862c, 0x129a8b44, 0x2a6260f9, 0x0, 0x0, 0x0, 0x0},
237 v4_int64 = {0x3cb2862c33c63cf7, 0x2a6260f9129a8b44, 0x0, 0x0}, v2_int128 = {
238 0x2a6260f9129a8b443cb2862c33c63cf7, 0x0}}
239ymm3 {v8_float = {0x0, 0x0, 0x0, 0x1c9fe2c0, 0x0, 0x0, 0x0, 0x0}, v4_double = {
240 0x8000000000000000, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x22, 0xb8, 0xb1, 0x3c,
241 0xa5, 0x9f, 0x62, 0xeb, 0x5c, 0x20, 0x8a, 0x3c, 0x16, 0xff, 0xe4, 0x4d,
242 0x0 <repeats 16 times>}, v16_int16 = {0xb822, 0x3cb1, 0x9fa5, 0xeb62, 0x205c, 0x3c8a,
243 0xff16, 0x4de4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x3cb1b822,
244 0xeb629fa5, 0x3c8a205c, 0x4de4ff16, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xeb629fa53cb1b822,
245 0x4de4ff163c8a205c, 0x0, 0x0}, v2_int128 = {0x4de4ff163c8a205ceb629fa53cb1b822, 0x0}}
246ymm4 {v8_float = {0x0, 0x0, 0x0, 0xffffffff, 0x0, 0x0, 0x0, 0x0}, v4_double = {
247 0x0, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0xc, 0x34, 0xd3, 0xb5, 0xf6, 0x59, 0x96,
248 0xa1, 0x65, 0x4f, 0x82, 0x39, 0x45, 0x2f, 0x1b, 0x7a, 0x0 <repeats 16 times>},
249 v16_int16 = {0x340c, 0xb5d3, 0x59f6, 0xa196, 0x4f65, 0x3982, 0x2f45, 0x7a1b, 0x0, 0x0,
250 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0xb5d3340c, 0xa19659f6, 0x39824f65,
251 0x7a1b2f45, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xa19659f6b5d3340c, 0x7a1b2f4539824f65,
252 0x0, 0x0}, v2_int128 = {0x7a1b2f4539824f65a19659f6b5d3340c, 0x0}}
253ymm5 {v8_float = {0x0, 0x0, 0x0, 0x1c9fe2c0, 0x0, 0x0, 0x0, 0x0}, v4_double = {
254 0x8000000000000000, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x22, 0xb8, 0xb1, 0x3c,
255 0xa5, 0x9f, 0x62, 0xeb, 0x5c, 0x20, 0x8a, 0x3c, 0x16, 0xff, 0xe4, 0x4d,
256 0x0 <repeats 16 times>}, v16_int16 = {0xb822, 0x3cb1, 0x9fa5, 0xeb62, 0x205c, 0x3c8a,
257 0xff16, 0x4de4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x3cb1b822,
258 0xeb629fa5, 0x3c8a205c, 0x4de4ff16, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xeb629fa53cb1b822,
259 0x4de4ff163c8a205c, 0x0, 0x0}, v2_int128 = {0x4de4ff163c8a205ceb629fa53cb1b822, 0x0}}
260ymm6 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
261 0x0, 0x0}, v32_int8 = {0xf7, 0x3c, 0xc6, 0x33, 0x2c, 0x86, 0xb2, 0x3c, 0x44, 0x8b, 0x9a,
262 0x12, 0xf9, 0x60, 0x62, 0x2a, 0x0 <repeats 16 times>}, v16_int16 = {0x3cf7, 0x33c6,
263 0x862c, 0x3cb2, 0x8b44, 0x129a, 0x60f9, 0x2a62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
264 v8_int32 = {0x33c63cf7, 0x3cb2862c, 0x129a8b44, 0x2a6260f9, 0x0, 0x0, 0x0, 0x0},
265 v4_int64 = {0x3cb2862c33c63cf7, 0x2a6260f9129a8b44, 0x0, 0x0}, v2_int128 = {
266 0x2a6260f9129a8b443cb2862c33c63cf7, 0x0}}
267ymm7 {v8_float = {0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
268 0x0, 0x0}, v32_int8 = {0x74, 0xac, 0xc5, 0xf7, 0x68, 0x85, 0x3e, 0x86, 0xb5, 0x7d, 0x1,
269---Type <return> to continue, or q <return> to quit---
270 0x42, 0x79, 0x1e, 0xd2, 0x19, 0x0 <repeats 16 times>}, v16_int16 = {0xac74, 0xf7c5,
271 0x8568, 0x863e, 0x7db5, 0x4201, 0x1e79, 0x19d2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
272 v8_int32 = {0xf7c5ac74, 0x863e8568, 0x42017db5, 0x19d21e79, 0x0, 0x0, 0x0, 0x0},
273 v4_int64 = {0x863e8568f7c5ac74, 0x19d21e7942017db5, 0x0, 0x0}, v2_int128 = {
274 0x19d21e7942017db5863e8568f7c5ac74, 0x0}}
275ymm8 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
276 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
277 v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
278 v2_int128 = {0x0, 0x0}}
279ymm9 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
280 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
281 v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
282 v2_int128 = {0x0, 0x0}}
283ymm10 {v8_float = {0x64000000, 0x57570000, 0x95800000, 0x594c0000, 0x0, 0x0, 0x0,
284 0x0}, v4_double = {0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x59,
285 0x59, 0x58, 0x58, 0x57, 0x57, 0x53, 0x53, 0x56, 0x56, 0x56, 0x56, 0x53, 0x56, 0x53,
286 0x54, 0x0 <repeats 16 times>}, v16_int16 = {0x5959, 0x5858, 0x5757, 0x5353, 0x5656,
287 0x5656, 0x5653, 0x5453, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x58585959,
288 0x53535757, 0x56565656, 0x54535653, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x5353575758585959,
289 0x5453565356565656, 0x0, 0x0}, v2_int128 = {0x54535653565656565353575758585959, 0x0}}
290ymm11 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
291 0x0, 0x0}, v32_int8 = {0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x95, 0x95, 0x95, 0x95, 0x95,
292 0x95, 0x95, 0x95, 0x95, 0x95, 0x0 <repeats 16 times>}, v16_int16 = {0x9696, 0x9696,
293 0x9696, 0x9595, 0x9595, 0x9595, 0x9595, 0x9595, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
294 v8_int32 = {0x96969696, 0x95959696, 0x95959595, 0x95959595, 0x0, 0x0, 0x0, 0x0},
295 v4_int64 = {0x9595969696969696, 0x9595959595959595, 0x0, 0x0}, v2_int128 = {
296 0x95959595959595959595969696969696, 0x0}}
297ymm12 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
298 0x0, 0x0}, v32_int8 = {0x0, 0x0, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1,
299 0x0, 0x1, 0x0 <repeats 17 times>}, v16_int16 = {0x0, 0x101, 0x101, 0x101, 0x0, 0x0, 0x1,
300 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x1010000, 0x1010101, 0x0,
301 0x10001, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x101010101010000, 0x1000100000000, 0x0, 0x0},
302 v2_int128 = {0x10001000000000101010101010000, 0x0}}
303ymm13 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {
304 0x8000000000000000, 0x8000000000000000, 0x0, 0x0}, v32_int8 = {0xff <repeats 16 times>,
305 0x0 <repeats 16 times>}, v16_int16 = {0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff,
306 0xffff, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0xffffffff,
307 0xffffffff, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xffffffffffffffff,
308 0xffffffffffffffff, 0x0, 0x0}, v2_int128 = {0xffffffffffffffffffffffffffffffff, 0x0}}
309ymm14 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
310 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
311 v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
312 v2_int128 = {0x0, 0x0}}
313ymm15 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
314 0x0, 0x0}, v32_int8 = {0x1 <repeats 16 times>, 0x0 <repeats 16 times>}, v16_int16 = {
315 0x101, 0x101, 0x101, 0x101, 0x101, 0x101, 0x101, 0x101, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
316 0x0, 0x0}, v8_int32 = {0x1010101, 0x1010101, 0x1010101, 0x1010101, 0x0, 0x0, 0x0, 0x0},
317 v4_int64 = {0x101010101010101, 0x101010101010101, 0x0, 0x0}, v2_int128 = {
318---Type <return> to continue, or q <return> to quit---
319 0x1010101010101010101010101010101, 0x0}}
320bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
321bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
322bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
323bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
324