Ticket #8181: gdb-movenc

File gdb-movenc, 21.5 KB (added by Suhwan, 7 years ago)
Line 
1GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
2Copyright (C) 2018 Free Software Foundation, Inc.
3License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
4This is free software: you are free to change and redistribute it.
5There is NO WARRANTY, to the extent permitted by law. Type "show copying"
6and "show warranty" for details.
7This GDB was configured as "x86_64-linux-gnu".
8Type "show configuration" for configuration details.
9For bug reporting instructions, please see:
10<http://www.gnu.org/software/gdb/bugs/>.
11Find the GDB manual and other documentation resources online at:
12<http://www.gnu.org/software/gdb/documentation/>.
13For help, type "help".
14Type "apropos word" to search for commands related to "word"...
15Reading symbols from ../ffmpeg/ffmpeg_g...done.
16(gdb) r
17Starting program: ffmpeg_g -stream_loop 1 -y -r 55 -i samples/mp4/xtrem-sport.mp4 -loglevel 40 -map 0 -c copy -c:s:0 aptx_hd -aframes 20 -ab 636k -ar 48000 -b:v 388k -strict 1 output/tmp.mov
18[Thread debugging using libthread_db enabled]
19Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
20ffmpeg version N-94973-gb766a13dba Copyright (c) 2000-2019 the FFmpeg developers
21 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
22 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
23 libavutil 56. 35.100 / 56. 35.100
24 libavcodec 58. 57.100 / 58. 57.100
25 libavformat 58. 32.104 / 58. 32.104
26 libavdevice 58. 9.100 / 58. 9.100
27 libavfilter 7. 58.102 / 7. 58.102
28 libswscale 5. 6.100 / 5. 6.100
29 libswresample 3. 6.100 / 3. 6.100
30Routing option strict to both codec and muxer layer
31Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'samples/mp4/xtrem-sport.mp4':
32 Metadata:
33 major_brand : mp41
34 minor_version : 0
35 compatible_brands: mp41isom
36 creation_time : 2003-06-15T16:10:54.000000Z
37 Duration: 00:00:30.03, start: 0.000000, bitrate: 76 kb/s
38 Stream #0:0(und): Video: mpeg4 (Simple Profile), 1 reference frame (mp4v / 0x7634706D), yuv420p(tv, bt709, left), 176x144 [SAR 1:1 DAR 11:9], 47 kb/s, SAR 12:11 DAR 4:3, 14.70 fps, 15 tbr, 90k tbn, 30k tbc (default)
39 Metadata:
40 creation_time : 2003-06-15T16:10:54.000000Z
41 Stream #0:1(und): Data: none (rtp / 0x20707472), 5 kb/s
42 Metadata:
43 creation_time : 2003-06-15T16:10:54.000000Z
44 Stream #0:2(und): Audio: aac (LC) (mp4a / 0x6134706D), 11025 Hz, mono, fltp, 16 kb/s (default)
45 Metadata:
46 creation_time : 2003-06-15T16:10:54.000000Z
47 Stream #0:3(und): Data: none (rtp / 0x20707472), 4 kb/s
48 Metadata:
49 creation_time : 2003-06-15T16:10:54.000000Z
50Output #0, mov, to 'output/tmp.mov':
51 Metadata:
52 major_brand : mp41
53 minor_version : 0
54 compatible_brands: mp41isom
55 encoder : Lavf58.32.104
56 Stream #0:0(und): Video: mpeg4 (Simple Profile), 1 reference frame (mp4v / 0x7634706D), yuv420p(tv, bt709, left), 176x144 (0x0) [SAR 12:11 DAR 4:3], q=2-31, 388 kb/s, 14.70 fps, 15 tbr, 14080 tbn, 55 tbc (default)
57 Metadata:
58 creation_time : 2003-06-15T16:10:54.000000Z
59 Stream #0:1(und): Data: none (rtp / 0x20707472), 5 kb/s
60 Metadata:
61 creation_time : 2003-06-15T16:10:54.000000Z
62 Stream #0:2(und): Audio: aac (LC) (mp4a / 0x6134706D), 11025 Hz, mono, fltp, 636 kb/s (default)
63 Metadata:
64 creation_time : 2003-06-15T16:10:54.000000Z
65 Stream #0:3(und): Data: none (rtp / 0x20707472), 4 kb/s
66 Metadata:
67 creation_time : 2003-06-15T16:10:54.000000Z
68Stream mapping:
69 Stream #0:0 -> #0:0 (copy)
70 Stream #0:1 -> #0:1 (copy)
71 Stream #0:2 -> #0:2 (copy)
72 Stream #0:3 -> #0:3 (copy)
73Press [q] to stop, [?] for help
74No more output streams to write to, finishing.
75libavformat/movenc.c:3101:47: runtime error: member access within null pointer of type 'AVFormatContext' (aka 'struct AVFormatContext')
76
77Program received signal SIGSEGV, Segmentation fault.
780x00000000016c14aa in mov_write_udta_sdp (pb=<optimized out>, track=<optimized out>)
79 at libavformat/movenc.c:3101
803101 ff_sdp_write_media(buf, sizeof(buf), ctx->streams[0], track->src_track,
81(gdb) bt
82#0 0x00000000016c14aa in mov_write_udta_sdp (pb=<optimized out>, track=<optimized out>)
83 at libavformat/movenc.c:3101
84#1 mov_write_trak_tag (s=0x90cac40, pb=0x90ffe80, mov=0x9104880, track=<optimized out>, st=0x9104d00)
85 at libavformat/movenc.c:3192
86#2 0x00000000016bb656 in mov_write_moov_tag (pb=<optimized out>, mov=0x9104880, s=0x90cac40)
87 at libavformat/movenc.c:4012
88#3 0x00000000016a7de4 in mov_write_trailer (s=0x90cac40) at libavformat/movenc.c:6773
89#4 0x0000000001791e94 in av_write_trailer (s=<optimized out>) at libavformat/mux.c:1283
90#5 0x000000000048ff9c in transcode () at fftools/ffmpeg.c:4726
91#6 0x0000000000487de4 in main (argc=27, argv=<optimized out>) at fftools/ffmpeg.c:4894
92(gdb) disass $pc-32,$pc+32
93Dump of assembler code from 0x16c148a to 0x16c14ca:
94 0x00000000016c148a <mov_write_trak_tag+14490>: test $0x7,%bpl
95 0x00000000016c148e <mov_write_trak_tag+14494>: jne 0x16c1d0d <mov_write_trak_tag+16669>
96 0x00000000016c1494 <mov_write_trak_tag+14500>: test %rbp,%rbp
97 0x00000000016c1497 <mov_write_trak_tag+14503>: je 0x16c1d0d <mov_write_trak_tag+16669>
98 0x00000000016c149d <mov_write_trak_tag+14509>: lea 0x30(%rbp),%rbx
99 0x00000000016c14a1 <mov_write_trak_tag+14513>: test $0x7,%bl
100 0x00000000016c14a4 <mov_write_trak_tag+14516>: jne 0x16c1d27 <mov_write_trak_tag+16695>
101=> 0x00000000016c14aa <mov_write_trak_tag+14522>: mov (%rbx),%rbx
102 0x00000000016c14ad <mov_write_trak_tag+14525>: test $0x7,%bl
103 0x00000000016c14b0 <mov_write_trak_tag+14528>: jne 0x16c1d40 <mov_write_trak_tag+16720>
104 0x00000000016c14b6 <mov_write_trak_tag+14534>: test %rbx,%rbx
105 0x00000000016c14b9 <mov_write_trak_tag+14537>: je 0x16c1d40 <mov_write_trak_tag+16720>
106 0x00000000016c14bf <mov_write_trak_tag+14543>: mov (%rbx),%r15
107 0x00000000016c14c2 <mov_write_trak_tag+14546>: test %r12b,%r12b
108 0x00000000016c14c5 <mov_write_trak_tag+14549>: je 0x16c1d59 <mov_write_trak_tag+16745>
109End of assembler dump.
110(gdb) info all-registers
111rax 0x0 0
112rbx 0x30 48
113rcx 0x4176e7 4290279
114rdx 0x6d 109
115rsi 0x7fffffffc460 140737488340064
116rdi 0x7fffffffc241 140737488339521
117rbp 0x0 0x0
118rsp 0x7fffffffc470 0x7fffffffc470
119r8 0x1 1
120r9 0x0 0
121r10 0x0 0
122r11 0x206 518
123r12 0x1 1
124r13 0x90ffe80 152043136
125r14 0x90e13e8 151917544
126r15 0x90e1390 151917456
127rip 0x16c14aa 0x16c14aa <mov_write_trak_tag+14522>
128eflags 0x10246 [ PF ZF IF RF ]
129cs 0x33 51
130ss 0x2b 43
131ds 0x0 0
132es 0x0 0
133fs 0x0 0
134gs 0x0 0
135st0 0 (raw 0x00000000000000000000)
136st1 0 (raw 0x00000000000000000000)
137st2 0 (raw 0x00000000000000000000)
138st3 0 (raw 0x00000000000000000000)
139st4 0 (raw 0x00000000000000000000)
140st5 0 (raw 0x00000000000000000000)
141st6 0 (raw 0x00000000000000000000)
142st7 0 (raw 0x00000000000000000000)
143fctrl 0x37f 895
144fstat 0x0 0
145ftag 0xffff 65535
146fiseg 0x0 0
147fioff 0x0 0
148foseg 0x0 0
149fooff 0x0 0
150fop 0x0 0
151mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
152bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
153 enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0, preserved = 0, enabled = 0}}
154bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0,
155 error = 0}}
156k0 0x0 0
157k1 0x0 0
158k2 0x0 0
159---Type <return> to continue, or q <return> to quit---
160k3 0x0 0
161k4 0x0 0
162k5 0x0 0
163k6 0x0 0
164k7 0x0 0
165pkru 0x55555554 1431655764
166zmm0 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {0x0, 0x0, 0x0,
167 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x8, 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x0, 0x70, 0xc0, 0xff,
168 0xff, 0xff, 0x7f, 0x0 <repeats 50 times>}, v32_int16 = {0x8, 0x0, 0x30, 0x0, 0xc070, 0xffff,
169 0x7fff, 0x0 <repeats 25 times>}, v16_int32 = {0x8, 0x30, 0xffffc070, 0x7fff,
170 0x0 <repeats 12 times>}, v8_int64 = {0x3000000008, 0x7fffffffc070, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
171 v4_int128 = {0x7fffffffc0700000003000000008, 0x0, 0x0, 0x0}}
172zmm1 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {0x0,
173 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
174 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0 <repeats 48 times>}, v32_int16 = {0x0, 0x0, 0x0,
175 0x0, 0x0, 0xff, 0x0, 0xff00, 0x0 <repeats 24 times>}, v16_int32 = {0x0, 0x0, 0xff0000, 0xff000000,
176 0x0 <repeats 12 times>}, v8_int64 = {0x0, 0xff00000000ff0000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
177 v4_int128 = {0xff00000000ff00000000000000000000, 0x0, 0x0, 0x0}}
178zmm2 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
179 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
180 0xff <repeats 16 times>, 0x0 <repeats 48 times>}, v32_int16 = {0xffff, 0xffff, 0xffff, 0xffff,
181 0xffff, 0xffff, 0xffff, 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {0xffffffff, 0xffffffff,
182 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>}, v8_int64 = {0xffffffffffffffff,
183 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffffffffffffffffffffffffffff,
184 0x0, 0x0, 0x0}}
185zmm3 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
186 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
187 0xff <repeats 16 times>, 0x0 <repeats 48 times>}, v32_int16 = {0xffff, 0xffff, 0xffff, 0xffff,
188 0xffff, 0xffff, 0xffff, 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {0xffffffff, 0xffffffff,
189 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>}, v8_int64 = {0xffffffffffffffff,
190 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffffffffffffffffffffffffffff,
191 0x0, 0x0, 0x0}}
192zmm4 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {0x0,
193 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x1, 0xb6, 0x5e, 0x29,
194 0x1c, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0 <repeats 48 times>}, v32_int16 = {
195 0x0, 0xb601, 0x295e, 0x81c, 0xffff, 0xffff, 0xffff, 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {
196 0xb6010000, 0x81c295e, 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>}, v8_int64 = {
197 0x81c295eb6010000, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
198 0xffffffffffffffff081c295eb6010000, 0x0, 0x0, 0x0}}
199zmm5 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
200 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
201 0xff <repeats 16 times>, 0x0 <repeats 48 times>}, v32_int16 = {0xffff, 0xffff, 0xffff, 0xffff,
202 0xffff, 0xffff, 0xffff, 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {0xffffffff, 0xffffffff,
203 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>}, v8_int64 = {0xffffffffffffffff,
204 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffffffffffffffffffffffffffff,
205 0x0, 0x0, 0x0}}
206zmm6 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
207 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
208---Type <return> to continue, or q <return> to quit---
209 0xff <repeats 16 times>, 0x0 <repeats 48 times>}, v32_int16 = {0xffff, 0xffff, 0xffff, 0xffff,
210 0xffff, 0xffff, 0xffff, 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {0xffffffff, 0xffffffff,
211 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>}, v8_int64 = {0xffffffffffffffff,
212 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffffffffffffffffffffffffffff,
213 0x0, 0x0, 0x0}}
214zmm7 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
215 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
216 0xff <repeats 16 times>, 0x0 <repeats 48 times>}, v32_int16 = {0xffff, 0xffff, 0xffff, 0xffff,
217 0xffff, 0xffff, 0xffff, 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {0xffffffff, 0xffffffff,
218 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>}, v8_int64 = {0xffffffffffffffff,
219 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffffffffffffffffffffffffffff,
220 0x0, 0x0, 0x0}}
221zmm8 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
222 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
223 0xff <repeats 16 times>, 0x0 <repeats 48 times>}, v32_int16 = {0xffff, 0xffff, 0xffff, 0xffff,
224 0xffff, 0xffff, 0xffff, 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {0xffffffff, 0xffffffff,
225 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>}, v8_int64 = {0xffffffffffffffff,
226 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffffffffffffffffffffffffffff,
227 0x0, 0x0, 0x0}}
228zmm9 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
229 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
230 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
231 0x0, 0x0, 0x0}}
232zmm10 {v16_float = {0x50900000, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0,
233 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x24, 0x14, 0x38, 0x54, 0xcf, 0x1e, 0x70, 0x3e,
234 0x0 <repeats 56 times>}, v32_int16 = {0x1424, 0x5438, 0x1ecf, 0x3e70, 0x0 <repeats 28 times>},
235 v16_int32 = {0x54381424, 0x3e701ecf, 0x0 <repeats 14 times>}, v8_int64 = {0x3e701ecf54381424, 0x0,
236 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x3e701ecf54381424, 0x0, 0x0, 0x0}}
237zmm11 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
238 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x9e, 0x8, 0x3c, 0x0 <repeats 56 times>},
239 v32_int16 = {0x0, 0x0, 0x9e00, 0x3c08, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x3c089e00,
240 0x0 <repeats 14 times>}, v8_int64 = {0x3c089e0000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
241 v4_int128 = {0x3c089e0000000000, 0x0, 0x0, 0x0}}
242zmm12 {v16_float = {0x0, 0x1, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
243 0x0, 0x0, 0x0}, v64_int8 = {0x2f, 0x87, 0x29, 0xe8, 0x10, 0x11, 0x81, 0x3f,
244 0x0 <repeats 56 times>}, v32_int16 = {0x872f, 0xe829, 0x1110, 0x3f81, 0x0 <repeats 28 times>},
245 v16_int32 = {0xe829872f, 0x3f811110, 0x0 <repeats 14 times>}, v8_int64 = {0x3f811110e829872f, 0x0,
246 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x3f811110e829872f, 0x0, 0x0, 0x0}}
247zmm13 {v16_float = {0x0, 0x1, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
248 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe0, 0x3f, 0x0 <repeats 56 times>},
249 v32_int16 = {0x0, 0x0, 0x0, 0x3fe0, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x3fe00000,
250 0x0 <repeats 14 times>}, v8_int64 = {0x3fe0000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
251 v4_int128 = {0x3fe0000000000000, 0x0, 0x0, 0x0}}
252zmm14 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
253 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80, 0x0 <repeats 56 times>},
254 v32_int16 = {0x0, 0x0, 0x0, 0x8000, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x80000000,
255 0x0 <repeats 14 times>}, v8_int64 = {0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
256 v4_int128 = {0x8000000000000000, 0x0, 0x0, 0x0}}
257---Type <return> to continue, or q <return> to quit---
258zmm15 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
259 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
260 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
261 0x0, 0x0, 0x0}}
262zmm16 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
263 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
264 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
265 0x0, 0x0, 0x0}}
266zmm17 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
267 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
268 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
269 0x0, 0x0, 0x0}}
270zmm18 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
271 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
272 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
273 0x0, 0x0, 0x0}}
274zmm19 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
275 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
276 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
277 0x0, 0x0, 0x0}}
278zmm20 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
279 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
280 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
281 0x0, 0x0, 0x0}}
282zmm21 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
283 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
284 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
285 0x0, 0x0, 0x0}}
286zmm22 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
287 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
288 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
289 0x0, 0x0, 0x0}}
290zmm23 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
291 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
292 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
293 0x0, 0x0, 0x0}}
294zmm24 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
295 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
296 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
297 0x0, 0x0, 0x0}}
298zmm25 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
299 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
300 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
301 0x0, 0x0, 0x0}}
302zmm26 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
303 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
304 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
305 0x0, 0x0, 0x0}}
306---Type <return> to continue, or q <return> to quit---
307zmm27 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
308 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
309 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
310 0x0, 0x0, 0x0}}
311zmm28 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
312 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
313 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
314 0x0, 0x0, 0x0}}
315zmm29 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
316 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
317 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
318 0x0, 0x0, 0x0}}
319zmm30 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
320 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
321 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
322 0x0, 0x0, 0x0}}
323zmm31 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
324 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
325 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
326 0x0, 0x0, 0x0}}
327bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
328bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
329bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
330bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
331