Ticket #8263: gdb-vf_convolution_139

File gdb-vf_convolution_139, 18.7 KB (added by Suhwan, 7 years ago)
Line 
1[Thread debugging using libthread_db enabled]
2Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
3[New Thread 0x7ffff5652700 (LWP 30300)]
4[New Thread 0x7ffff4e51700 (LWP 30302)]
5[New Thread 0x7ffff4650700 (LWP 30304)]
6[New Thread 0x7ffff3e4f700 (LWP 30305)]
7[New Thread 0x7ffff364e700 (LWP 30306)]
8[New Thread 0x7ffff2e4d700 (LWP 30307)]
9[New Thread 0x7ffff264c700 (LWP 30308)]
10[New Thread 0x7ffff1e4b700 (LWP 30309)]
11[New Thread 0x7ffff164a700 (LWP 30310)]
12[New Thread 0x7ffff0e49700 (LWP 30311)]
13[New Thread 0x7ffff0648700 (LWP 30313)]
14[New Thread 0x7fffefe47700 (LWP 30314)]
15[New Thread 0x7fffef646700 (LWP 30315)]
16[New Thread 0x7fffeee45700 (LWP 30316)]
17[New Thread 0x7fffee644700 (LWP 30317)]
18[New Thread 0x7fffede43700 (LWP 30318)]
19[New Thread 0x7fffed642700 (LWP 30319)]
20[New Thread 0x7fffece41700 (LWP 30321)]
21[New Thread 0x7fffe7fff700 (LWP 30322)]
22[New Thread 0x7fffe77fe700 (LWP 30324)]
23[New Thread 0x7fffe6ffd700 (LWP 30325)]
24[New Thread 0x7fffe67fc700 (LWP 30326)]
25[New Thread 0x7fffe5ffb700 (LWP 30328)]
26[New Thread 0x7fffe57fa700 (LWP 30330)]
27[New Thread 0x7fffe4ff9700 (LWP 30334)]
28[New Thread 0x7fffe47f8700 (LWP 30337)]
29[New Thread 0x7fffe3ff7700 (LWP 30338)]
30[New Thread 0x7fffe37f6700 (LWP 30340)]
31[New Thread 0x7fffe2ff5700 (LWP 30341)]
32[New Thread 0x7fffe27f4700 (LWP 30342)]
33[New Thread 0x7fffe1ff3700 (LWP 30344)]
34[New Thread 0x7fffe17f2700 (LWP 30345)]
35[New Thread 0x7fffe0ff1700 (LWP 30346)]
36[New Thread 0x7fffe07f0700 (LWP 30347)]
37[New Thread 0x7fffdffef700 (LWP 30348)]
38[New Thread 0x7fffdf7ee700 (LWP 30349)]
39[New Thread 0x7fffdefed700 (LWP 30350)]
40[New Thread 0x7fffde7ec700 (LWP 30351)]
41[New Thread 0x7fffddfeb700 (LWP 30353)]
42[New Thread 0x7fffdd7ea700 (LWP 30355)]
43[New Thread 0x7fffdcfe9700 (LWP 30356)]
44[New Thread 0x7fffdc7e8700 (LWP 30357)]
45[New Thread 0x7fffdbfe7700 (LWP 30358)]
46[New Thread 0x7fffdb7e6700 (LWP 30359)]
47[New Thread 0x7fffdafe5700 (LWP 30360)]
48[New Thread 0x7fffda7e4700 (LWP 30363)]
49[New Thread 0x7fffd9fe3700 (LWP 30364)]
50[New Thread 0x7fffd97e2700 (LWP 30366)]
51[New Thread 0x7fffd8fe1700 (LWP 30368)]
52[New Thread 0x7fffd87e0700 (LWP 30369)]
53[New Thread 0x7fffd7fdf700 (LWP 30371)]
54[New Thread 0x7fffd77de700 (LWP 30374)]
55[New Thread 0x7fffd6fdd700 (LWP 30377)]
56[New Thread 0x7fffd67dc700 (LWP 30378)]
57[New Thread 0x7fffd5fdb700 (LWP 30379)]
58[New Thread 0x7fffd57da700 (LWP 30380)]
59[New Thread 0x7fffd4fd9700 (LWP 30381)]
60[New Thread 0x7fffd47d8700 (LWP 30382)]
61[New Thread 0x7fffd3fd7700 (LWP 30383)]
62[New Thread 0x7fffd37d6700 (LWP 30384)]
63[New Thread 0x7fffd2fd5700 (LWP 30385)]
64[New Thread 0x7fffd27d4700 (LWP 30386)]
65[New Thread 0x7fffd1fd3700 (LWP 30387)]
66[New Thread 0x7fffd17d2700 (LWP 30388)]
67libavfilter/vf_convolution.c:139:48: runtime error: signed integer overflow: -65535 * -65535 cannot be represented in type 'int'
68libavfilter/vf_convolution.c:139:26: runtime error: -nan is outside the range of representable values of type 'int'
69libavfilter/vf_convolution.c:139:42: runtime error: signed integer overflow: 1712056129 + 1886425489 cannot be represented in type 'int'
70[Switching to Thread 0x7fffe77fe700 (LWP 30324)]
71
72Thread 21 "ffmpeg_g" hit Breakpoint 1, filter16_roberts (dstp=<optimized out>, width=<optimized out>, scale=<optimized out>, delta=<optimized out>,
73 matrix=<optimized out>, c=<optimized out>, peak=<optimized out>, radius=<optimized out>, dstride=128, stride=128) at libavfilter/vf_convolution.c:139
74139 dst[x] = av_clip(sqrtf(suma*suma + sumb*sumb) * scale + delta, 0, peak);
75(gdb) bt
76#0 filter16_roberts (dstp=<optimized out>, width=<optimized out>, scale=<optimized out>, delta=<optimized out>, matrix=<optimized out>, c=<optimized out>,
77 peak=<optimized out>, radius=<optimized out>, dstride=128, stride=128) at libavfilter/vf_convolution.c:139
78#1 0x0000000000818689 in filter_slice (ctx=<optimized out>, arg=<optimized out>, jobnr=<optimized out>, nb_jobs=<optimized out>)
79 at libavfilter/vf_convolution.c:532
80#2 0x0000000000662cc5 in worker_func (priv=0x9114dc0, jobnr=2, threadnr=<optimized out>, nb_jobs=<optimized out>, nb_threads=<optimized out>)
81 at libavfilter/pthread.c:50
82#3 0x00000000059ba7e8 in run_jobs (ctx=0x9117f80) at libavutil/slicethread.c:61
83#4 0x00000000059b95f6 in thread_worker (v=<optimized out>) at libavutil/slicethread.c:85
84#5 0x00007ffff668e6db in start_thread (arg=0x7fffe77fe700) at pthread_create.c:463
85#6 0x00007ffff5d9388f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
86(gdb) disass $pc-32,$pc+32
87Dump of assembler code from 0x8216d4 to 0x821714:
88 0x00000000008216d4 <filter16_roberts+2564>: movss 0x4(%rsp),%xmm0
89 0x00000000008216da <filter16_roberts+2570>: movss 0x8(%rsp),%xmm1
90 0x00000000008216e0 <filter16_roberts+2576>: mov 0x18(%rsp),%rcx
91 0x00000000008216e5 <filter16_roberts+2581>: mov 0xc(%rsp),%r8d
92 0x00000000008216ea <filter16_roberts+2586>: jmpq 0x8219f0 <filter16_roberts+3360>
93 0x00000000008216ef <filter16_roberts+2591>: mov %rsi,0x10(%rsp)
94=> 0x00000000008216f4 <filter16_roberts+2596>: mov %edx,%esi
95 0x00000000008216f6 <filter16_roberts+2598>: mov %dil,0x3(%rsp)
96 0x00000000008216fb <filter16_roberts+2603>: mov $0x63fc410,%edi
97 0x0000000000821700 <filter16_roberts+2608>: mov %rcx,0x18(%rsp)
98 0x0000000000821705 <filter16_roberts+2613>: mov %rsi,%rdx
99 0x0000000000821708 <filter16_roberts+2616>: mov %r8d,0xc(%rsp)
100 0x000000000082170d <filter16_roberts+2621>: movss %xmm1,0x8(%rsp)
101 0x0000000000821713 <filter16_roberts+2627>: movss %xmm0,0x4(%rsp)
102End of assembler dump.
103(gdb) info all-registers
104rax 0x0 0
105rbx 0x918ff82 152633218
106rcx 0x7fffe77fdc50 140737077304400
107rdx 0xffff 65535
108rsi 0x7fffe77fdc68 140737077304424
109rdi 0x9198401 152667137
110rbp 0x918ff80 0x918ff80
111rsp 0x7fffe77fd9f0 0x7fffe77fd9f0
112r8 0xffff 65535
113r9 0x9198480 152667264
114r10 0x7fffe77fdc58 140737077304408
115r11 0x7fffe77fdc70 140737077304432
116r12 0x0 0
117r13 0xffff 65535
118r14 0x0 0
119r15 0xfffe0001 4294836225
120rip 0x8216f4 0x8216f4 <filter16_roberts+2596>
121eflags 0xa83 [ CF SF IF OF ]
122cs 0x33 51
123ss 0x2b 43
124ds 0x0 0
125es 0x0 0
126fs 0x0 0
127gs 0x0 0
128st0 -nan(0xbabac2c2b9b90000) (raw 0xffffbabac2c2b9b90000)
129st1 <invalid float value> (raw 0xffff00c200c200b900b9)
130st2 <invalid float value> (raw 0xffff0000000000000000)
131st3 -nan(0xc2c2b9b9c2c2b9b9) (raw 0xffffc2c2b9b9c2c2b9b9)
132st4 <invalid float value> (raw 0xffff0000000000000000)
133st5 <invalid float value> (raw 0xffff0019001900230023)
134st6 <invalid float value> (raw 0xffff00c200c200b900b9)
135st7 <invalid float value> (raw 0xffff0000000000000000)
136fctrl 0x37f 895
137fstat 0x0 0
138ftag 0xffff 65535
139fiseg 0x0 0
140fioff 0x0 0
141foseg 0x0 0
142fooff 0x0 0
143fop 0x0 0
144mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
145---Type <return> to continue, or q <return> to quit---
146bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0, enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0,
147 preserved = 0, enabled = 0}}
148bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0, error = 0}}
149k0 0x0 0
150k1 0x0 0
151k2 0x0 0
152k3 0x0 0
153k4 0x0 0
154k5 0x0 0
155k6 0x0 0
156k7 0x0 0
157pkru 0x55555554 1431655764
158zmm0 {v16_float = {0x1, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x80, 0x3f,
159 0x0 <repeats 60 times>}, v32_int16 = {0x0, 0x3f80, 0x0 <repeats 30 times>}, v16_int32 = {0x3f800000, 0x0 <repeats 15 times>}, v8_int64 = {0x3f800000,
160 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x3f800000, 0x0, 0x0, 0x0}}
161zmm1 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
162 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
163zmm2 {v16_float = {0x3286, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
164 0x21, 0x1a, 0x4a, 0x46, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0 <repeats 51 times>}, v32_int16 = {0x1a21, 0x464a, 0x0, 0xff00, 0x0, 0x0, 0xff,
165 0x0 <repeats 25 times>}, v16_int32 = {0x464a1a21, 0xff000000, 0x0, 0xff, 0x0 <repeats 12 times>}, v8_int64 = {0xff000000464a1a21, 0xff00000000, 0x0, 0x0,
166 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xff00000000ff000000464a1a21, 0x0, 0x0, 0x0}}
167zmm3 {v16_float = {0x7fffff00, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x1, 0x0, 0x0, 0xcf,
168 0x0 <repeats 60 times>}, v32_int16 = {0x1, 0xcf00, 0x0 <repeats 30 times>}, v16_int32 = {0xcf000001, 0x0 <repeats 15 times>}, v8_int64 = {0xcf000001,
169 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xcf000001, 0x0, 0x0, 0x0}}
170zmm4 {v16_float = {0x80000000, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x4f,
171 0x0 <repeats 60 times>}, v32_int16 = {0x0, 0x4f00, 0x0 <repeats 30 times>}, v16_int32 = {0x4f000000, 0x0 <repeats 15 times>}, v8_int64 = {0x4f000000,
172 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x4f000000, 0x0, 0x0, 0x0}}
173zmm5 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
174 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
175zmm6 {v16_float = {0x0, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x2,
176 0x0 <repeats 62 times>}, v32_int16 = {0x200, 0x0 <repeats 31 times>}, v16_int32 = {0x200, 0x0 <repeats 15 times>}, v8_int64 = {0x200, 0x0, 0x0, 0x0, 0x0,
177 0x0, 0x0, 0x0}, v4_int128 = {0x200, 0x0, 0x0, 0x0}}
178zmm7 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
179 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
180zmm8 {v16_float = {0x0, 0x0, 0x0, 0xffffffff, 0x0 <repeats 12 times>}, v8_double = {0x0, 0x7fffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
181 v64_int8 = {0x2e, 0xa, 0x0, 0x3d, 0x2c, 0x3b, 0x5b, 0x0, 0x5b, 0x5d, 0x2c, 0x3b, 0x0, 0x50, 0x61, 0x72, 0x0 <repeats 48 times>}, v32_int16 = {0xa2e,
182 0x3d00, 0x3b2c, 0x5b, 0x5d5b, 0x3b2c, 0x5000, 0x7261, 0x0 <repeats 24 times>}, v16_int32 = {0x3d000a2e, 0x5b3b2c, 0x3b2c5d5b, 0x72615000,
183 0x0 <repeats 12 times>}, v8_int64 = {0x5b3b2c3d000a2e, 0x726150003b2c5d5b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
184 0x726150003b2c5d5b005b3b2c3d000a2e, 0x0, 0x0, 0x0}}
185zmm9 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
186 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
187---Type <return> to continue, or q <return> to quit---
188zmm10 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
189 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
190zmm11 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
191 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
192zmm12 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
193 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
194zmm13 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
195 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
196zmm14 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
197 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
198zmm15 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
199 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
200zmm16 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
201 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
202zmm17 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
203 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
204zmm18 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
205 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
206zmm19 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
207 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
208zmm20 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
209 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
210zmm21 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
211 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
212zmm22 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
213 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
214zmm23 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
215 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
216zmm24 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
217 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
218zmm25 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
219 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
220zmm26 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
221 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
222zmm27 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
223 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
224zmm28 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
225 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
226zmm29 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
227 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
228zmm30 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
229---Type <return> to continue, or q <return> to quit---
230 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
231zmm31 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
232 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
233bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
234bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
235bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
236bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
237(gdb)
238