| 1 | GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
|
|---|
| 2 | Copyright (C) 2018 Free Software Foundation, Inc.
|
|---|
| 3 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
|---|
| 4 | This is free software: you are free to change and redistribute it.
|
|---|
| 5 | There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
|---|
| 6 | and "show warranty" for details.
|
|---|
| 7 | This GDB was configured as "x86_64-linux-gnu".
|
|---|
| 8 | Type "show configuration" for configuration details.
|
|---|
| 9 | For bug reporting instructions, please see:
|
|---|
| 10 | <http://www.gnu.org/software/gdb/bugs/>.
|
|---|
| 11 | Find the GDB manual and other documentation resources online at:
|
|---|
| 12 | <http://www.gnu.org/software/gdb/documentation/>.
|
|---|
| 13 | For help, type "help".
|
|---|
| 14 | Type "apropos word" to search for commands related to "word"...
|
|---|
| 15 | Reading symbols from ../ffmpeg/ffmpeg_g...done.
|
|---|
| 16 | (gdb) r
|
|---|
| 17 | Starting program: ffmpeg_g -y -r 101 -i samples/tmp3/tmp-321.tga -filter_complex waveform -target svcd -loglevel 99 output/tmp.hls
|
|---|
| 18 | [Thread debugging using libthread_db enabled]
|
|---|
| 19 | Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
|
|---|
| 20 | ffmpeg version N-95314-g1331e00179 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
|
|---|
| 23 | libavutil 56. 35.100 / 56. 35.100
|
|---|
| 24 | libavcodec 58. 59.102 / 58. 59.102
|
|---|
| 25 | libavformat 58. 33.100 / 58. 33.100
|
|---|
| 26 | libavdevice 58. 9.100 / 58. 9.100
|
|---|
| 27 | libavfilter 7. 62.100 / 7. 62.100
|
|---|
| 28 | libswscale 5. 6.100 / 5. 6.100
|
|---|
| 29 | libswresample 3. 6.100 / 3. 6.100
|
|---|
| 30 | Splitting the commandline.
|
|---|
| 31 | Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
|
|---|
| 32 | Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '101'.
|
|---|
| 33 | Reading option '-i' ... matched as input url with argument 'samples/tmp3/tmp-321.tga'.
|
|---|
| 34 | Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'waveform'.
|
|---|
| 35 | Reading option '-target' ... matched as option 'target' (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument 'svcd'.
|
|---|
| 36 | Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
|
|---|
| 37 | Reading option 'output/tmp.hls' ... matched as output url.
|
|---|
| 38 | Finished splitting the commandline.
|
|---|
| 39 | Parsing a group of options: global .
|
|---|
| 40 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 41 | Applying option filter_complex (create a complex filtergraph) with argument waveform.
|
|---|
| 42 | Applying option loglevel (set logging level) with argument 99.
|
|---|
| 43 | Successfully parsed a group of options.
|
|---|
| 44 | Parsing a group of options: input url samples/tmp3/tmp-321.tga.
|
|---|
| 45 | Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 101.
|
|---|
| 46 | Successfully parsed a group of options.
|
|---|
| 47 | Opening an input file: samples/tmp3/tmp-321.tga.
|
|---|
| 48 | [NULL @ 0x22b0880] Opening 'samples/tmp3/tmp-321.tga' for reading
|
|---|
| 49 | [file @ 0x22b13c0] Setting default whitelist 'file,crypto'
|
|---|
| 50 | Probing image2 score:50 size:2048
|
|---|
| 51 | [image2 @ 0x22b0880] Format image2 probed with size=2048 and score=50
|
|---|
| 52 | [image2 @ 0x22b0880] Before avformat_find_stream_info() pos: 0 bytes read:4326 seeks:0 nb_streams:1
|
|---|
| 53 | [image2 @ 0x22b0880] stream 0: start_time: 0.000 duration: 0.040
|
|---|
| 54 | [image2 @ 0x22b0880] format: start_time: 0.000 duration: 0.040 (estimate from stream) bitrate=865 kb/s
|
|---|
| 55 | [image2 @ 0x22b0880] After avformat_find_stream_info() pos: 4326 bytes read:4326 seeks:0 frames:1
|
|---|
| 56 | Input #0, image2, from 'samples/tmp3/tmp-321.tga':
|
|---|
| 57 | Duration: 00:00:00.04, start: 0.000000, bitrate: 865 kb/s
|
|---|
| 58 | Stream #0:0, 1, 1/25: Video: targa, 1 reference frame, pal8, 59x60, 0/1, 25 tbr, 25 tbn, 25 tbc
|
|---|
| 59 | Successfully opened the file.
|
|---|
| 60 | Parsing a group of options: output url output/tmp.hls.
|
|---|
| 61 | Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument svcd.
|
|---|
| 62 | Assuming PAL for target.
|
|---|
| 63 | Successfully parsed a group of options.
|
|---|
| 64 | Opening an output file: output/tmp.hls.
|
|---|
| 65 | [file @ 0x22bc780] Setting default whitelist 'file,crypto'
|
|---|
| 66 | Successfully opened the file.
|
|---|
| 67 | Stream mapping:
|
|---|
| 68 | Stream #0:0 (targa) -> waveform
|
|---|
| 69 | waveform -> Stream #0:0 (mpeg2video)
|
|---|
| 70 | Press [q] to stop, [?] for help
|
|---|
| 71 | cur_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)
|
|---|
| 72 | detected 48 logical cores
|
|---|
| 73 | [New Thread 0x7ffff586a700 (LWP 12592)]
|
|---|
| 74 | [New Thread 0x7ffff5069700 (LWP 12595)]
|
|---|
| 75 | [New Thread 0x7ffff4868700 (LWP 12599)]
|
|---|
| 76 | [New Thread 0x7ffff4067700 (LWP 12602)]
|
|---|
| 77 | [New Thread 0x7ffff3866700 (LWP 12603)]
|
|---|
| 78 | [New Thread 0x7ffff3065700 (LWP 12608)]
|
|---|
| 79 | [New Thread 0x7ffff2864700 (LWP 12611)]
|
|---|
| 80 | [New Thread 0x7ffff2063700 (LWP 12614)]
|
|---|
| 81 | [New Thread 0x7ffff1862700 (LWP 12621)]
|
|---|
| 82 | [New Thread 0x7ffff1061700 (LWP 12625)]
|
|---|
| 83 | [New Thread 0x7ffff0860700 (LWP 12627)]
|
|---|
| 84 | [New Thread 0x7ffff005f700 (LWP 12629)]
|
|---|
| 85 | [New Thread 0x7fffef85e700 (LWP 12633)]
|
|---|
| 86 | [New Thread 0x7fffef05d700 (LWP 12634)]
|
|---|
| 87 | [New Thread 0x7fffee85c700 (LWP 12636)]
|
|---|
| 88 | [New Thread 0x7fffee05b700 (LWP 12638)]
|
|---|
| 89 | [New Thread 0x7fffed85a700 (LWP 12639)]
|
|---|
| 90 | [New Thread 0x7fffed059700 (LWP 12640)]
|
|---|
| 91 | [New Thread 0x7fffec858700 (LWP 12642)]
|
|---|
| 92 | [New Thread 0x7fffec057700 (LWP 12644)]
|
|---|
| 93 | [New Thread 0x7fffeb856700 (LWP 12646)]
|
|---|
| 94 | [New Thread 0x7fffeb055700 (LWP 12647)]
|
|---|
| 95 | [New Thread 0x7fffea854700 (LWP 12648)]
|
|---|
| 96 | [New Thread 0x7fffea053700 (LWP 12650)]
|
|---|
| 97 | [New Thread 0x7fffe9852700 (LWP 12652)]
|
|---|
| 98 | [New Thread 0x7fffe9051700 (LWP 12653)]
|
|---|
| 99 | [New Thread 0x7fffe8850700 (LWP 12654)]
|
|---|
| 100 | [New Thread 0x7fffe804f700 (LWP 12656)]
|
|---|
| 101 | [New Thread 0x7fffe784e700 (LWP 12658)]
|
|---|
| 102 | [New Thread 0x7fffe704d700 (LWP 12659)]
|
|---|
| 103 | [New Thread 0x7fffe684c700 (LWP 12661)]
|
|---|
| 104 | [New Thread 0x7fffe604b700 (LWP 12663)]
|
|---|
| 105 | [New Thread 0x7fffe584a700 (LWP 12666)]
|
|---|
| 106 | [New Thread 0x7fffe5049700 (LWP 12670)]
|
|---|
| 107 | [New Thread 0x7fffe4848700 (LWP 12673)]
|
|---|
| 108 | [New Thread 0x7fffe4047700 (LWP 12676)]
|
|---|
| 109 | [New Thread 0x7fffe3846700 (LWP 12680)]
|
|---|
| 110 | [New Thread 0x7fffe3045700 (LWP 12684)]
|
|---|
| 111 | [New Thread 0x7fffe2844700 (LWP 12686)]
|
|---|
| 112 | [New Thread 0x7fffe2043700 (LWP 12688)]
|
|---|
| 113 | [New Thread 0x7fffe1842700 (LWP 12690)]
|
|---|
| 114 | [New Thread 0x7fffe1041700 (LWP 12694)]
|
|---|
| 115 | [New Thread 0x7fffe0840700 (LWP 12696)]
|
|---|
| 116 | [New Thread 0x7fffe003f700 (LWP 12700)]
|
|---|
| 117 | [New Thread 0x7fffdf83e700 (LWP 12701)]
|
|---|
| 118 | [New Thread 0x7fffdf03d700 (LWP 12710)]
|
|---|
| 119 | [New Thread 0x7fffde83c700 (LWP 12714)]
|
|---|
| 120 | [New Thread 0x7fffde03b700 (LWP 12716)]
|
|---|
| 121 | [graph 0 input from stream 0:0 @ 0x22cc5c0] Setting 'video_size' to value '59x60'
|
|---|
| 122 | [graph 0 input from stream 0:0 @ 0x22cc5c0] Setting 'pix_fmt' to value '11'
|
|---|
| 123 | [graph 0 input from stream 0:0 @ 0x22cc5c0] Setting 'time_base' to value '1/101'
|
|---|
| 124 | [graph 0 input from stream 0:0 @ 0x22cc5c0] Setting 'pixel_aspect' to value '0/1'
|
|---|
| 125 | [graph 0 input from stream 0:0 @ 0x22cc5c0] Setting 'sws_param' to value 'flags=2'
|
|---|
| 126 | [graph 0 input from stream 0:0 @ 0x22cc5c0] Setting 'frame_rate' to value '101/1'
|
|---|
| 127 | [graph 0 input from stream 0:0 @ 0x22cc5c0] w:59 h:60 pixfmt:pal8 tb:1/101 fr:101/1 sar:0/1 sws_param:flags=2
|
|---|
| 128 | [scaler_out_0_0 @ 0x22cd800] Setting 'w' to value '480'
|
|---|
| 129 | [scaler_out_0_0 @ 0x22cd800] Setting 'h' to value '576'
|
|---|
| 130 | [scaler_out_0_0 @ 0x22cd800] Setting 'flags' to value 'bicubic'
|
|---|
| 131 | [scaler_out_0_0 @ 0x22cd800] w:480 h:576 flags:'bicubic' interl:0
|
|---|
| 132 | [format @ 0x22ce2c0] Setting 'pix_fmts' to value 'yuv420p'
|
|---|
| 133 | [AVFilterGraph @ 0x22bd580] query_formats: 4 queried, 2 merged, 0 already done, 2 delayed
|
|---|
| 134 | [AVFilterGraph @ 0x22bd580] query_formats not finished
|
|---|
| 135 | [auto_scaler_0 @ 0x22d10c0] w:iw h:ih flags:'bilinear' interl:0
|
|---|
| 136 | [Parsed_waveform_0 @ 0x22cc280] auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 0:0' and the filter 'Parsed_waveform_0'
|
|---|
| 137 | [AVFilterGraph @ 0x22bd580] query_formats: 1 queried, 1 merged, 3 already done, 0 delayed
|
|---|
| 138 | [auto_scaler_0 @ 0x22d10c0] picking gbrp out of 39 ref:pal8 alpha:0
|
|---|
| 139 | [swscaler @ 0x22d2200] Forcing full internal H chroma due to odd output size
|
|---|
| 140 | [swscaler @ 0x22d2200] Forcing full internal H chroma due to input having non subsampled chroma
|
|---|
| 141 | [auto_scaler_0 @ 0x22d10c0] w:59 h:60 fmt:pal8 sar:0/1 -> w:59 h:60 fmt:gbrp sar:0/1 flags:0x2
|
|---|
| 142 | [scaler_out_0_0 @ 0x22cd800] w:59 h:256 fmt:gray sar:1/1 -> w:480 h:576 fmt:yuv420p sar:177/640 flags:0x4
|
|---|
| 143 |
|
|---|
| 144 | Thread 3 "ffmpeg_g" received signal SIGSEGV, Segmentation fault.
|
|---|
| 145 | [Switching to Thread 0x7ffff5069700 (LWP 12595)]
|
|---|
| 146 | lowpass (s=<optimized out>, in=<optimized out>, out=0x230e940, intensity=10, column=1, mirror=1,
|
|---|
| 147 | jobnr=<optimized out>, nb_jobs=<optimized out>, component=<optimized out>,
|
|---|
| 148 | offset_y=<optimized out>, offset_x=<optimized out>) at libavfilter/vf_waveform.c:777
|
|---|
| 149 | 777 update(target, max, intensity);
|
|---|
| 150 | (gdb) bt
|
|---|
| 151 | #0 lowpass (s=<optimized out>, in=<optimized out>, out=0x230e940, intensity=10, column=1, mirror=1,
|
|---|
| 152 | jobnr=<optimized out>, nb_jobs=<optimized out>, component=<optimized out>,
|
|---|
| 153 | offset_y=<optimized out>, offset_x=<optimized out>) at libavfilter/vf_waveform.c:777
|
|---|
| 154 | #1 lowpass_column_mirror (ctx=<optimized out>, arg=<optimized out>, jobnr=<optimized out>,
|
|---|
| 155 | nb_jobs=<optimized out>) at libavfilter/vf_waveform.c:840
|
|---|
| 156 | #2 0x0000000000468a95 in worker_func (priv=0x22b6880, jobnr=1, threadnr=<optimized out>, nb_jobs=0,
|
|---|
| 157 | nb_threads=0) at libavfilter/pthread.c:50
|
|---|
| 158 | #3 0x00000000013f4927 in run_jobs (ctx=<optimized out>) at libavutil/slicethread.c:61
|
|---|
| 159 | #4 thread_worker (v=0x22bf5f0) at libavutil/slicethread.c:85
|
|---|
| 160 | #5 0x00007ffff668e6db in start_thread (arg=0x7ffff5069700) at pthread_create.c:463
|
|---|
| 161 | #6 0x00007ffff63b788f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
|---|
| 162 | (gdb) list
|
|---|
| 163 | 772 for (p = src_data + slicew_start; p < src_data_end; p++) {
|
|---|
| 164 | 773 uint8_t *target;
|
|---|
| 165 | 774 if (column) {
|
|---|
| 166 | 775 target = dst + dst_signed_linesize * *p;
|
|---|
| 167 | 776 dst += step;
|
|---|
| 168 | 777 update(target, max, intensity);
|
|---|
| 169 | 778 } else {
|
|---|
| 170 | 779 uint8_t *row = dst_data;
|
|---|
| 171 | 780 if (mirror)
|
|---|
| 172 | 781 target = row - *p - 1;
|
|---|
| 173 | (gdb) print dst
|
|---|
| 174 | $1 = (uint8_t *) 0x1 <error: Cannot access memory at address 0x1>
|
|---|
| 175 | (gdb) print dst_signed_linesize
|
|---|
| 176 | $2 = 0
|
|---|
| 177 | (gdb) disass $pc-32,$pc+32
|
|---|
| 178 | Dump of assembler code from 0x555f47 to 0x555f87:
|
|---|
| 179 | 0x0000000000555f47 <lowpass_column_mirror+343>: lea (%r12,%rsi,1),%rsi
|
|---|
| 180 | 0x0000000000555f4b <lowpass_column_mirror+347>: lea (%r12,%r14,1),%rdi
|
|---|
| 181 | 0x0000000000555f4f <lowpass_column_mirror+351>: mov %r9,%rax
|
|---|
| 182 | 0x0000000000555f52 <lowpass_column_mirror+354>: data16 data16 data16 data16 nopw %cs:0x0(%rax,%rax,1)
|
|---|
| 183 | 0x0000000000555f60 <lowpass_column_mirror+368>: movzbl (%rdi),%edx
|
|---|
| 184 | 0x0000000000555f63 <lowpass_column_mirror+371>: imul %r8,%rdx
|
|---|
| 185 | => 0x0000000000555f67 <lowpass_column_mirror+375>: movzbl (%rax,%rdx,1),%ecx
|
|---|
| 186 | 0x0000000000555f6b <lowpass_column_mirror+379>: mov $0xff,%bl
|
|---|
| 187 | 0x0000000000555f6d <lowpass_column_mirror+381>: cmp %ecx,%r13d
|
|---|
| 188 | 0x0000000000555f70 <lowpass_column_mirror+384>: jl 0x555f77 <lowpass_column_mirror+391>
|
|---|
| 189 | 0x0000000000555f72 <lowpass_column_mirror+386>: add %r15b,%cl
|
|---|
| 190 | 0x0000000000555f75 <lowpass_column_mirror+389>: mov %ecx,%ebx
|
|---|
| 191 | 0x0000000000555f77 <lowpass_column_mirror+391>: mov %bl,(%rax,%rdx,1)
|
|---|
| 192 | 0x0000000000555f7a <lowpass_column_mirror+394>: add %rbp,%rax
|
|---|
| 193 | 0x0000000000555f7d <lowpass_column_mirror+397>: add $0x1,%rdi
|
|---|
| 194 | 0x0000000000555f81 <lowpass_column_mirror+401>: cmp %rsi,%rdi
|
|---|
| 195 | 0x0000000000555f84 <lowpass_column_mirror+404>: jb 0x555f60 <lowpass_column_mirror+368>
|
|---|
| 196 | 0x0000000000555f86 <lowpass_column_mirror+406>: add -0x40(%rsp),%r12
|
|---|
| 197 | End of assembler dump.
|
|---|
| 198 | (gdb) info all-registers
|
|---|
| 199 | rax 0x1 1
|
|---|
| 200 | rbx 0x0 0
|
|---|
| 201 | rcx 0x0 0
|
|---|
| 202 | rdx 0x0 0
|
|---|
| 203 | rsi 0x230d542 36754754
|
|---|
| 204 | rdi 0x230d541 36754753
|
|---|
| 205 | rbp 0x1 0x1
|
|---|
| 206 | rsp 0x7ffff5068e58 0x7ffff5068e58
|
|---|
| 207 | r8 0x0 0
|
|---|
| 208 | r9 0x1 1
|
|---|
| 209 | r10 0x1 1
|
|---|
| 210 | r11 0x2 2
|
|---|
| 211 | r12 0x230d540 36754752
|
|---|
| 212 | r13 0xf5 245
|
|---|
| 213 | r14 0x1 1
|
|---|
| 214 | r15 0xa 10
|
|---|
| 215 | rip 0x555f67 0x555f67 <lowpass_column_mirror+375>
|
|---|
| 216 | eflags 0x10206 [ PF IF RF ]
|
|---|
| 217 | cs 0x33 51
|
|---|
| 218 | ss 0x2b 43
|
|---|
| 219 | ds 0x0 0
|
|---|
| 220 | es 0x0 0
|
|---|
| 221 | fs 0x0 0
|
|---|
| 222 | gs 0x0 0
|
|---|
| 223 | st0 0 (raw 0x00000000000000000000)
|
|---|
| 224 | st1 0 (raw 0x00000000000000000000)
|
|---|
| 225 | st2 0 (raw 0x00000000000000000000)
|
|---|
| 226 | st3 0 (raw 0x00000000000000000000)
|
|---|
| 227 | st4 0 (raw 0x00000000000000000000)
|
|---|
| 228 | st5 0 (raw 0x00000000000000000000)
|
|---|
| 229 | st6 0 (raw 0x00000000000000000000)
|
|---|
| 230 | st7 0 (raw 0x00000000000000000000)
|
|---|
| 231 | fctrl 0x37f 895
|
|---|
| 232 | fstat 0x0 0
|
|---|
| 233 | ftag 0xffff 65535
|
|---|
| 234 | fiseg 0x0 0
|
|---|
| 235 | fioff 0x0 0
|
|---|
| 236 | foseg 0x0 0
|
|---|
| 237 | fooff 0x0 0
|
|---|
| 238 | fop 0x0 0
|
|---|
| 239 | mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
|
|---|
| 240 | bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
|
|---|
| 241 | enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0, preserved = 0, enabled = 0}}
|
|---|
| 242 | bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0,
|
|---|
| 243 | error = 0}}
|
|---|
| 244 | k0 0x0 0
|
|---|
| 245 | k1 0x0 0
|
|---|
| 246 | k2 0x0 0
|
|---|
| 247 | k3 0x0 0
|
|---|
| 248 | k4 0x0 0
|
|---|
| 249 | k5 0x0 0
|
|---|
| 250 | k6 0x0 0
|
|---|
| 251 | k7 0x0 0
|
|---|
| 252 | pkru 0x55555554 1431655764
|
|---|
| 253 | zmm0 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 254 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 255 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 256 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 257 | 0x0, 0x0, 0x0}}
|
|---|
| 258 | zmm1 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 259 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x60, 0x25, 0x68, 0xf6, 0xff, 0x7f, 0x0, 0x0, 0xc0, 0x5b,
|
|---|
| 260 | 0x68, 0xf6, 0xff, 0x7f, 0x0 <repeats 50 times>}, v32_int16 = {0x2560, 0xf668, 0x7fff, 0x0, 0x5bc0,
|
|---|
| 261 | 0xf668, 0x7fff, 0x0 <repeats 25 times>}, v16_int32 = {0xf6682560, 0x7fff, 0xf6685bc0, 0x7fff,
|
|---|
| 262 | 0x0 <repeats 12 times>}, v8_int64 = {0x7ffff6682560, 0x7ffff6685bc0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 263 | 0x0}, v4_int128 = {0x7ffff6685bc000007ffff6682560, 0x0, 0x0, 0x0}}
|
|---|
| 264 | zmm2 {v16_float = {0x0, 0x0, 0x0, 0x0 <repeats 13 times>}, v8_double = {0x0, 0x0, 0x0, 0x0,
|
|---|
| 265 | 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0xff,
|
|---|
| 266 | 0x0 <repeats 54 times>}, v32_int16 = {0x0, 0x0, 0xff, 0x0, 0xff00, 0x0 <repeats 27 times>},
|
|---|
| 267 | v16_int32 = {0x0, 0xff, 0xff00, 0x0 <repeats 13 times>}, v8_int64 = {0xff00000000, 0xff00, 0x0, 0x0,
|
|---|
| 268 | 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xff00000000ff00000000, 0x0, 0x0, 0x0}}
|
|---|
| 269 | zmm3 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 270 | 0x0, 0x0, 0x0}, v64_int8 = {0x20, 0xa, 0x9, 0xd, 0x0, 0x55, 0x6e, 0x0 <repeats 57 times>},
|
|---|
| 271 | v32_int16 = {0xa20, 0xd09, 0x5500, 0x6e, 0x0 <repeats 28 times>}, v16_int32 = {0xd090a20, 0x6e5500,
|
|---|
| 272 | 0x0 <repeats 14 times>}, v8_int64 = {0x6e55000d090a20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 273 | v4_int128 = {0x6e55000d090a20, 0x0, 0x0, 0x0}}
|
|---|
| 274 | zmm4 {v16_float = {0x0, 0x1, 0x0 <repeats 14 times>}, v8_double = {0x1, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 275 | 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0x3f, 0x0 <repeats 56 times>},
|
|---|
| 276 | v32_int16 = {0x0, 0x0, 0x0, 0x3ff0, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x3ff00000,
|
|---|
| 277 | 0x0 <repeats 14 times>}, v8_int64 = {0x3ff0000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 278 | v4_int128 = {0x3ff0000000000000, 0x0, 0x0, 0x0}}
|
|---|
| 279 | zmm5 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 280 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 281 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 282 | 0x0, 0x0, 0x0}}
|
|---|
| 283 | zmm6 {v16_float = {0x0, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 284 | 0x0, 0x0}, v64_int8 = {0x40, 0x0 <repeats 63 times>}, v32_int16 = {0x40, 0x0 <repeats 31 times>},
|
|---|
| 285 | v16_int32 = {0x40, 0x0 <repeats 15 times>}, v8_int64 = {0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 286 | v4_int128 = {0x40, 0x0, 0x0, 0x0}}
|
|---|
| 287 | zmm7 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 288 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 289 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 290 | 0x0, 0x0, 0x0}}
|
|---|
| 291 | zmm8 {v16_float = {0xffffffff, 0x55000000, 0xce004d00, 0x33d0d7c, 0x0 <repeats 12 times>},
|
|---|
| 292 | v8_double = {0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
|
|---|
| 293 | 0x1b, 0x5b, 0x30, 0x6d, 0x0, 0x54, 0x45, 0x52, 0x4d, 0x0, 0x4e, 0x4f, 0x5f, 0x43, 0x4f, 0x4c,
|
|---|
| 294 | 0x0 <repeats 48 times>}, v32_int16 = {0x5b1b, 0x6d30, 0x5400, 0x5245, 0x4d, 0x4f4e, 0x435f,
|
|---|
| 295 | 0x4c4f, 0x0 <repeats 24 times>}, v16_int32 = {0x6d305b1b, 0x52455400, 0x4f4e004d, 0x4c4f435f,
|
|---|
| 296 | 0x0 <repeats 12 times>}, v8_int64 = {0x524554006d305b1b, 0x4c4f435f4f4e004d, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 297 | 0x0, 0x0}, v4_int128 = {0x4c4f435f4f4e004d524554006d305b1b, 0x0, 0x0, 0x0}}
|
|---|
| 298 | zmm9 {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}}
|
|---|
| 302 | zmm10 {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 | zmm11 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 307 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 308 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 309 | 0x0, 0x0, 0x0}}
|
|---|
| 310 | zmm12 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 311 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 312 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 313 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 314 | 0x0, 0x0, 0x0}}
|
|---|
| 315 | zmm13 {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}}
|
|---|
| 319 | zmm14 {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}}
|
|---|
| 323 | zmm15 {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}}
|
|---|
| 327 | zmm16 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 328 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 329 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 330 | 0x0, 0x0, 0x0}}
|
|---|
| 331 | zmm17 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 332 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 333 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 334 | 0x0, 0x0, 0x0}}
|
|---|
| 335 | zmm18 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 336 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 337 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 338 | 0x0, 0x0, 0x0}}
|
|---|
| 339 | zmm19 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 340 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 341 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 342 | 0x0, 0x0, 0x0}}
|
|---|
| 343 | zmm20 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 344 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 345 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 346 | 0x0, 0x0, 0x0}}
|
|---|
| 347 | zmm21 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 348 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 349 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 350 | 0x0, 0x0, 0x0}}
|
|---|
| 351 | zmm22 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 352 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 353 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 354 | 0x0, 0x0, 0x0}}
|
|---|
| 355 | zmm23 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 356 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 357 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 358 | 0x0, 0x0, 0x0}}
|
|---|
| 359 | zmm24 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 360 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 361 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 362 | 0x0, 0x0, 0x0}}
|
|---|
| 363 | zmm25 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 364 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 365 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 366 | 0x0, 0x0, 0x0}}
|
|---|
| 367 | zmm26 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 368 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 369 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 370 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 371 | 0x0, 0x0, 0x0}}
|
|---|
| 372 | zmm27 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 373 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 374 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 375 | 0x0, 0x0, 0x0}}
|
|---|
| 376 | zmm28 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 377 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 378 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 379 | 0x0, 0x0, 0x0}}
|
|---|
| 380 | zmm29 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 381 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 382 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 383 | 0x0, 0x0, 0x0}}
|
|---|
| 384 | zmm30 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 385 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 386 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 387 | 0x0, 0x0, 0x0}}
|
|---|
| 388 | zmm31 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 389 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 390 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 391 | 0x0, 0x0, 0x0}}
|
|---|
| 392 | bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 393 | bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 394 | bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 395 | bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 396 |
|
|---|