| 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...bdone.
|
|---|
| 16 | (gdb) b mpeg12dec.c:2017
|
|---|
| 17 | Breakpoint 1 at 0x29787c7: file libavcodec/mpeg12dec.c, line 2017.
|
|---|
| 18 | (gdb) ignore 1 13
|
|---|
| 19 | Will ignore next 13 crossings of breakpoint 1.
|
|---|
| 20 | (gdb) r
|
|---|
| 21 | Starting program: ffmpeg_g -y -i samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue487/pedestrians-bug001-minimal.gxf -loglevel 99 -map 0 -aframes 68 -ab 738k -ac 12 -strict 3 output/tmp.roq
|
|---|
| 22 | [Thread debugging using libthread_db enabled]
|
|---|
| 23 | Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
|
|---|
| 24 | ffmpeg version N-94943-g1db6e47e85 Copyright (c) 2000-2019 the FFmpeg developers
|
|---|
| 25 | built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
|
|---|
| 26 | configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
|
|---|
| 27 | libavutil 56. 35.100 / 56. 35.100
|
|---|
| 28 | libavcodec 58. 56.102 / 58. 56.102
|
|---|
| 29 | libavformat 58. 32.104 / 58. 32.104
|
|---|
| 30 | libavdevice 58. 9.100 / 58. 9.100
|
|---|
| 31 | libavfilter 7. 58.102 / 7. 58.102
|
|---|
| 32 | libswscale 5. 6.100 / 5. 6.100
|
|---|
| 33 | libswresample 3. 6.100 / 3. 6.100
|
|---|
| 34 | Splitting the commandline.
|
|---|
| 35 | Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
|
|---|
| 36 | Reading option '-i' ... matched as input url with argument 'samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue487/pedestrians-bug001-minimal.gxf'.
|
|---|
| 37 | Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
|
|---|
| 38 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
|
|---|
| 39 | Reading option '-aframes' ... matched as option 'aframes' (set the number of audio frames to output) with argument '68'.
|
|---|
| 40 | Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '738k'.
|
|---|
| 41 | Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '12'.
|
|---|
| 42 | Reading option '-strict' ...Routing option strict to both codec and muxer layer
|
|---|
| 43 | matched as AVOption 'strict' with argument '3'.
|
|---|
| 44 | Reading option 'output/tmp.roq' ... matched as output url.
|
|---|
| 45 | Finished splitting the commandline.
|
|---|
| 46 | Parsing a group of options: global .
|
|---|
| 47 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 48 | Applying option loglevel (set logging level) with argument 99.
|
|---|
| 49 | Successfully parsed a group of options.
|
|---|
| 50 | Parsing a group of options: input url samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue487/pedestrians-bug001-minimal.gxf.
|
|---|
| 51 | Successfully parsed a group of options.
|
|---|
| 52 | Opening an input file: samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue487/pedestrians-bug001-minimal.gxf.
|
|---|
| 53 | [NULL @ 0x9231900] Opening 'samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue487/pedestrians-bug001-minimal.gxf' for reading
|
|---|
| 54 | [file @ 0x9232440] Setting default whitelist 'file,crypto'
|
|---|
| 55 | Probing gxf score:100 size:2048
|
|---|
| 56 | Probing mp3 score:1 size:2048
|
|---|
| 57 | [gxf @ 0x9231900] Format gxf probed with size=2048 and score=100
|
|---|
| 58 | [gxf @ 0x9231900] Before avformat_find_stream_info() pos: 512 bytes read:32768 seeks:0 nb_streams:1
|
|---|
| 59 | [mpeg2video @ 0x9233300] Format yuv420p chosen by get_format().
|
|---|
| 60 | [mpeg2video @ 0x925ecc0] Invalid frame dimensions 0x0.
|
|---|
| 61 | Last message repeated 1 times
|
|---|
| 62 | [gxf @ 0x9231900] decoding for stream 1 failed
|
|---|
| 63 | [gxf @ 0x9231900] stream 0: start_time: 0.000 duration: 15.040
|
|---|
| 64 | [gxf @ 0x9231900] stream 1: start_time: 0.000 duration: -102481911520608.625
|
|---|
| 65 | [gxf @ 0x9231900] format: start_time: 0.000 duration: 15.040 bitrate=271 kb/s
|
|---|
| 66 | [gxf @ 0x9231900] Could not find codec parameters for stream 1 (Video: mpeg2video, 1 reference frame, none(tv)): unspecified size
|
|---|
| 67 | Consider increasing the value for the 'analyzeduration' and 'probesize' options
|
|---|
| 68 | [gxf @ 0x9231900] After avformat_find_stream_info() pos: 510352 bytes read:510352 seeks:0 frames:4
|
|---|
| 69 | Input #0, gxf, from 'samples/samples.mplayerhq.hu/ffmpeg-bugs/roundup/issue487/pedestrians-bug001-minimal.gxf':
|
|---|
| 70 | Metadata:
|
|---|
| 71 | timecode_at_mark_in: 00:00:00:00
|
|---|
| 72 | timecode_at_mark_out: 00:00:02:120
|
|---|
| 73 | Duration: 00:00:15.04, start: 0.000000, bitrate: 271 kb/s
|
|---|
| 74 | Stream #0:0, 3, 1/50: Video: mpeg2video (Main), 1 reference frame, yuv420p(tv, progressive, left), 352x288 [SAR 1:1 DAR 11:9], 0/1, 50 fps, 25 tbr, 50 tbn, 50 tbc
|
|---|
| 75 | Stream #0:1, 1, 1/90000: Video: mpeg2video, 1 reference frame, none(tv), 90k tbr, 90k tbn
|
|---|
| 76 | Successfully opened the file.
|
|---|
| 77 | Parsing a group of options: output url output/tmp.roq.
|
|---|
| 78 | Applying option map (set input stream mapping) with argument 0.
|
|---|
| 79 | Applying option aframes (set the number of audio frames to output) with argument 68.
|
|---|
| 80 | Applying option ab (audio bitrate (please use -b:a)) with argument 738k.
|
|---|
| 81 | Applying option ac (set number of audio channels) with argument 12.
|
|---|
| 82 | Successfully parsed a group of options.
|
|---|
| 83 | Opening an output file: output/tmp.roq.
|
|---|
| 84 | Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (output/tmp.roq) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
|
|---|
| 85 | [file @ 0x92399c0] Setting default whitelist 'file,crypto'
|
|---|
| 86 | Successfully opened the file.
|
|---|
| 87 | detected 12 logical cores
|
|---|
| 88 | [New Thread 0x7fffefdef700 (LWP 22205)]
|
|---|
| 89 | [New Thread 0x7fffef5ee700 (LWP 22206)]
|
|---|
| 90 | [New Thread 0x7fffeeded700 (LWP 22207)]
|
|---|
| 91 | [New Thread 0x7fffee5ec700 (LWP 22208)]
|
|---|
| 92 | [New Thread 0x7fffeddeb700 (LWP 22209)]
|
|---|
| 93 | [New Thread 0x7fffed5ea700 (LWP 22210)]
|
|---|
| 94 | [New Thread 0x7fffecde9700 (LWP 22211)]
|
|---|
| 95 | [New Thread 0x7fffec5e8700 (LWP 22212)]
|
|---|
| 96 | [New Thread 0x7fffebde7700 (LWP 22213)]
|
|---|
| 97 | [New Thread 0x7fffeb5e6700 (LWP 22214)]
|
|---|
| 98 | [New Thread 0x7fffeade5700 (LWP 22215)]
|
|---|
| 99 | [New Thread 0x7fffea5e4700 (LWP 22216)]
|
|---|
| 100 | [New Thread 0x7fffe9de3700 (LWP 22217)]
|
|---|
| 101 | [New Thread 0x7fffe95e2700 (LWP 22218)]
|
|---|
| 102 | [New Thread 0x7fffe8de1700 (LWP 22219)]
|
|---|
| 103 | [New Thread 0x7fffe85e0700 (LWP 22220)]
|
|---|
| 104 | [New Thread 0x7fffe7ddf700 (LWP 22221)]
|
|---|
| 105 | [New Thread 0x7fffe75de700 (LWP 22222)]
|
|---|
| 106 | [New Thread 0x7fffe6ddd700 (LWP 22223)]
|
|---|
| 107 | [New Thread 0x7fffe65dc700 (LWP 22224)]
|
|---|
| 108 | [New Thread 0x7fffe5ddb700 (LWP 22225)]
|
|---|
| 109 | [New Thread 0x7fffe55da700 (LWP 22226)]
|
|---|
| 110 | [New Thread 0x7fffe4dd9700 (LWP 22227)]
|
|---|
| 111 | [New Thread 0x7fffe45d8700 (LWP 22228)]
|
|---|
| 112 | Stream mapping:
|
|---|
| 113 | Stream #0:0 -> #0:0 (mpeg2video (native) -> roq (roqvideo))
|
|---|
| 114 | Stream #0:1 -> #0:1 (mpeg2video (native) -> roq (roqvideo))
|
|---|
| 115 | Press [q] to stop, [?] for help
|
|---|
| 116 | 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)
|
|---|
| 117 | [mpeg2video @ 0x9238d40] Format yuv420p chosen by get_format().
|
|---|
| 118 | [mpeg2video @ 0x9238d40] skipped MB in I-frame at 6 3
|
|---|
| 119 | [mpeg2video @ 0x9238d40] Invalid mb type in I-frame at 1 4
|
|---|
| 120 | [mpeg2video @ 0x9238d40] ac-tex damaged at 3 6
|
|---|
| 121 | [mpeg2video @ 0x9238d40] Invalid mb type in I-frame at 4 8
|
|---|
| 122 | [mpeg2video @ 0x9238d40] Invalid mb type in I-frame at 6 7
|
|---|
| 123 | [mpeg2video @ 0x9238d40] Invalid mb type in I-frame at 5 11
|
|---|
| 124 | [mpeg2video @ 0x9238d40] skipped MB in I-frame at 5 10
|
|---|
| 125 | [mpeg2video @ 0x9238d40] skipped MB in I-frame at 1 14
|
|---|
| 126 | [mpeg2video @ 0x9238d40] skipped MB in I-frame at 2 12
|
|---|
| 127 | [mpeg2video @ 0x9238d40] slice mismatch
|
|---|
| 128 | [mpeg2video @ 0x9238d40] qscale == 0
|
|---|
| 129 | [mpeg2video @ 0x9238d40] skipped MB in I-frame at 14 2
|
|---|
| 130 | [mpeg2video @ 0x9238d40] ac-tex damaged at 0 9
|
|---|
| 131 | [mpeg2video @ 0x9238d40] skipped MB in I-frame at 6 16
|
|---|
| 132 | [Switching to Thread 0x7fffeeded700 (LWP 22207)]
|
|---|
| 133 |
|
|---|
| 134 | Thread 4 "ffmpeg_g" hit Breakpoint 1, slice_decode_thread (c=0x9238d40, arg=<optimized out>) at libavcodec/mpeg12dec.c:2017
|
|---|
| 135 | 2017 mb_y <<= field_pic;
|
|---|
| 136 | (gdb) n
|
|---|
| 137 | [Switching to Thread 0x7fffebde7700 (LWP 22213)]
|
|---|
| 138 |
|
|---|
| 139 | Thread 10 "ffmpeg_g" hit Breakpoint 1, slice_decode_thread (c=0x9238d40, arg=<optimized out>) at libavcodec/mpeg12dec.c:2017
|
|---|
| 140 | 2017 mb_y <<= field_pic;
|
|---|
| 141 | (gdb) n
|
|---|
| 142 | [mpeg2video @ 0x9238d40] skipped MB in I-frame at 4 5
|
|---|
| 143 | [Switching to Thread 0x7fffee5ec700 (LWP 22208)]
|
|---|
| 144 |
|
|---|
| 145 | Thread 5 "ffmpeg_g" hit Breakpoint 1, slice_decode_thread (c=0x9238d40, arg=<optimized out>) at libavcodec/mpeg12dec.c:2017
|
|---|
| 146 | 2017 mb_y <<= field_pic;
|
|---|
| 147 | (gdb) n
|
|---|
| 148 | [mpeg2video @ 0x9238d40] ac-tex damaged at 0 13
|
|---|
| 149 | [Switching to Thread 0x7fffecde9700 (LWP 22211)]
|
|---|
| 150 |
|
|---|
| 151 | Thread 8 "ffmpeg_g" hit Breakpoint 1, slice_decode_thread (c=0x9238d40, arg=<optimized out>) at libavcodec/mpeg12dec.c:2017
|
|---|
| 152 | 2017 mb_y <<= field_pic;
|
|---|
| 153 | (gdb) n
|
|---|
| 154 | libavcodec/mpeg12dec.c:2017:14: runtime error: left shift of negative value -622428417
|
|---|
| 155 | 2018 if (s->picture_structure == PICT_BOTTOM_FIELD)
|
|---|
| 156 | (gdb) bt
|
|---|
| 157 | #0 slice_decode_thread (c=0x9238d40, arg=<optimized out>) at libavcodec/mpeg12dec.c:2018
|
|---|
| 158 | #1 0x0000000002e5a28a in worker_func (priv=0x9238d40, jobnr=9, threadnr=<optimized out>, nb_jobs=<optimized out>,
|
|---|
| 159 | nb_threads=<optimized out>) at libavcodec/pthread_slice.c:71
|
|---|
| 160 | #2 0x0000000005a69108 in run_jobs (ctx=0x924b840) at libavutil/slicethread.c:61
|
|---|
| 161 | #3 0x0000000005a67f16 in thread_worker (v=<optimized out>) at libavutil/slicethread.c:85
|
|---|
| 162 | #4 0x00007ffff53df6db in start_thread (arg=0x7fffecde9700) at pthread_create.c:463
|
|---|
| 163 | #5 0x00007ffff4ae488f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
|---|
| 164 | (gdb) disass $pc-32,$pc+32
|
|---|
| 165 | Dump of assembler code from 0x29787ba to 0x29787fa:
|
|---|
| 166 | 0x00000000029787ba <slice_decode_thread+1930>: test %al,(%rax)
|
|---|
| 167 | 0x00000000029787bc <slice_decode_thread+1932>: add %al,(%rax)
|
|---|
| 168 | 0x00000000029787be <slice_decode_thread+1934>: add %al,(%rax)
|
|---|
| 169 | 0x00000000029787c0 <slice_decode_thread+1936>: mov %ebp,%ebx
|
|---|
| 170 | 0x00000000029787c2 <slice_decode_thread+1938>: mov 0x28(%rsp),%r15
|
|---|
| 171 | 0x00000000029787c7 <slice_decode_thread+1943>: mov %ebx,%eax
|
|---|
| 172 | 0x00000000029787c9 <slice_decode_thread+1945>: mov 0x6c(%rsp),%ecx
|
|---|
| 173 | 0x00000000029787cd <slice_decode_thread+1949>: shr %cl,%eax
|
|---|
| 174 | 0x00000000029787cf <slice_decode_thread+1951>: test %eax,%eax
|
|---|
| 175 | 0x00000000029787d1 <slice_decode_thread+1953>: jne 0x2978827 <slice_decode_thread+2039>
|
|---|
| 176 | 0x00000000029787d3 <slice_decode_thread+1955>: movzbl 0x1e(%rsp),%ecx
|
|---|
| 177 | 0x00000000029787d8 <slice_decode_thread+1960>: shl %cl,%ebx
|
|---|
| 178 | => 0x00000000029787da <slice_decode_thread+1962>: test %r14b,%r14b
|
|---|
| 179 | 0x00000000029787dd <slice_decode_thread+1965>: je 0x2978856 <slice_decode_thread+2086>
|
|---|
| 180 | 0x00000000029787df <slice_decode_thread+1967>: test $0x7,%sil
|
|---|
| 181 | 0x00000000029787e3 <slice_decode_thread+1971>: jne 0x297887c <slice_decode_thread+2124>
|
|---|
| 182 | 0x00000000029787e9 <slice_decode_thread+1977>: cmpl $0x2,(%rsi)
|
|---|
| 183 | 0x00000000029787ec <slice_decode_thread+1980>: jne 0x29788a0 <slice_decode_thread+2160>
|
|---|
| 184 | 0x00000000029787f2 <slice_decode_thread+1986>: mov %ebx,%r12d
|
|---|
| 185 | 0x00000000029787f5 <slice_decode_thread+1989>: inc %r12d
|
|---|
| 186 | 0x00000000029787f8 <slice_decode_thread+1992>: jo 0x29788f6 <slice_decode_thread+2246>
|
|---|
| 187 | End of assembler dump.
|
|---|
| 188 | (gdb) info all-registers
|
|---|
| 189 | rax 0x0 0
|
|---|
| 190 | rbx 0xe 14
|
|---|
| 191 | rcx 0x0 0
|
|---|
| 192 | rdx 0x92e8a1c 154044956
|
|---|
| 193 | rsi 0x92ea860 154052704
|
|---|
| 194 | rdi 0x924513a 153375034
|
|---|
| 195 | rbp 0xe 0xe
|
|---|
| 196 | rsp 0x7fffecde8c80 0x7fffecde8c80
|
|---|
| 197 | r8 0x92e86c0 154044096
|
|---|
| 198 | r9 0xe 14
|
|---|
| 199 | r10 0x92eae80 154054272
|
|---|
| 200 | r11 0x92eae01 154054145
|
|---|
| 201 | r12 0x0 0
|
|---|
| 202 | r13 0x92ea0f0 154050800
|
|---|
| 203 | r14 0x2978001 43483137
|
|---|
| 204 | r15 0x92ea818 154052632
|
|---|
| 205 | rip 0x29787da 0x29787da <slice_decode_thread+1962>
|
|---|
| 206 | eflags 0x246 [ PF ZF IF ]
|
|---|
| 207 | cs 0x33 51
|
|---|
| 208 | ss 0x2b 43
|
|---|
| 209 | ds 0x0 0
|
|---|
| 210 | es 0x0 0
|
|---|
| 211 | fs 0x0 0
|
|---|
| 212 | gs 0x0 0
|
|---|
| 213 | st0 0 (raw 0x00000000000000000000)
|
|---|
| 214 | st1 0 (raw 0x00000000000000000000)
|
|---|
| 215 | st2 0 (raw 0x00000000000000000000)
|
|---|
| 216 | st3 0 (raw 0x00000000000000000000)
|
|---|
| 217 | st4 0 (raw 0x00000000000000000000)
|
|---|
| 218 | st5 0 (raw 0x00000000000000000000)
|
|---|
| 219 | st6 0 (raw 0x00000000000000000000)
|
|---|
| 220 | st7 0 (raw 0x00000000000000000000)
|
|---|
| 221 | fctrl 0x37f 895
|
|---|
| 222 | fstat 0x0 0
|
|---|
| 223 | ftag 0xffff 65535
|
|---|
| 224 | fiseg 0x0 0
|
|---|
| 225 | fioff 0x0 0
|
|---|
| 226 | foseg 0x0 0
|
|---|
| 227 | fooff 0x0 0
|
|---|
| 228 | fop 0x0 0
|
|---|
| 229 | mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
|
|---|
| 230 | bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0, enabled = 0x0}} {raw = 0x0,
|
|---|
| 231 | config = {base = 0, reserved = 0, preserved = 0, enabled = 0}}
|
|---|
| 232 | bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0, error = 0}}
|
|---|
| 233 | ymm0 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
|
|---|
| 234 | 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 235 | v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
|
|---|
| 236 | ymm1 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xff,
|
|---|
| 237 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0 <repeats 23 times>}, v16_int16 = {0xff, 0x0, 0x0, 0x0, 0xff,
|
|---|
| 238 | 0x0 <repeats 11 times>}, v8_int32 = {0xff, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xff, 0xff, 0x0, 0x0},
|
|---|
| 239 | v2_int128 = {0xff00000000000000ff, 0x0}}
|
|---|
| 240 | ymm2 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xff,
|
|---|
| 241 | 0x0 <repeats 31 times>}, v16_int16 = {0xff, 0x0 <repeats 15 times>}, v8_int32 = {0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 242 | 0x0}, v4_int64 = {0xff, 0x0, 0x0, 0x0}, v2_int128 = {0xff, 0x0}}
|
|---|
| 243 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 244 | ymm3 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
|
|---|
| 245 | 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 246 | v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
|
|---|
| 247 | ymm4 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
|
|---|
| 248 | 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 249 | v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
|
|---|
| 250 | ymm5 {v8_float = {0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
|
|---|
| 251 | 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x64, 0x20, 0x61, 0x74, 0x20, 0x30, 0x20, 0x31, 0x33, 0xa, 0x0 <repeats 16 times>},
|
|---|
| 252 | v16_int16 = {0x6164, 0x616d, 0x6567, 0x2064, 0x7461, 0x3020, 0x3120, 0xa33, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 253 | v8_int32 = {0x616d6164, 0x20646567, 0x30207461, 0xa333120, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x20646567616d6164,
|
|---|
| 254 | 0xa33312030207461, 0x0, 0x0}, v2_int128 = {0xa3331203020746120646567616d6164, 0x0}}
|
|---|
| 255 | ymm6 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x7fffffffffffffff, 0x0, 0x0, 0x0},
|
|---|
| 256 | v32_int8 = {0x39, 0x32, 0x33, 0x38, 0x64, 0x34, 0x30, 0x5d, 0x20, 0x61, 0x63, 0x2d, 0x74, 0x65, 0x78, 0x20,
|
|---|
| 257 | 0x0 <repeats 16 times>}, v16_int16 = {0x3239, 0x3833, 0x3464, 0x5d30, 0x6120, 0x2d63, 0x6574, 0x2078, 0x0, 0x0, 0x0,
|
|---|
| 258 | 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x38333239, 0x5d303464, 0x2d636120, 0x20786574, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {
|
|---|
| 259 | 0x5d30346438333239, 0x207865742d636120, 0x0, 0x0}, v2_int128 = {0x207865742d6361205d30346438333239, 0x0}}
|
|---|
| 260 | ymm7 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
|
|---|
| 261 | 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 262 | v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
|
|---|
| 263 | ymm8 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0,
|
|---|
| 264 | 0x1b, 0x5b, 0x34, 0x38, 0x3b, 0x35, 0x3b, 0x25, 0x75, 0x6d, 0x1b, 0x5b, 0x33, 0x38, 0x3b, 0x0 <repeats 16 times>},
|
|---|
| 265 | v16_int16 = {0x1b00, 0x345b, 0x3b38, 0x3b35, 0x7525, 0x1b6d, 0x335b, 0x3b38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 266 | v8_int32 = {0x345b1b00, 0x3b353b38, 0x1b6d7525, 0x3b38335b, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3b353b38345b1b00,
|
|---|
| 267 | 0x3b38335b1b6d7525, 0x0, 0x0}, v2_int128 = {0x3b38335b1b6d75253b353b38345b1b00, 0x0}}
|
|---|
| 268 | ymm9 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {
|
|---|
| 269 | 0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>}, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 270 | v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x0, 0x0}}
|
|---|
| 271 | ymm10 {v8_float = {0x0, 0xffffffff, 0x0, 0xffffffff, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x7fffffffffffffff,
|
|---|
| 272 | 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x82, 0x81, 0x80, 0x81, 0x83, 0x82, 0x7f, 0x7c, 0x82, 0x81, 0x80, 0x82,
|
|---|
| 273 | 0x83, 0x83, 0x7f, 0x7c, 0x0 <repeats 16 times>}, v16_int16 = {0x8182, 0x8180, 0x8283, 0x7c7f, 0x8182, 0x8280, 0x8383,
|
|---|
| 274 | 0x7c7f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x81808182, 0x7c7f8283, 0x82808182, 0x7c7f8383, 0x0, 0x0,
|
|---|
| 275 | 0x0, 0x0}, v4_int64 = {0x7c7f828381808182, 0x7c7f838382808182, 0x0, 0x0}, v2_int128 = {
|
|---|
| 276 | 0x7c7f8383828081827c7f828381808182, 0x0}}
|
|---|
| 277 | ymm11 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x82,
|
|---|
| 278 | 0x0, 0x81, 0x0, 0x80, 0x0, 0x82, 0x0, 0x83, 0x0, 0x83, 0x0, 0x7f, 0x0, 0x7c, 0x0 <repeats 17 times>}, v16_int16 = {
|
|---|
| 279 | 0x82, 0x81, 0x80, 0x82, 0x83, 0x83, 0x7f, 0x7c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x810082,
|
|---|
| 280 | 0x820080, 0x830083, 0x7c007f, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x82008000810082, 0x7c007f00830083, 0x0, 0x0},
|
|---|
| 281 | v2_int128 = {0x7c007f008300830082008000810082, 0x0}}
|
|---|
| 282 | ymm12 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x7fffffffffffffff, 0x7fffffffffffffff,
|
|---|
| 283 | 0x0, 0x0}, v32_int8 = {0x85, 0x83, 0x83, 0x84, 0x86, 0x85, 0x82, 0x7f, 0x85, 0x84, 0x83, 0x84, 0x86, 0x85, 0x82, 0x7f,
|
|---|
| 284 | 0x0 <repeats 16 times>}, v16_int16 = {0x8385, 0x8483, 0x8586, 0x7f82, 0x8485, 0x8483, 0x8586, 0x7f82, 0x0, 0x0, 0x0,
|
|---|
| 285 | 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x84838385, 0x7f828586, 0x84838485, 0x7f828586, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {
|
|---|
| 286 | 0x7f82858684838385, 0x7f82858684838485, 0x0, 0x0}, v2_int128 = {0x7f828586848384857f82858684838385, 0x0}}
|
|---|
| 287 | ymm13 {v8_float = {0x0, 0xffffffff, 0x0, 0xffffffff, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x7fffffffffffffff,
|
|---|
| 288 | 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x84, 0x82, 0x82, 0x83, 0x85, 0x84, 0x81, 0x7e, 0x84, 0x83, 0x82, 0x84,
|
|---|
| 289 | 0x85, 0x85, 0x81, 0x7e, 0x0 <repeats 16 times>}, v16_int16 = {0x8284, 0x8382, 0x8485, 0x7e81, 0x8384, 0x8482, 0x8585,
|
|---|
| 290 | 0x7e81, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x83828284, 0x7e818485, 0x84828384, 0x7e818585, 0x0, 0x0,
|
|---|
| 291 | 0x0, 0x0}, v4_int64 = {0x7e81848583828284, 0x7e81858584828384, 0x0, 0x0}, v2_int128 = {
|
|---|
| 292 | 0x7e818585848283847e81848583828284, 0x0}}
|
|---|
| 293 | ymm14 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x8000000000000000, 0x8000000000000000,
|
|---|
| 294 | 0x0, 0x0}, v32_int8 = {0x2, 0x0, 0xfa, 0xff, 0x9, 0x0, 0xf5, 0xff, 0xb, 0x0, 0xf7, 0xff, 0x6, 0x0, 0xfe, 0xff,
|
|---|
| 295 | 0x0 <repeats 16 times>}, v16_int16 = {0x2, 0xfffa, 0x9, 0xfff5, 0xb, 0xfff7, 0x6, 0xfffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 296 | 0x0, 0x0}, v8_int32 = {0xfffa0002, 0xfff50009, 0xfff7000b, 0xfffe0006, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {
|
|---|
| 297 | 0xfff50009fffa0002, 0xfffe0006fff7000b, 0x0, 0x0}, v2_int128 = {0xfffe0006fff7000bfff50009fffa0002, 0x0}}
|
|---|
| 298 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 299 | ymm15 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0,
|
|---|
| 300 | 0x4, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x4, 0x0 <repeats 18 times>}, v16_int16 = {0x400, 0x0,
|
|---|
| 301 | 0x400, 0x0, 0x400, 0x0, 0x400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x400, 0x400, 0x400, 0x400,
|
|---|
| 302 | 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x40000000400, 0x40000000400, 0x0, 0x0}, v2_int128 = {0x400000004000000040000000400,
|
|---|
| 303 | 0x0}}
|
|---|
| 304 | bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 305 | bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 306 | bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 307 | bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|