| 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 -i samples/tmp4/tmp-3.art -filter_complex shuffleplanes -target dvd -loglevel 99 output/tmp.mpegts
|
|---|
| 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 '-i' ... matched as input url with argument 'samples/tmp4/tmp-3.art'.
|
|---|
| 33 | Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'shuffleplanes'.
|
|---|
| 34 | 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 'dvd'.
|
|---|
| 35 | Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
|
|---|
| 36 | Reading option 'output/tmp.mpegts' ... matched as output url.
|
|---|
| 37 | Finished splitting the commandline.
|
|---|
| 38 | Parsing a group of options: global .
|
|---|
| 39 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 40 | Applying option filter_complex (create a complex filtergraph) with argument shuffleplanes.
|
|---|
| 41 | Applying option loglevel (set logging level) with argument 99.
|
|---|
| 42 | Successfully parsed a group of options.
|
|---|
| 43 | Parsing a group of options: input url samples/tmp4/tmp-3.art.
|
|---|
| 44 | Successfully parsed a group of options.
|
|---|
| 45 | Opening an input file: samples/tmp4/tmp-3.art.
|
|---|
| 46 | [NULL @ 0x22b07c0] Opening 'samples/tmp4/tmp-3.art' for reading
|
|---|
| 47 | [file @ 0x22b1340] Setting default whitelist 'file,crypto'
|
|---|
| 48 | [tty @ 0x22b07c0] Format tty probed with size=2048 and score=50
|
|---|
| 49 | [tty @ 0x22b07c0] Before avformat_find_stream_info() pos: 0 bytes read:632 seeks:0 nb_streams:1
|
|---|
| 50 | [tty @ 0x22b07c0] stream 0: start_time: -368934881474191040.000 duration: 0.120
|
|---|
| 51 | [tty @ 0x22b07c0] format: start_time: -9223372036854.775 duration: 0.120 (estimate from stream) bitrate=42 kb/s
|
|---|
| 52 | [tty @ 0x22b07c0] After avformat_find_stream_info() pos: 632 bytes read:632 seeks:0 frames:3
|
|---|
| 53 | Input #0, tty, from 'samples/tmp4/tmp-3.art':
|
|---|
| 54 | Duration: 00:00:00.12, bitrate: 42 kb/s
|
|---|
| 55 | Stream #0:0, 3, 1/25: Video: ansi, 1 reference frame, pal8, 640x400, 0/1, 25 fps, 25 tbr, 25 tbn, 25 tbc
|
|---|
| 56 | Successfully opened the file.
|
|---|
| 57 | Parsing a group of options: output url output/tmp.mpegts.
|
|---|
| 58 | Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument dvd.
|
|---|
| 59 | Assuming PAL for target.
|
|---|
| 60 | Successfully parsed a group of options.
|
|---|
| 61 | Opening an output file: output/tmp.mpegts.
|
|---|
| 62 | [file @ 0x22b7800] Setting default whitelist 'file,crypto'
|
|---|
| 63 | Successfully opened the file.
|
|---|
| 64 | Stream mapping:
|
|---|
| 65 | Stream #0:0 (ansi) -> shuffleplanes
|
|---|
| 66 | shuffleplanes -> Stream #0:0 (mpeg2video)
|
|---|
| 67 | Press [q] to stop, [?] for help
|
|---|
| 68 | 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)
|
|---|
| 69 | detected 48 logical cores
|
|---|
| 70 | [New Thread 0x7ffff586a700 (LWP 3719)]
|
|---|
| 71 | [New Thread 0x7ffff5069700 (LWP 3721)]
|
|---|
| 72 | [New Thread 0x7ffff4868700 (LWP 3723)]
|
|---|
| 73 | [New Thread 0x7ffff4067700 (LWP 3726)]
|
|---|
| 74 | [New Thread 0x7ffff3866700 (LWP 3729)]
|
|---|
| 75 | [New Thread 0x7ffff3065700 (LWP 3731)]
|
|---|
| 76 | [New Thread 0x7ffff2864700 (LWP 3732)]
|
|---|
| 77 | [New Thread 0x7ffff2063700 (LWP 3734)]
|
|---|
| 78 | [New Thread 0x7ffff1862700 (LWP 3736)]
|
|---|
| 79 | [New Thread 0x7ffff1061700 (LWP 3738)]
|
|---|
| 80 | [New Thread 0x7ffff0860700 (LWP 3741)]
|
|---|
| 81 | [New Thread 0x7ffff005f700 (LWP 3743)]
|
|---|
| 82 | [New Thread 0x7fffef85e700 (LWP 3745)]
|
|---|
| 83 | [New Thread 0x7fffef05d700 (LWP 3746)]
|
|---|
| 84 | [New Thread 0x7fffee85c700 (LWP 3748)]
|
|---|
| 85 | [New Thread 0x7fffee05b700 (LWP 3749)]
|
|---|
| 86 | [New Thread 0x7fffed85a700 (LWP 3752)]
|
|---|
| 87 | [New Thread 0x7fffed059700 (LWP 3753)]
|
|---|
| 88 | [New Thread 0x7fffec858700 (LWP 3754)]
|
|---|
| 89 | [New Thread 0x7fffec057700 (LWP 3757)]
|
|---|
| 90 | [New Thread 0x7fffeb856700 (LWP 3758)]
|
|---|
| 91 | [New Thread 0x7fffeb055700 (LWP 3759)]
|
|---|
| 92 | [New Thread 0x7fffea854700 (LWP 3763)]
|
|---|
| 93 | [New Thread 0x7fffea053700 (LWP 3765)]
|
|---|
| 94 | [New Thread 0x7fffe9852700 (LWP 3769)]
|
|---|
| 95 | [New Thread 0x7fffe9051700 (LWP 3771)]
|
|---|
| 96 | [New Thread 0x7fffe8850700 (LWP 3773)]
|
|---|
| 97 | [New Thread 0x7fffe804f700 (LWP 3776)]
|
|---|
| 98 | [New Thread 0x7fffe784e700 (LWP 3777)]
|
|---|
| 99 | [New Thread 0x7fffe704d700 (LWP 3778)]
|
|---|
| 100 | [New Thread 0x7fffe684c700 (LWP 3780)]
|
|---|
| 101 | [New Thread 0x7fffe604b700 (LWP 3782)]
|
|---|
| 102 | [New Thread 0x7fffe584a700 (LWP 3784)]
|
|---|
| 103 | [New Thread 0x7fffe5049700 (LWP 3786)]
|
|---|
| 104 | [New Thread 0x7fffe4848700 (LWP 3788)]
|
|---|
| 105 | [New Thread 0x7fffe4047700 (LWP 3790)]
|
|---|
| 106 | [New Thread 0x7fffe3846700 (LWP 3792)]
|
|---|
| 107 | [New Thread 0x7fffe3045700 (LWP 3794)]
|
|---|
| 108 | [New Thread 0x7fffe2844700 (LWP 3797)]
|
|---|
| 109 | [New Thread 0x7fffe2043700 (LWP 3799)]
|
|---|
| 110 | [New Thread 0x7fffe1842700 (LWP 3802)]
|
|---|
| 111 | [New Thread 0x7fffe1041700 (LWP 3804)]
|
|---|
| 112 | [New Thread 0x7fffe0840700 (LWP 3806)]
|
|---|
| 113 | [New Thread 0x7fffe003f700 (LWP 3808)]
|
|---|
| 114 | [New Thread 0x7fffdf83e700 (LWP 3811)]
|
|---|
| 115 | [New Thread 0x7fffdf03d700 (LWP 3814)]
|
|---|
| 116 | [New Thread 0x7fffde83c700 (LWP 3815)]
|
|---|
| 117 | [New Thread 0x7fffde03b700 (LWP 3817)]
|
|---|
| 118 | [graph 0 input from stream 0:0 @ 0x22cae00] Setting 'video_size' to value '640x400'
|
|---|
| 119 | [graph 0 input from stream 0:0 @ 0x22cae00] Setting 'pix_fmt' to value '11'
|
|---|
| 120 | [graph 0 input from stream 0:0 @ 0x22cae00] Setting 'time_base' to value '1/25'
|
|---|
| 121 | [graph 0 input from stream 0:0 @ 0x22cae00] Setting 'pixel_aspect' to value '0/1'
|
|---|
| 122 | [graph 0 input from stream 0:0 @ 0x22cae00] Setting 'sws_param' to value 'flags=2'
|
|---|
| 123 | [graph 0 input from stream 0:0 @ 0x22cae00] Setting 'frame_rate' to value '25/1'
|
|---|
| 124 | [graph 0 input from stream 0:0 @ 0x22cae00] w:640 h:400 pixfmt:pal8 tb:1/25 fr:25/1 sar:0/1 sws_param:flags=2
|
|---|
| 125 | [scaler_out_0_0 @ 0x22cc140] Setting 'w' to value '720'
|
|---|
| 126 | [scaler_out_0_0 @ 0x22cc140] Setting 'h' to value '576'
|
|---|
| 127 | [scaler_out_0_0 @ 0x22cc140] Setting 'flags' to value 'bicubic'
|
|---|
| 128 | [scaler_out_0_0 @ 0x22cc140] w:720 h:576 flags:'bicubic' interl:0
|
|---|
| 129 | [format @ 0x22ccc00] Setting 'pix_fmts' to value 'yuv420p'
|
|---|
| 130 | [AVFilterGraph @ 0x22b3700] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
|
|---|
| 131 | [scaler_out_0_0 @ 0x22cc140] w:640 h:400 fmt:pal8 sar:0/1 -> w:720 h:576 fmt:yuv420p sar:0/1 flags:0x4
|
|---|
| 132 |
|
|---|
| 133 | Thread 1 "ffmpeg_g" received signal SIGSEGV, Segmentation fault.
|
|---|
| 134 | 0x00000000013030bd in sws_scale (c=0x22d09c0, srcSlice=0x7fffffffc5e0, srcStride=0x7fffffffc5b0,
|
|---|
| 135 | srcSliceY=0, srcSliceH=<optimized out>, dst=0x7fffffffc5c0, dstStride=0x7fffffffc5a0)
|
|---|
| 136 | at libswscale/swscale.c:850
|
|---|
| 137 | 850 uint32_t p = ((const uint32_t *)(srcSlice[1]))[i];
|
|---|
| 138 | (gdb) bt
|
|---|
| 139 | #0 0x00000000013030bd in sws_scale (c=0x22d09c0, srcSlice=0x7fffffffc5e0, srcStride=0x7fffffffc5b0,
|
|---|
| 140 | srcSliceY=0, srcSliceH=<optimized out>, dst=0x7fffffffc5c0, dstStride=0x7fffffffc5a0)
|
|---|
| 141 | at libswscale/swscale.c:850
|
|---|
| 142 | #1 0x000000000052e350 in scale_slice (link=<optimized out>, out_buf=<optimized out>,
|
|---|
| 143 | cur_pic=<optimized out>, sws=<optimized out>, y=<optimized out>, h=<optimized out>,
|
|---|
| 144 | mul=<optimized out>, field=<optimized out>) at libavfilter/vf_scale.c:411
|
|---|
| 145 | #2 scale_frame (link=<optimized out>, in=<optimized out>, frame_out=<optimized out>)
|
|---|
| 146 | at libavfilter/vf_scale.c:535
|
|---|
| 147 | #3 filter_frame (link=0x22cca40, in=<optimized out>) at libavfilter/vf_scale.c:549
|
|---|
| 148 | #4 0x00000000004520a5 in ff_filter_frame_framed (link=<optimized out>, frame=<optimized out>)
|
|---|
| 149 | at libavfilter/avfilter.c:1071
|
|---|
| 150 | #5 ff_filter_frame_to_filter (link=<optimized out>) at libavfilter/avfilter.c:1219
|
|---|
| 151 | #6 ff_filter_activate_default (filter=<optimized out>) at libavfilter/avfilter.c:1268
|
|---|
| 152 | #7 ff_filter_activate (filter=<optimized out>) at libavfilter/avfilter.c:1430
|
|---|
| 153 | #8 0x00000000004576ca in push_frame (graph=0x22b3700) at libavfilter/buffersrc.c:187
|
|---|
| 154 | #9 av_buffersrc_add_frame_internal (ctx=0x22cae00, frame=<optimized out>, flags=4)
|
|---|
| 155 | at libavfilter/buffersrc.c:261
|
|---|
| 156 | #10 0x00000000004571e8 in av_buffersrc_add_frame_flags (ctx=0x22cae00, frame=0x22c5440, flags=4)
|
|---|
| 157 | at libavfilter/buffersrc.c:170
|
|---|
| 158 | #11 0x0000000000425fd8 in ifilter_send_frame (ifilter=<optimized out>, frame=<optimized out>)
|
|---|
| 159 | at fftools/ffmpeg.c:2196
|
|---|
| 160 | #12 send_frame_to_filters (ist=<optimized out>, decoded_frame=<optimized out>) at fftools/ffmpeg.c:2270
|
|---|
| 161 | #13 0x0000000000420f69 in decode_video (ist=<optimized out>, pkt=<optimized out>,
|
|---|
| 162 | got_output=<optimized out>, duration_pts=<optimized out>, eof=<optimized out>,
|
|---|
| 163 | decode_failed=<optimized out>) at fftools/ffmpeg.c:2469
|
|---|
| 164 | #14 process_input_packet (ist=<optimized out>, pkt=<optimized out>, no_eof=<optimized out>)
|
|---|
| 165 | at fftools/ffmpeg.c:2623
|
|---|
| 166 | #15 0x000000000041d40f in process_input (file_index=<optimized out>) at fftools/ffmpeg.c:4518
|
|---|
| 167 | #16 transcode_step () at fftools/ffmpeg.c:4638
|
|---|
| 168 | #17 transcode () at fftools/ffmpeg.c:4692
|
|---|
| 169 | #18 0x0000000000419377 in main (argc=<optimized out>, argv=<optimized out>) at fftools/ffmpeg.c:4894
|
|---|
| 170 | (gdb) list
|
|---|
| 171 | 845
|
|---|
| 172 | 846 if (usePal(c->srcFormat)) {
|
|---|
| 173 | 847 for (i = 0; i < 256; i++) {
|
|---|
| 174 | 848 int r, g, b, y, u, v, a = 0xff;
|
|---|
| 175 | 849 if (c->srcFormat == AV_PIX_FMT_PAL8) {
|
|---|
| 176 | 850 uint32_t p = ((const uint32_t *)(srcSlice[1]))[i];
|
|---|
| 177 | 851 a = (p >> 24) & 0xFF;
|
|---|
| 178 | 852 r = (p >> 16) & 0xFF;
|
|---|
| 179 | 853 g = (p >> 8) & 0xFF;
|
|---|
| 180 | 854 b = p & 0xFF;
|
|---|
| 181 | (gdb) print srcSlice[1]
|
|---|
| 182 | $1 = (const uint8_t * const) 0x0
|
|---|
| 183 | (gdb) disass $pc-32,$pc+32
|
|---|
| 184 | Dump of assembler code from 0x130309d to 0x13030dd:
|
|---|
| 185 | 0x000000000130309d <sws_scale+925>: jmpq *0x17908f0(,%r9,8)
|
|---|
| 186 | 0x00000000013030a5 <sws_scale+933>: mov $0xff,%r10d
|
|---|
| 187 | 0x00000000013030ab <sws_scale+939>: mov %r11d,%esi
|
|---|
| 188 | 0x00000000013030ae <sws_scale+942>: mov %r11d,%ebp
|
|---|
| 189 | 0x00000000013030b1 <sws_scale+945>: mov %r11d,%ebx
|
|---|
| 190 | 0x00000000013030b4 <sws_scale+948>: jmpq 0x1303175 <sws_scale+1141>
|
|---|
| 191 | 0x00000000013030b9 <sws_scale+953>: mov 0x8(%r14),%rax
|
|---|
| 192 | => 0x00000000013030bd <sws_scale+957>: mov (%rax,%r11,4),%eax
|
|---|
| 193 | 0x00000000013030c1 <sws_scale+961>: mov %eax,%ecx
|
|---|
| 194 | 0x00000000013030c3 <sws_scale+963>: movzbl %ah,%ebp
|
|---|
| 195 | 0x00000000013030c6 <sws_scale+966>: movzbl %al,%esi
|
|---|
| 196 | 0x00000000013030c9 <sws_scale+969>: mov %eax,%r10d
|
|---|
| 197 | 0x00000000013030cc <sws_scale+972>: shr $0x18,%r10d
|
|---|
| 198 | 0x00000000013030d0 <sws_scale+976>: shr $0x10,%ecx
|
|---|
| 199 | 0x00000000013030d3 <sws_scale+979>: movzbl %cl,%ebx
|
|---|
| 200 | 0x00000000013030d6 <sws_scale+982>: jmpq 0x1303175 <sws_scale+1141>
|
|---|
| 201 | 0x00000000013030db <sws_scale+987>: mov %r11d,%eax
|
|---|
| 202 | End of assembler dump.
|
|---|
| 203 | (gdb) info all-registers
|
|---|
| 204 | rax 0x0 0
|
|---|
| 205 | rbx 0x22d09d4 36506068
|
|---|
| 206 | rcx 0x2 2
|
|---|
| 207 | rdx 0x7fffffffc5a0 140737488340384
|
|---|
| 208 | rsi 0x7fffffffc5e0 140737488340448
|
|---|
| 209 | rdi 0x0 0
|
|---|
| 210 | rbp 0x7fffffffc5c0 0x7fffffffc5c0
|
|---|
| 211 | rsp 0x7fffffffc470 0x7fffffffc470
|
|---|
| 212 | r8 0x190 400
|
|---|
| 213 | r9 0x3 3
|
|---|
| 214 | r10 0x22b00c0 36372672
|
|---|
| 215 | r11 0x0 0
|
|---|
| 216 | r12 0x7fffffffc5b0 140737488340400
|
|---|
| 217 | r13 0x22d09c0 36506048
|
|---|
| 218 | r14 0x7fffffffc5e0 140737488340448
|
|---|
| 219 | r15 0x0 0
|
|---|
| 220 | rip 0x13030bd 0x13030bd <sws_scale+957>
|
|---|
| 221 | eflags 0x10287 [ CF PF SF IF RF ]
|
|---|
| 222 | cs 0x33 51
|
|---|
| 223 | ss 0x2b 43
|
|---|
| 224 | ds 0x0 0
|
|---|
| 225 | es 0x0 0
|
|---|
| 226 | fs 0x0 0
|
|---|
| 227 | gs 0x0 0
|
|---|
| 228 | st0 0 (raw 0x00000000000000000000)
|
|---|
| 229 | st1 0 (raw 0x00000000000000000000)
|
|---|
| 230 | st2 0 (raw 0x00000000000000000000)
|
|---|
| 231 | st3 0 (raw 0x00000000000000000000)
|
|---|
| 232 | st4 0 (raw 0x00000000000000000000)
|
|---|
| 233 | st5 0 (raw 0x00000000000000000000)
|
|---|
| 234 | st6 0 (raw 0x00000000000000000000)
|
|---|
| 235 | st7 0 (raw 0x00000000000000000000)
|
|---|
| 236 | fctrl 0x37f 895
|
|---|
| 237 | fstat 0x0 0
|
|---|
| 238 | ftag 0xffff 65535
|
|---|
| 239 | fiseg 0x0 0
|
|---|
| 240 | fioff 0x0 0
|
|---|
| 241 | foseg 0x0 0
|
|---|
| 242 | fooff 0x0 0
|
|---|
| 243 | fop 0x0 0
|
|---|
| 244 | mxcsr 0x1fa8 [ OE PE IM DM ZM OM UM PM ]
|
|---|
| 245 | bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
|
|---|
| 246 | enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0, preserved = 0, enabled = 0}}
|
|---|
| 247 | bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0,
|
|---|
| 248 | error = 0}}
|
|---|
| 249 | k0 0x0 0
|
|---|
| 250 | k1 0x0 0
|
|---|
| 251 | k2 0x0 0
|
|---|
| 252 | k3 0x0 0
|
|---|
| 253 | k4 0x0 0
|
|---|
| 254 | k5 0x0 0
|
|---|
| 255 | k6 0x0 0
|
|---|
| 256 | k7 0x0 0
|
|---|
| 257 | pkru 0x55555554 1431655764
|
|---|
| 258 | zmm0 {v16_float = {0x0, 0x0, 0x0, 0x0 <repeats 13 times>}, v8_double = {0x0, 0x0, 0x0, 0x0,
|
|---|
| 259 | 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x40, 0xe0, 0xec, 0xf7, 0xff, 0x7f, 0x0, 0x0, 0x0, 0xa1, 0x30,
|
|---|
| 260 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 261 | 0x2, 0x0 <repeats 52 times>}, v32_int16 = {0xe040, 0xf7ec, 0x7fff, 0x0, 0xa100, 0x230,
|
|---|
| 262 | 0x0 <repeats 26 times>}, v16_int32 = {0xf7ece040, 0x7fff, 0x230a100, 0x0 <repeats 13 times>},
|
|---|
| 263 | v8_int64 = {0x7ffff7ece040, 0x230a100, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 264 | 0x230a10000007ffff7ece040, 0x0, 0x0, 0x0}}
|
|---|
| 265 | zmm1 {v16_float = {0x0, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 266 | 0x0, 0x0}, v64_int8 = {0x80, 0x51, 0x32, 0x2, 0x0 <repeats 60 times>}, v32_int16 = {0x5180, 0x232,
|
|---|
| 267 | 0x0 <repeats 30 times>}, v16_int32 = {0x2325180, 0x0 <repeats 15 times>}, v8_int64 = {0x2325180,
|
|---|
| 268 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x2325180, 0x0, 0x0, 0x0}}
|
|---|
| 269 | zmm2 {v16_float = {0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x0 <repeats 12 times>},
|
|---|
| 270 | v8_double = {0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {
|
|---|
| 271 | 0x74 <repeats 16 times>, 0x0 <repeats 48 times>}, v32_int16 = {0x7474, 0x7474, 0x7474, 0x7474,
|
|---|
| 272 | 0x7474, 0x7474, 0x7474, 0x7474, 0x0 <repeats 24 times>}, v16_int32 = {0x74747474, 0x74747474,
|
|---|
| 273 | 0x74747474, 0x74747474, 0x0 <repeats 12 times>}, v8_int64 = {0x7474747474747474,
|
|---|
| 274 | 0x7474747474747474, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 275 | 0x74747474747474747474747474747474, 0x0, 0x0, 0x0}}
|
|---|
| 276 | zmm3 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 277 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 278 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 279 | 0x0, 0x0, 0x0}}
|
|---|
| 280 | zmm4 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
|
|---|
| 281 | 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0,
|
|---|
| 282 | 0x0, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|---|
| 283 | 0x0 <repeats 48 times>}, v32_int16 = {0x0, 0x0, 0xffff, 0xffff, 0x0, 0xffff, 0xffff, 0xffff,
|
|---|
| 284 | 0x0 <repeats 24 times>}, v16_int32 = {0x0, 0xffffffff, 0xffff0000, 0xffffffff,
|
|---|
| 285 | 0x0 <repeats 12 times>}, v8_int64 = {0xffffffff00000000, 0xffffffffffff0000, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 286 | 0x0, 0x0}, v4_int128 = {0xffffffffffff0000ffffffff00000000, 0x0, 0x0, 0x0}}
|
|---|
| 287 | zmm5 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
|
|---|
| 288 | 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0xff, 0xff,
|
|---|
| 289 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|---|
| 290 | 0x0 <repeats 48 times>}, v32_int16 = {0xffff, 0xffff, 0xffff, 0xffff, 0xff00, 0xffff, 0xffff,
|
|---|
| 291 | 0xffff, 0x0 <repeats 24 times>}, v16_int32 = {0xffffffff, 0xffffffff, 0xffffff00, 0xffffffff,
|
|---|
| 292 | 0x0 <repeats 12 times>}, v8_int64 = {0xffffffffffffffff, 0xffffffffffffff00, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 293 | 0x0, 0x0}, v4_int128 = {0xffffffffffffff00ffffffffffffffff, 0x0, 0x0, 0x0}}
|
|---|
| 294 | zmm6 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
|
|---|
| 295 | 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0,
|
|---|
| 296 | 0x0, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|---|
| 297 | 0x0 <repeats 48 times>}, v32_int16 = {0x0, 0x0, 0xffff, 0xffff, 0x0, 0xffff, 0xffff, 0xffff,
|
|---|
| 298 | 0x0 <repeats 24 times>}, v16_int32 = {0x0, 0xffffffff, 0xffff0000, 0xffffffff,
|
|---|
| 299 | 0x0 <repeats 12 times>}, v8_int64 = {0xffffffff00000000, 0xffffffffffff0000, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 300 | 0x0, 0x0}, v4_int128 = {0xffffffffffff0000ffffffff00000000, 0x0, 0x0, 0x0}}
|
|---|
| 301 | zmm7 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 302 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x40, 0x54, 0x2c, 0x2, 0x0, 0x0, 0x0, 0x0, 0x80, 0x2, 0x0,
|
|---|
| 303 | 0x0, 0x90, 0x1, 0x0 <repeats 50 times>}, v32_int16 = {0x5440, 0x22c, 0x0, 0x0, 0x280, 0x0, 0x190,
|
|---|
| 304 | 0x0 <repeats 25 times>}, v16_int32 = {0x22c5440, 0x0, 0x280, 0x190, 0x0 <repeats 12 times>},
|
|---|
| 305 | v8_int64 = {0x22c5440, 0x19000000280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 306 | 0x1900000028000000000022c5440, 0x0, 0x0, 0x0}}
|
|---|
| 307 | zmm8 {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}}
|
|---|
| 311 | zmm9 {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}}
|
|---|
| 315 | zmm10 {v16_float = {0x0, 0xfffffffe, 0x0 <repeats 14 times>}, v8_double = {
|
|---|
| 316 | 0xfffffffffffffffa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 317 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 318 | 0x18, 0xc0, 0x0 <repeats 56 times>}, v32_int16 = {0x0, 0x0, 0x0, 0xc018, 0x0 <repeats 28 times>},
|
|---|
| 319 | v16_int32 = {0x0, 0xc0180000, 0x0 <repeats 14 times>}, v8_int64 = {0xc018000000000000, 0x0, 0x0,
|
|---|
| 320 | 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xc018000000000000, 0x0, 0x0, 0x0}}
|
|---|
| 321 | zmm11 {v16_float = {0x0, 0x2, 0x0 <repeats 14 times>}, v8_double = {0x3, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 322 | 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x40, 0x0 <repeats 56 times>},
|
|---|
| 323 | v32_int16 = {0x0, 0x0, 0x0, 0x4008, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x40080000,
|
|---|
| 324 | 0x0 <repeats 14 times>}, v8_int64 = {0x4008000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 325 | v4_int128 = {0x4008000000000000, 0x0, 0x0, 0x0}}
|
|---|
| 326 | zmm12 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 327 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 328 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 329 | 0x0, 0x0, 0x0}}
|
|---|
| 330 | zmm13 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 331 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 332 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 333 | 0x0, 0x0, 0x0}}
|
|---|
| 334 | zmm14 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 335 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 336 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 337 | 0x0, 0x0, 0x0}}
|
|---|
| 338 | zmm15 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 339 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 340 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 341 | 0x0, 0x0, 0x0}}
|
|---|
| 342 | zmm16 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 343 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 344 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 345 | 0x0, 0x0, 0x0}}
|
|---|
| 346 | zmm17 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 347 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 348 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 349 | 0x0, 0x0, 0x0}}
|
|---|
| 350 | zmm18 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 351 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 352 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 353 | 0x0, 0x0, 0x0}}
|
|---|
| 354 | zmm19 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 355 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 356 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 357 | 0x0, 0x0, 0x0}}
|
|---|
| 358 | zmm20 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 359 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 360 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 361 | 0x0, 0x0, 0x0}}
|
|---|
| 362 | zmm21 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 363 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 364 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 365 | 0x0, 0x0, 0x0}}
|
|---|
| 366 | zmm22 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 367 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 368 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 369 | 0x0, 0x0, 0x0}}
|
|---|
| 370 | zmm23 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 371 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 372 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 373 | 0x0, 0x0, 0x0}}
|
|---|
| 374 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 375 | zmm24 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 376 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 377 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 378 | 0x0, 0x0, 0x0}}
|
|---|
| 379 | zmm25 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 380 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 381 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 382 | 0x0, 0x0, 0x0}}
|
|---|
| 383 | zmm26 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 384 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 385 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 386 | 0x0, 0x0, 0x0}}
|
|---|
| 387 | zmm27 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 388 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 389 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 390 | 0x0, 0x0, 0x0}}
|
|---|
| 391 | zmm28 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 392 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 393 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 394 | 0x0, 0x0, 0x0}}
|
|---|
| 395 | zmm29 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 396 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 397 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 398 | 0x0, 0x0, 0x0}}
|
|---|
| 399 | zmm30 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 400 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 401 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 402 | 0x0, 0x0, 0x0}}
|
|---|
| 403 | zmm31 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 404 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 405 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 406 | 0x0, 0x0, 0x0}}
|
|---|
| 407 | bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 408 | bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 409 | bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 410 | bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 411 | (gdb) q
|
|---|
| 412 |
|
|---|