| 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_g...done.
|
|---|
| 16 | (gdb) b mpegvideo_enc.c:497
|
|---|
| 17 | Breakpoint 1 at 0x431d9fc: file libavcodec/mpegvideo_enc.c, line 497.
|
|---|
| 18 | (gdb) r
|
|---|
| 19 | Starting program: ffmpeg_g -t 1 -stream_loop 25 -y -i samples/samples.mplayerhq.hu/real/VC-RV20/ffrv20-crashing-atmos.rm -loglevel 99 -map 0 -c:a:113 a64multi5 -vframes 99 -b:v 509k -strict 1 output/tmp.flv
|
|---|
| 20 | [Thread debugging using libthread_db enabled]
|
|---|
| 21 | Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
|
|---|
| 22 | ffmpeg version N-94969-gc2ab998ff3 Copyright (c) 2000-2019 the FFmpeg developers
|
|---|
| 23 | built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
|
|---|
| 24 | configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-asan
|
|---|
| 25 | libavutil 56. 35.100 / 56. 35.100
|
|---|
| 26 | libavcodec 58. 57.100 / 58. 57.100
|
|---|
| 27 | libavformat 58. 32.104 / 58. 32.104
|
|---|
| 28 | libavdevice 58. 9.100 / 58. 9.100
|
|---|
| 29 | libavfilter 7. 58.102 / 7. 58.102
|
|---|
| 30 | libswscale 5. 6.100 / 5. 6.100
|
|---|
| 31 | libswresample 3. 6.100 / 3. 6.100
|
|---|
| 32 | Splitting the commandline.
|
|---|
| 33 | Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '1'.
|
|---|
| 34 | Reading option '-stream_loop' ... matched as option 'stream_loop' (set number of times input stream shall be looped) with argument '25'.
|
|---|
| 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/real/VC-RV20/ffrv20-crashing-atmos.rm'.
|
|---|
| 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 '-c:a:113' ... matched as option 'c' (codec name) with argument 'a64multi5'.
|
|---|
| 40 | Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '99'.
|
|---|
| 41 | Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '509k'.
|
|---|
| 42 | Reading option '-strict' ...Routing option strict to both codec and muxer layer
|
|---|
| 43 | matched as AVOption 'strict' with argument '1'.
|
|---|
| 44 | Reading option 'output/tmp.flv' ... 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/real/VC-RV20/ffrv20-crashing-atmos.rm.
|
|---|
| 51 | Applying option t (record or transcode "duration" seconds of audio/video) with argument 1.
|
|---|
| 52 | Applying option stream_loop (set number of times input stream shall be looped) with argument 25.
|
|---|
| 53 | Successfully parsed a group of options.
|
|---|
| 54 | Opening an input file: samples/samples.mplayerhq.hu/real/VC-RV20/ffrv20-crashing-atmos.rm.
|
|---|
| 55 | [NULL @ 0x61b000000080] Opening 'samples/samples.mplayerhq.hu/real/VC-RV20/ffrv20-crashing-atmos.rm' for reading
|
|---|
| 56 | [file @ 0x611000000180] Setting default whitelist 'file,crypto'
|
|---|
| 57 | Probing rm score:100 size:2048
|
|---|
| 58 | [rm @ 0x61b000000080] Format rm probed with size=2048 and score=100
|
|---|
| 59 | [rm @ 0x61b000000080] tag=PROP size=50
|
|---|
| 60 | [rm @ 0x61b000000080] tag=MDPR size=164
|
|---|
| 61 | [rm @ 0x61b000000080] tag=MDPR size=114
|
|---|
| 62 | [rm @ 0x61b000000080] 30325652 30325652
|
|---|
| 63 | [rm @ 0x61b000000080] tag=MDPR size=454
|
|---|
| 64 | [rm @ 0x61b000000080] tag=CONT size=18
|
|---|
| 65 | [rm @ 0x61b000000080] tag=DATA size=50527539
|
|---|
| 66 | [rm @ 0x61b000000080] Before avformat_find_stream_info() pos: 836 bytes read:32768 seeks:2 nb_streams:2
|
|---|
| 67 | [cook @ 0x619000000580] codecdata_length=8
|
|---|
| 68 | [cook @ 0x619000000580] subpacket[0].cookversion=1000002
|
|---|
| 69 | [cook @ 0x619000000580] STEREO
|
|---|
| 70 | [cook @ 0x619000000580] sqvh VLC init
|
|---|
| 71 | [cook @ 0x619000000580] VLC tables initialized.
|
|---|
| 72 | [cook @ 0x619000000580] MDCT initialized, order = 10.
|
|---|
| 73 | [rm @ 0x61b000000080] parser not found for codec rv20, packets or times may be invalid.
|
|---|
| 74 | Last message repeated 1 times
|
|---|
| 75 | [rm @ 0x61b000000080] max_analyze_duration 5000000 reached at 131072000000 microseconds st:1
|
|---|
| 76 | [rm @ 0x61b000000080] stream 0: start_time: 0.000 duration: 676.164
|
|---|
| 77 | [rm @ 0x61b000000080] stream 1: start_time: 0.000 duration: 675.444
|
|---|
| 78 | [rm @ 0x61b000000080] format: start_time: 0.000 duration: 676.164 bitrate=3 kb/s
|
|---|
| 79 | [cook @ 0x619000000580] Deallocating memory.
|
|---|
| 80 | [cook @ 0x619000000580] Memory deallocated.
|
|---|
| 81 | [rm @ 0x61b000000080] After avformat_find_stream_info() pos: 20719 bytes read:65536 seeks:2 frames:82
|
|---|
| 82 | Input #0, rm, from 'samples/samples.mplayerhq.hu/real/VC-RV20/ffrv20-crashing-atmos.rm':
|
|---|
| 83 | Metadata:
|
|---|
| 84 | Generated By : Media Cleaner Pro 4.0 for Macintosh
|
|---|
| 85 | Target Audiences: Corporate LAN (640 Kbps);
|
|---|
| 86 | Audio Format : Stereo Music
|
|---|
| 87 | Video Quality : Smoothest Motion Video
|
|---|
| 88 | Creation Date : 7/26/2002 12:50:18
|
|---|
| 89 | Modification Date: 7/26/2002 12:50:18
|
|---|
| 90 | File ID : 98a26fe2-2bb2-87fa-f2dd-8c4e955f2e7d
|
|---|
| 91 | Duration: 00:11:16.16, start: 0.000000, bitrate: 3 kb/s
|
|---|
| 92 | Stream #0:0, 80, 1/1000: Audio: cook (cook / 0x6B6F6F63), 22050 Hz, stereo, fltp, 44 kb/s
|
|---|
| 93 | Stream #0:1, 2, 1/1000: Video: rv20, 1 reference frame (RV20 / 0x30325652), yuv420p, 256x192, 0/1, 595 kb/s, 0.0000 fps, 0.0000 tbr, 1k tbn, 1k tbc
|
|---|
| 94 | Successfully opened the file.
|
|---|
| 95 | Parsing a group of options: output url output/tmp.flv.
|
|---|
| 96 | Applying option map (set input stream mapping) with argument 0.
|
|---|
| 97 | Applying option c:a:113 (codec name) with argument a64multi5.
|
|---|
| 98 | Applying option vframes (set the number of video frames to output) with argument 99.
|
|---|
| 99 | Applying option b:v (video bitrate (please use -b:v)) with argument 509k.
|
|---|
| 100 | Successfully parsed a group of options.
|
|---|
| 101 | Opening an output file: output/tmp.flv.
|
|---|
| 102 | [file @ 0x610000005b40] Setting default whitelist 'file,crypto'
|
|---|
| 103 | Successfully opened the file.
|
|---|
| 104 | [cook @ 0x619000003280] codecdata_length=8
|
|---|
| 105 | [cook @ 0x619000003280] subpacket[0].cookversion=1000002
|
|---|
| 106 | [cook @ 0x619000003280] STEREO
|
|---|
| 107 | [cook @ 0x619000003280] sqvh VLC init
|
|---|
| 108 | [cook @ 0x619000003280] VLC tables initialized.
|
|---|
| 109 | [cook @ 0x619000003280] MDCT initialized, order = 10.
|
|---|
| 110 | Stream mapping:
|
|---|
| 111 | Stream #0:0 -> #0:0 (cook (native) -> adpcm_swf (native))
|
|---|
| 112 | Stream #0:1 -> #0:1 (rv20 (native) -> flv1 (flv))
|
|---|
| 113 | Press [q] to stop, [?] for help
|
|---|
| 114 | 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)
|
|---|
| 115 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 116 | [cook @ 0x619000003280] subpacket[0] 1024 266
|
|---|
| 117 | 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)
|
|---|
| 118 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 119 | [cook @ 0x619000003280] subpacket[0] 1024 510
|
|---|
| 120 | 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)
|
|---|
| 121 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 122 | [cook @ 0x619000003280] subpacket[0] 1024 511
|
|---|
| 123 | detected 48 logical cores
|
|---|
| 124 | [New Thread 0x7ffff1736700 (LWP 19113)]
|
|---|
| 125 | [New Thread 0x7ffff0f35700 (LWP 19114)]
|
|---|
| 126 | [New Thread 0x7ffff0734700 (LWP 19115)]
|
|---|
| 127 | [New Thread 0x7fffeff33700 (LWP 19116)]
|
|---|
| 128 | [New Thread 0x7fffef732700 (LWP 19117)]
|
|---|
| 129 | [New Thread 0x7fffeef31700 (LWP 19118)]
|
|---|
| 130 | [New Thread 0x7fffee730700 (LWP 19119)]
|
|---|
| 131 | [New Thread 0x7fffedf2f700 (LWP 19120)]
|
|---|
| 132 | [New Thread 0x7fffed72e700 (LWP 19121)]
|
|---|
| 133 | [New Thread 0x7fffecf2d700 (LWP 19122)]
|
|---|
| 134 | [New Thread 0x7fffec72c700 (LWP 19123)]
|
|---|
| 135 | [New Thread 0x7fffebf2b700 (LWP 19124)]
|
|---|
| 136 | [New Thread 0x7fffeb72a700 (LWP 19125)]
|
|---|
| 137 | [New Thread 0x7fffeaf29700 (LWP 19126)]
|
|---|
| 138 | [New Thread 0x7fffea728700 (LWP 19127)]
|
|---|
| 139 | [New Thread 0x7fffe9f27700 (LWP 19128)]
|
|---|
| 140 | [New Thread 0x7fffe9726700 (LWP 19129)]
|
|---|
| 141 | [New Thread 0x7fffe8f25700 (LWP 19130)]
|
|---|
| 142 | [New Thread 0x7fffe8724700 (LWP 19131)]
|
|---|
| 143 | [New Thread 0x7fffe7f23700 (LWP 19132)]
|
|---|
| 144 | [New Thread 0x7fffe7722700 (LWP 19133)]
|
|---|
| 145 | [New Thread 0x7fffe6f21700 (LWP 19134)]
|
|---|
| 146 | [New Thread 0x7fffe6720700 (LWP 19135)]
|
|---|
| 147 | [New Thread 0x7fffe5f1f700 (LWP 19136)]
|
|---|
| 148 | [New Thread 0x7fffe571e700 (LWP 19137)]
|
|---|
| 149 | [New Thread 0x7fffe4f1d700 (LWP 19138)]
|
|---|
| 150 | [New Thread 0x7fffe471c700 (LWP 19139)]
|
|---|
| 151 | [New Thread 0x7fffe3f1b700 (LWP 19140)]
|
|---|
| 152 | [New Thread 0x7fffe371a700 (LWP 19141)]
|
|---|
| 153 | [New Thread 0x7fffe2f11700 (LWP 19142)]
|
|---|
| 154 | [New Thread 0x7fffe26fa700 (LWP 19143)]
|
|---|
| 155 | [New Thread 0x7fffe1ee3700 (LWP 19144)]
|
|---|
| 156 | [New Thread 0x7fffe16cc700 (LWP 19145)]
|
|---|
| 157 | [New Thread 0x7fffe0eb5700 (LWP 19146)]
|
|---|
| 158 | [New Thread 0x7fffe069e700 (LWP 19147)]
|
|---|
| 159 | [New Thread 0x7fffdfe87700 (LWP 19148)]
|
|---|
| 160 | [New Thread 0x7fffdf670700 (LWP 19149)]
|
|---|
| 161 | [New Thread 0x7fffdee59700 (LWP 19150)]
|
|---|
| 162 | [New Thread 0x7fffde642700 (LWP 19151)]
|
|---|
| 163 | [New Thread 0x7fffdde2b700 (LWP 19152)]
|
|---|
| 164 | [New Thread 0x7fffdd614700 (LWP 19153)]
|
|---|
| 165 | [New Thread 0x7fffdcdfd700 (LWP 19154)]
|
|---|
| 166 | [New Thread 0x7fffdc5e6700 (LWP 19155)]
|
|---|
| 167 | [New Thread 0x7fffdbdcf700 (LWP 19156)]
|
|---|
| 168 | [New Thread 0x7fffdb5b8700 (LWP 19157)]
|
|---|
| 169 | [New Thread 0x7fffdada1700 (LWP 19158)]
|
|---|
| 170 | [New Thread 0x7fffda58a700 (LWP 19159)]
|
|---|
| 171 | [New Thread 0x7fffd9d73700 (LWP 19160)]
|
|---|
| 172 | [graph_0_in_0_0 @ 0x611000001f80] Setting 'time_base' to value '1/22050'
|
|---|
| 173 | [graph_0_in_0_0 @ 0x611000001f80] Setting 'sample_rate' to value '22050'
|
|---|
| 174 | [graph_0_in_0_0 @ 0x611000001f80] Setting 'sample_fmt' to value 'fltp'
|
|---|
| 175 | [graph_0_in_0_0 @ 0x611000001f80] Setting 'channel_layout' to value '0x3'
|
|---|
| 176 | [graph_0_in_0_0 @ 0x611000001f80] tb:1/22050 samplefmt:fltp samplerate:22050 chlayout:0x3
|
|---|
| 177 | [format_out_0_0 @ 0x611000002340] Setting 'sample_fmts' to value 's16'
|
|---|
| 178 | [format_out_0_0 @ 0x611000002340] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_0'
|
|---|
| 179 | [AVFilterGraph @ 0x60e00000ba80] query_formats: 5 queried, 9 merged, 3 already done, 0 delayed
|
|---|
| 180 | [auto_resampler_0 @ 0x611000002480] [SWR @ 0x632000000800] Using fltp internally between filters
|
|---|
| 181 | [auto_resampler_0 @ 0x611000002480] ch:2 chl:stereo fmt:fltp r:22050Hz -> ch:2 chl:stereo fmt:s16 r:22050Hz
|
|---|
| 182 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 183 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 184 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 185 | [cook @ 0x619000003280] subpacket[0] 1024 507
|
|---|
| 186 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 187 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 188 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 189 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 190 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 191 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 192 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 193 | [cook @ 0x619000003280] subpacket[0] 1024 499
|
|---|
| 194 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 195 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 196 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 197 | [cook @ 0x619000003280] subpacket[0] 1024 512
|
|---|
| 198 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 199 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 200 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 201 | [cook @ 0x619000003280] subpacket[0] 1024 499
|
|---|
| 202 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 203 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 204 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 205 | [cook @ 0x619000003280] subpacket[0] 1024 495
|
|---|
| 206 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 207 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 208 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 209 | [cook @ 0x619000003280] subpacket[0] 1024 493
|
|---|
| 210 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 211 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 212 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 213 | [cook @ 0x619000003280] subpacket[0] 1024 493
|
|---|
| 214 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 215 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 216 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 217 | [cook @ 0x619000003280] subpacket[0] 1024 512
|
|---|
| 218 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 219 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 220 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 221 | [cook @ 0x619000003280] subpacket[0] 1024 500
|
|---|
| 222 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 223 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 224 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 225 | [cook @ 0x619000003280] subpacket[0] 1024 500
|
|---|
| 226 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 227 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 228 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 229 | [cook @ 0x619000003280] subpacket[0] 1024 505
|
|---|
| 230 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 231 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 232 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 233 | [cook @ 0x619000003280] subpacket[0] 1024 506
|
|---|
| 234 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 235 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 236 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 237 | [cook @ 0x619000003280] subpacket[0] 1024 512
|
|---|
| 238 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 239 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 240 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 241 | [cook @ 0x619000003280] subpacket[0] 1024 511
|
|---|
| 242 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 243 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 244 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 245 | [cook @ 0x619000003280] subpacket[0] 1024 512
|
|---|
| 246 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 247 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 248 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 249 | [cook @ 0x619000003280] subpacket[0] 1024 495
|
|---|
| 250 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 251 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 252 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 253 | [cook @ 0x619000003280] subpacket[0] 1024 512
|
|---|
| 254 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 255 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 256 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 257 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 258 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 259 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 260 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 261 | [cook @ 0x619000003280] subpacket[0] 1024 511
|
|---|
| 262 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 263 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 264 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 265 | [cook @ 0x619000003280] subpacket[0] 1024 506
|
|---|
| 266 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 267 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 268 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 269 | [cook @ 0x619000003280] subpacket[0] 1024 503
|
|---|
| 270 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 271 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 272 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 273 | [cook @ 0x619000003280] subpacket[0] 1024 511
|
|---|
| 274 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 275 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 276 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 277 | [cook @ 0x619000003280] subpacket[0] 1024 506
|
|---|
| 278 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 279 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 280 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 281 | [cook @ 0x619000003280] subpacket[0] 1024 511
|
|---|
| 282 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 283 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 284 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 285 | [cook @ 0x619000003280] subpacket[0] 1024 512
|
|---|
| 286 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 287 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 288 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 289 | [cook @ 0x619000003280] subpacket[0] 1024 507
|
|---|
| 290 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 291 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 292 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 293 | [cook @ 0x619000003280] subpacket[0] 1024 499
|
|---|
| 294 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 295 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 296 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 297 | [cook @ 0x619000003280] subpacket[0] 1024 502
|
|---|
| 298 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 299 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 300 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 301 | [cook @ 0x619000003280] subpacket[0] 1024 503
|
|---|
| 302 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 303 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 304 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 305 | [cook @ 0x619000003280] subpacket[0] 1024 504
|
|---|
| 306 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 307 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 308 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 309 | [cook @ 0x619000003280] subpacket[0] 1024 502
|
|---|
| 310 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 311 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 312 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 313 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 314 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 315 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 316 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 317 | [cook @ 0x619000003280] subpacket[0] 1024 509
|
|---|
| 318 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 319 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 320 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 321 | [cook @ 0x619000003280] subpacket[0] 1024 511
|
|---|
| 322 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 323 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 324 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 325 | [cook @ 0x619000003280] subpacket[0] 1024 505
|
|---|
| 326 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 327 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 328 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 329 | [cook @ 0x619000003280] subpacket[0] 1024 497
|
|---|
| 330 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 331 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 332 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 333 | [cook @ 0x619000003280] subpacket[0] 1024 504
|
|---|
| 334 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 335 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 336 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 337 | [cook @ 0x619000003280] subpacket[0] 1024 504
|
|---|
| 338 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 339 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 340 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 341 | [cook @ 0x619000003280] subpacket[0] 1024 510
|
|---|
| 342 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 343 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 344 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 345 | [cook @ 0x619000003280] subpacket[0] 1024 506
|
|---|
| 346 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 347 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 348 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 349 | [cook @ 0x619000003280] subpacket[0] 1024 509
|
|---|
| 350 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 351 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 352 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 353 | [cook @ 0x619000003280] subpacket[0] 1024 506
|
|---|
| 354 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 355 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 356 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 357 | [cook @ 0x619000003280] subpacket[0] 1024 494
|
|---|
| 358 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 359 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 360 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 361 | [cook @ 0x619000003280] subpacket[0] 1024 501
|
|---|
| 362 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 363 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 364 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 365 | [cook @ 0x619000003280] subpacket[0] 1024 509
|
|---|
| 366 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 367 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 368 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 369 | [cook @ 0x619000003280] subpacket[0] 1024 496
|
|---|
| 370 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 371 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 372 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 373 | [cook @ 0x619000003280] subpacket[0] 1024 511
|
|---|
| 374 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 375 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 376 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 377 | [cook @ 0x619000003280] subpacket[0] 1024 509
|
|---|
| 378 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 379 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 380 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 381 | [cook @ 0x619000003280] subpacket[0] 1024 502
|
|---|
| 382 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 383 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 384 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 385 | [cook @ 0x619000003280] subpacket[0] 1024 507
|
|---|
| 386 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 387 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 388 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 389 | [cook @ 0x619000003280] subpacket[0] 1024 506
|
|---|
| 390 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 391 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 392 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 393 | [cook @ 0x619000003280] subpacket[0] 1024 498
|
|---|
| 394 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 395 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 396 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 397 | [cook @ 0x619000003280] subpacket[0] 1024 489
|
|---|
| 398 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 399 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 400 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 401 | [cook @ 0x619000003280] subpacket[0] 1024 495
|
|---|
| 402 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 403 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 404 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 405 | [cook @ 0x619000003280] subpacket[0] 1024 500
|
|---|
| 406 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 407 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 408 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 409 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 410 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 411 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 412 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 413 | [cook @ 0x619000003280] subpacket[0] 1024 498
|
|---|
| 414 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 415 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 416 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 417 | [cook @ 0x619000003280] subpacket[0] 1024 512
|
|---|
| 418 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 419 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 420 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 421 | [cook @ 0x619000003280] subpacket[0] 1024 507
|
|---|
| 422 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 423 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 424 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 425 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 426 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 427 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 428 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 429 | [cook @ 0x619000003280] subpacket[0] 1024 510
|
|---|
| 430 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 431 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 432 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 433 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 434 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 435 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 436 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 437 | [cook @ 0x619000003280] subpacket[0] 1024 507
|
|---|
| 438 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 439 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 440 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 441 | [cook @ 0x619000003280] subpacket[0] 1024 501
|
|---|
| 442 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 443 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 444 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 445 | [cook @ 0x619000003280] subpacket[0] 1024 504
|
|---|
| 446 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 447 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 448 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 449 | [cook @ 0x619000003280] subpacket[0] 1024 499
|
|---|
| 450 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 451 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 452 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 453 | [cook @ 0x619000003280] subpacket[0] 1024 497
|
|---|
| 454 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 455 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 456 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 457 | [cook @ 0x619000003280] subpacket[0] 1024 500
|
|---|
| 458 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 459 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 460 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 461 | [cook @ 0x619000003280] subpacket[0] 1024 502
|
|---|
| 462 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 463 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 464 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 465 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 466 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 467 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 468 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 469 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 470 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 471 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 472 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 473 | [cook @ 0x619000003280] subpacket[0] 1024 492
|
|---|
| 474 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 475 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 476 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 477 | [cook @ 0x619000003280] subpacket[0] 1024 508
|
|---|
| 478 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 479 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 480 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 481 | [cook @ 0x619000003280] subpacket[0] 1024 507
|
|---|
| 482 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 483 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 484 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 485 | [cook @ 0x619000003280] subpacket[0] 1024 500
|
|---|
| 486 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 487 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 488 | [cook @ 0x619000003280] subpacket[0] size 128 js 0 0 block_align 128
|
|---|
| 489 | [cook @ 0x619000003280] subpacket[0] 1024 510
|
|---|
| 490 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 491 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 492 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 493 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 494 | [New Thread 0x7fffd955c700 (LWP 19175)]
|
|---|
| 495 | [New Thread 0x7fffd8d45700 (LWP 19176)]
|
|---|
| 496 | [New Thread 0x7fffd852e700 (LWP 19177)]
|
|---|
| 497 | [New Thread 0x7fffd7d17700 (LWP 19178)]
|
|---|
| 498 | [New Thread 0x7fffd7500700 (LWP 19179)]
|
|---|
| 499 | [New Thread 0x7fffd6ce9700 (LWP 19180)]
|
|---|
| 500 | [New Thread 0x7fffd64d2700 (LWP 19181)]
|
|---|
| 501 | [New Thread 0x7fffd5cbb700 (LWP 19182)]
|
|---|
| 502 | [New Thread 0x7fffd54a4700 (LWP 19183)]
|
|---|
| 503 | [New Thread 0x7fffd4c8d700 (LWP 19184)]
|
|---|
| 504 | [New Thread 0x7fffd4476700 (LWP 19185)]
|
|---|
| 505 | [New Thread 0x7fffd3c5f700 (LWP 19186)]
|
|---|
| 506 | [New Thread 0x7fffd3448700 (LWP 19187)]
|
|---|
| 507 | [New Thread 0x7fffd2c31700 (LWP 19188)]
|
|---|
| 508 | [New Thread 0x7fffd241a700 (LWP 19189)]
|
|---|
| 509 | [New Thread 0x7fffd1c03700 (LWP 19190)]
|
|---|
| 510 | [New Thread 0x7fffd13ec700 (LWP 19191)]
|
|---|
| 511 | [New Thread 0x7fffd0bd5700 (LWP 19193)]
|
|---|
| 512 | [New Thread 0x7fffd03be700 (LWP 19194)]
|
|---|
| 513 | [New Thread 0x7fffcfba7700 (LWP 19195)]
|
|---|
| 514 | [New Thread 0x7fffcf390700 (LWP 19197)]
|
|---|
| 515 | [New Thread 0x7fffceb79700 (LWP 19198)]
|
|---|
| 516 | [New Thread 0x7fffce362700 (LWP 19199)]
|
|---|
| 517 | [New Thread 0x7fffcdb4b700 (LWP 19200)]
|
|---|
| 518 | [New Thread 0x7fffcd334700 (LWP 19201)]
|
|---|
| 519 | [New Thread 0x7fffccb1d700 (LWP 19202)]
|
|---|
| 520 | [New Thread 0x7fffcc306700 (LWP 19203)]
|
|---|
| 521 | [New Thread 0x7fffcbaef700 (LWP 19204)]
|
|---|
| 522 | [New Thread 0x7fffcb2d8700 (LWP 19208)]
|
|---|
| 523 | [New Thread 0x7fffcaac1700 (LWP 19209)]
|
|---|
| 524 | [New Thread 0x7fffca2aa700 (LWP 19210)]
|
|---|
| 525 | [New Thread 0x7fffc9a93700 (LWP 19212)]
|
|---|
| 526 | [New Thread 0x7fffc927c700 (LWP 19213)]
|
|---|
| 527 | [New Thread 0x7fffc8a65700 (LWP 19214)]
|
|---|
| 528 | [New Thread 0x7fffc824e700 (LWP 19215)]
|
|---|
| 529 | [New Thread 0x7fffc7a37700 (LWP 19216)]
|
|---|
| 530 | [New Thread 0x7fffc7220700 (LWP 19217)]
|
|---|
| 531 | [New Thread 0x7fffc6a09700 (LWP 19220)]
|
|---|
| 532 | [New Thread 0x7fffc61f2700 (LWP 19221)]
|
|---|
| 533 | [New Thread 0x7fffc59db700 (LWP 19222)]
|
|---|
| 534 | [New Thread 0x7fffc51c4700 (LWP 19223)]
|
|---|
| 535 | [New Thread 0x7fffc49ad700 (LWP 19224)]
|
|---|
| 536 | [New Thread 0x7fffc4196700 (LWP 19225)]
|
|---|
| 537 | [New Thread 0x7fffc397f700 (LWP 19226)]
|
|---|
| 538 | [New Thread 0x7fffc3168700 (LWP 19227)]
|
|---|
| 539 | [New Thread 0x7fffc2951700 (LWP 19228)]
|
|---|
| 540 | [New Thread 0x7fffc213a700 (LWP 19229)]
|
|---|
| 541 | [New Thread 0x7fffc1923700 (LWP 19230)]
|
|---|
| 542 | [graph 1 input from stream 0:1 @ 0x611000002840] Setting 'video_size' to value '256x192'
|
|---|
| 543 | [graph 1 input from stream 0:1 @ 0x611000002840] Setting 'pix_fmt' to value '0'
|
|---|
| 544 | [graph 1 input from stream 0:1 @ 0x611000002840] Setting 'time_base' to value '1/1000'
|
|---|
| 545 | [graph 1 input from stream 0:1 @ 0x611000002840] Setting 'pixel_aspect' to value '0/1'
|
|---|
| 546 | [graph 1 input from stream 0:1 @ 0x611000002840] Setting 'sws_param' to value 'flags=2'
|
|---|
| 547 | [graph 1 input from stream 0:1 @ 0x611000002840] Setting 'frame_rate' to value '1/65536'
|
|---|
| 548 | [graph 1 input from stream 0:1 @ 0x611000002840] w:256 h:192 pixfmt:yuv420p tb:1/1000 fr:1/65536 sar:0/1 sws_param:flags=2
|
|---|
| 549 | [format @ 0x611000002c00] Setting 'pix_fmts' to value 'yuv420p'
|
|---|
| 550 | [AVFilterGraph @ 0x60e00000d080] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
|
|---|
| 551 | [flv @ 0x619000005f80] bitrate tolerance 4000000 too small for bitrate 509000, overriding
|
|---|
| 552 |
|
|---|
| 553 | Thread 1 "ffmpeg_g" hit Breakpoint 1, ff_mpv_encode_init (avctx=<optimized out>)
|
|---|
| 554 | at libavcodec/mpegvideo_enc.c:497
|
|---|
| 555 | 497 avctx->bit_rate_tolerance = 5 * avctx->bit_rate * av_q2d(avctx->time_base);
|
|---|
| 556 | (gdb) n
|
|---|
| 557 | 365 s->bit_rate = avctx->bit_rate;
|
|---|
| 558 | (gdb) n
|
|---|
| 559 | 497 avctx->bit_rate_tolerance = 5 * avctx->bit_rate * av_q2d(avctx->time_base);
|
|---|
| 560 | (gdb) n
|
|---|
| 561 | libavcodec/mpegvideo_enc.c:497:37: runtime error: 1.66789e+11 is outside the range of representable values of type 'int'
|
|---|
| 562 | SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior libavcodec/mpegvideo_enc.c:497:37 in
|
|---|
| 563 | 494 avctx->bit_rate_tolerance) {
|
|---|
| 564 | (gdb) bt
|
|---|
| 565 | #0 ff_mpv_encode_init (avctx=<optimized out>) at libavcodec/mpegvideo_enc.c:494
|
|---|
| 566 | #1 0x0000000005090e4e in avcodec_open2 (avctx=<optimized out>,
|
|---|
| 567 | codec=0x9ffc7c0 <ff_flv_encoder>, options=0x616000018de0)
|
|---|
| 568 | at libavcodec/utils.c:935
|
|---|
| 569 | #2 0x000000000061c78c in init_output_stream (ost=<optimized out>,
|
|---|
| 570 | error=<optimized out>, error_len=1024) at fftools/ffmpeg.c:3517
|
|---|
| 571 | #3 0x00000000006552db in reap_filters (flush=0) at fftools/ffmpeg.c:1442
|
|---|
| 572 | #4 0x00000000005e7433 in transcode_step () at fftools/ffmpeg.c:4648
|
|---|
| 573 | #5 transcode () at fftools/ffmpeg.c:4692
|
|---|
| 574 | #6 0x00000000005db6ec in main (argc=<optimized out>, argv=<optimized out>)
|
|---|
| 575 | at fftools/ffmpeg.c:4894
|
|---|
| 576 | (gdb) disass $pc-32,$pc+32
|
|---|
| 577 | Dump of assembler code from 0x431db45 to 0x431db85:
|
|---|
| 578 | 0x000000000431db45 <ff_mpv_encode_init+16909>: mov $0x0,%ch
|
|---|
| 579 | 0x000000000431db47 <ff_mpv_encode_init+16911>: add %bh,0xb6eeaf0(%rdi)
|
|---|
| 580 | 0x000000000431db4d <ff_mpv_encode_init+16917>: callq 0x505b70 <__sanitizer_cov_trace_pc_guard>
|
|---|
| 581 | 0x000000000431db52 <ff_mpv_encode_init+16922>: test %r13b,%r13b
|
|---|
| 582 | 0x000000000431db55 <ff_mpv_encode_init+16925>: je 0x432903a <ff_mpv_encode_init+63234>
|
|---|
| 583 | 0x000000000431db5b <ff_mpv_encode_init+16931>: mov $0xb6eeaf8,%edi
|
|---|
| 584 | 0x000000000431db60 <ff_mpv_encode_init+16936>: callq 0x505b70 <__sanitizer_cov_trace_pc_guard>
|
|---|
| 585 | => 0x000000000431db65 <ff_mpv_encode_init+16941>: test %r14,%r14
|
|---|
| 586 | 0x000000000431db68 <ff_mpv_encode_init+16944>: jne 0x4329056 <ff_mpv_encode_init+63262>
|
|---|
| 587 | 0x000000000431db6e <ff_mpv_encode_init+16950>: mov $0xb6eeb00,%edi
|
|---|
| 588 | 0x000000000431db73 <ff_mpv_encode_init+16955>: callq 0x505b70 <__sanitizer_cov_trace_pc_guard>
|
|---|
| 589 | 0x000000000431db78 <ff_mpv_encode_init+16960>: mov 0x20(%rsp),%r14
|
|---|
| 590 | 0x000000000431db7d <ff_mpv_encode_init+16965>: mov 0x7fff8000(%r15),%al
|
|---|
| 591 | 0x000000000431db84 <ff_mpv_encode_init+16972>: test %al,%al
|
|---|
| 592 | End of assembler dump.
|
|---|
| 593 | (gdb) info all-registers
|
|---|
| 594 | rax 0x7ffff211ac50 140737254632528
|
|---|
| 595 | rbx 0x619000005fc0 107271103209408
|
|---|
| 596 | rcx 0x0 0
|
|---|
| 597 | rdx 0x431db64 70376292
|
|---|
| 598 | rsi 0x0 0
|
|---|
| 599 | rdi 0xb6eeaf8 191818488
|
|---|
| 600 | rbp 0x62600000c39c 0x62600000c39c
|
|---|
| 601 | rsp 0x7fffffffa690 0x7fffffffa690
|
|---|
| 602 | r8 0x2990be 2724030
|
|---|
| 603 | r9 0x0 0
|
|---|
| 604 | r10 0x0 0
|
|---|
| 605 | r11 0x202 514
|
|---|
| 606 | r12 0x619000005f80 107271103209344
|
|---|
| 607 | r13 0x26d501 2544897
|
|---|
| 608 | r14 0x0 0
|
|---|
| 609 | r15 0xc3200000bf8 13408887901176
|
|---|
| 610 | rip 0x431db65 0x431db65 <ff_mpv_encode_init+16941>
|
|---|
| 611 | eflags 0x206 [ PF IF ]
|
|---|
| 612 | cs 0x33 51
|
|---|
| 613 | ss 0x2b 43
|
|---|
| 614 | ds 0x0 0
|
|---|
| 615 | es 0x0 0
|
|---|
| 616 | fs 0x0 0
|
|---|
| 617 | gs 0x0 0
|
|---|
| 618 | st0 <invalid float value> (raw 0xffff7f7f7f7f7f7f7f7f)
|
|---|
| 619 | st1 <invalid float value> (raw 0xffff7f7f7f7f7f7f7f7f)
|
|---|
| 620 | st2 <invalid float value> (raw 0xffff0000000000000000)
|
|---|
| 621 | st3 <invalid float value> (raw 0xffff7f7f7f7f7f7f7f7f)
|
|---|
| 622 | st4 <invalid float value> (raw 0xffff7f7f7f7f7f7f7f7f)
|
|---|
| 623 | st5 <invalid float value> (raw 0xffff7f7f7f7f7f7f7f7f)
|
|---|
| 624 | st6 <invalid float value> (raw 0xffff7f7f7f7f7f7f7f7f)
|
|---|
| 625 | st7 166789120000 (raw 0x40249b55a00000000000)
|
|---|
| 626 | fctrl 0x37f 895
|
|---|
| 627 | fstat 0x400 1024
|
|---|
| 628 | ftag 0xffff 65535
|
|---|
| 629 | fiseg 0x7fff 32767
|
|---|
| 630 | fioff 0xf5cd0fdf -171110433
|
|---|
| 631 | foseg 0x0 0
|
|---|
| 632 | fooff 0x0 0
|
|---|
| 633 | fop 0x0 0
|
|---|
| 634 | mxcsr 0x1fa8 [ OE PE IM DM ZM OM UM PM ]
|
|---|
| 635 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 636 | bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
|
|---|
| 637 | enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0,
|
|---|
| 638 | preserved = 0, enabled = 0}}
|
|---|
| 639 | bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0,
|
|---|
| 640 | status = {bde = 0, error = 0}}
|
|---|
| 641 | k0 0x0 0
|
|---|
| 642 | k1 0x0 0
|
|---|
| 643 | k2 0x0 0
|
|---|
| 644 | k3 0x0 0
|
|---|
| 645 | k4 0x0 0
|
|---|
| 646 | k5 0x0 0
|
|---|
| 647 | k6 0x0 0
|
|---|
| 648 | k7 0x0 0
|
|---|
| 649 | pkru 0x55555554 1431655764
|
|---|
| 650 | zmm0 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 651 | v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x8, 0x0, 0x0,
|
|---|
| 652 | 0x0, 0x30, 0x0, 0x0, 0x0, 0xf0, 0xa2, 0xff, 0xff, 0xff, 0x7f,
|
|---|
| 653 | 0x0 <repeats 50 times>}, v32_int16 = {0x8, 0x0, 0x30, 0x0, 0xa2f0, 0xffff,
|
|---|
| 654 | 0x7fff, 0x0 <repeats 25 times>}, v16_int32 = {0x8, 0x30, 0xffffa2f0, 0x7fff,
|
|---|
| 655 | 0x0 <repeats 12 times>}, v8_int64 = {0x3000000008, 0x7fffffffa2f0, 0x0, 0x0,
|
|---|
| 656 | 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x7fffffffa2f00000003000000008, 0x0, 0x0,
|
|---|
| 657 | 0x0}}
|
|---|
| 658 | zmm1 {v16_float = {0x0, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0,
|
|---|
| 659 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0xff, 0xff, 0xff, 0xff,
|
|---|
| 660 | 0x0 <repeats 60 times>}, v32_int16 = {0xffff, 0xffff, 0x0 <repeats 30 times>},
|
|---|
| 661 | v16_int32 = {0xffffffff, 0x0 <repeats 15 times>}, v8_int64 = {0xffffffff, 0x0,
|
|---|
| 662 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffff, 0x0, 0x0, 0x0}}
|
|---|
| 663 | zmm2 {v16_float = {0x0, 0x0 <repeats 15 times>}, v8_double = {0x0, 0x0,
|
|---|
| 664 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0xff, 0xff, 0xff, 0xff,
|
|---|
| 665 | 0x0 <repeats 60 times>}, v32_int16 = {0xffff, 0xffff, 0x0 <repeats 30 times>},
|
|---|
| 666 | v16_int32 = {0xffffffff, 0x0 <repeats 15 times>}, v8_int64 = {0xffffffff, 0x0,
|
|---|
| 667 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0xffffffff, 0x0, 0x0, 0x0}}
|
|---|
| 668 | zmm3 {v16_float = {0xffffffff, 0xffffffff, 0xffffffff, 0x0,
|
|---|
| 669 | 0x0 <repeats 12 times>}, v8_double = {0x7fffffffffffffff, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 670 | 0x0, 0x0, 0x0}, v64_int8 = {0x72, 0x61, 0x74, 0x65, 0x20, 0x74, 0x6f, 0x6c,
|
|---|
| 671 | 0x65, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x34, 0x0 <repeats 48 times>},
|
|---|
| 672 | v32_int16 = {0x6172, 0x6574, 0x7420, 0x6c6f, 0x7265, 0x6e61, 0x6563, 0x3420,
|
|---|
| 673 | 0x0 <repeats 24 times>}, v16_int32 = {0x65746172, 0x6c6f7420, 0x6e617265,
|
|---|
| 674 | 0x34206563, 0x0 <repeats 12 times>}, v8_int64 = {0x6c6f742065746172,
|
|---|
| 675 | 0x342065636e617265, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 676 | 0x342065636e6172656c6f742065746172, 0x0, 0x0, 0x0}}
|
|---|
| 677 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 678 | zmm4 {v16_float = {0xffffffff, 0x0, 0x0, 0xffffffff,
|
|---|
| 679 | 0x0 <repeats 12 times>}, v8_double = {0x0, 0x7fffffffffffffff, 0x0, 0x0, 0x0,
|
|---|
| 680 | 0x0, 0x0, 0x0}, v64_int8 = {0x69, 0x74, 0x72, 0x61, 0x74, 0x65, 0x20, 0x35,
|
|---|
| 681 | 0x30, 0x39, 0x30, 0x30, 0x30, 0x2c, 0x20, 0x6f, 0x0 <repeats 48 times>},
|
|---|
| 682 | v32_int16 = {0x7469, 0x6172, 0x6574, 0x3520, 0x3930, 0x3030, 0x2c30, 0x6f20,
|
|---|
| 683 | 0x0 <repeats 24 times>}, v16_int32 = {0x61727469, 0x35206574, 0x30303930,
|
|---|
| 684 | 0x6f202c30, 0x0 <repeats 12 times>}, v8_int64 = {0x3520657461727469,
|
|---|
| 685 | 0x6f202c3030303930, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 686 | 0x6f202c30303039303520657461727469, 0x0, 0x0, 0x0}}
|
|---|
| 687 | zmm5 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0,
|
|---|
| 688 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x39, 0x0, 0x0, 0x70,
|
|---|
| 689 | 0x62, 0x0 <repeats 58 times>}, v32_int16 = {0x3900, 0x0, 0x6270,
|
|---|
| 690 | 0x0 <repeats 29 times>}, v16_int32 = {0x3900, 0x6270, 0x0 <repeats 14 times>},
|
|---|
| 691 | v8_int64 = {0x627000003900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 692 | 0x627000003900, 0x0, 0x0, 0x0}}
|
|---|
| 693 | zmm6 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 694 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 695 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 696 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 697 | zmm7 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 698 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 699 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 700 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 701 | zmm8 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 702 | v8_double = {0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 703 | 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0xc4, 0x4b, 0xec, 0xf7, 0x8c, 0x4b,
|
|---|
| 704 | 0xec, 0xf7, 0x2c, 0x4b, 0xec, 0xf7, 0x0 <repeats 48 times>}, v32_int16 = {0x0,
|
|---|
| 705 | 0x0, 0x4bc4, 0xf7ec, 0x4b8c, 0xf7ec, 0x4b2c, 0xf7ec, 0x0 <repeats 24 times>},
|
|---|
| 706 | v16_int32 = {0x0, 0xf7ec4bc4, 0xf7ec4b8c, 0xf7ec4b2c, 0x0 <repeats 12 times>},
|
|---|
| 707 | v8_int64 = {0xf7ec4bc400000000, 0xf7ec4b2cf7ec4b8c, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 708 | 0x0}, v4_int128 = {0xf7ec4b2cf7ec4b8cf7ec4bc400000000, 0x0, 0x0, 0x0}}
|
|---|
| 709 | zmm9 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 710 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 711 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 712 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 713 | zmm10 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 714 | v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x1f, 0x1f,
|
|---|
| 715 | 0x1d, 0x1b, 0x1d, 0x19, 0x12, 0x11, 0x1f, 0x1f, 0x1d, 0x1b, 0x1d, 0x19, 0x12,
|
|---|
| 716 | 0x11, 0x0 <repeats 48 times>}, v32_int16 = {0x1f1f, 0x1b1d, 0x191d, 0x1112,
|
|---|
| 717 | 0x1f1f, 0x1b1d, 0x191d, 0x1112, 0x0 <repeats 24 times>}, v16_int32 = {
|
|---|
| 718 | 0x1b1d1f1f, 0x1112191d, 0x1b1d1f1f, 0x1112191d, 0x0 <repeats 12 times>},
|
|---|
| 719 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 720 | v8_int64 = {0x1112191d1b1d1f1f, 0x1112191d1b1d1f1f, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 721 | 0x0}, v4_int128 = {0x1112191d1b1d1f1f1112191d1b1d1f1f, 0x0, 0x0, 0x0}}
|
|---|
| 722 | zmm11 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 723 | v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x1f, 0x0,
|
|---|
| 724 | 0x1f, 0x0, 0x1d, 0x0, 0x1b, 0x0, 0x1d, 0x0, 0x19, 0x0, 0x12, 0x0, 0x11,
|
|---|
| 725 | 0x0 <repeats 49 times>}, v32_int16 = {0x1f, 0x1f, 0x1d, 0x1b, 0x1d, 0x19,
|
|---|
| 726 | 0x12, 0x11, 0x0 <repeats 24 times>}, v16_int32 = {0x1f001f, 0x1b001d,
|
|---|
| 727 | 0x19001d, 0x110012, 0x0 <repeats 12 times>}, v8_int64 = {0x1b001d001f001f,
|
|---|
| 728 | 0x1100120019001d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 729 | 0x1100120019001d001b001d001f001f, 0x0, 0x0, 0x0}}
|
|---|
| 730 | zmm12 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 731 | v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x1e, 0x1f,
|
|---|
| 732 | 0x1d, 0x1b, 0x1d, 0x19, 0x12, 0x11, 0x1e, 0x1f, 0x1d, 0x1b, 0x1d, 0x19, 0x12,
|
|---|
| 733 | 0x11, 0x0 <repeats 48 times>}, v32_int16 = {0x1f1e, 0x1b1d, 0x191d, 0x1112,
|
|---|
| 734 | 0x1f1e, 0x1b1d, 0x191d, 0x1112, 0x0 <repeats 24 times>}, v16_int32 = {
|
|---|
| 735 | 0x1b1d1f1e, 0x1112191d, 0x1b1d1f1e, 0x1112191d, 0x0 <repeats 12 times>},
|
|---|
| 736 | v8_int64 = {0x1112191d1b1d1f1e, 0x1112191d1b1d1f1e, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 737 | 0x0}, v4_int128 = {0x1112191d1b1d1f1e1112191d1b1d1f1e, 0x0, 0x0, 0x0}}
|
|---|
| 738 | zmm13 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 739 | v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x1e, 0x1f,
|
|---|
| 740 | 0x1d, 0x1b, 0x1d, 0x19, 0x12, 0x11, 0x1e, 0x1f, 0x1d, 0x1b, 0x1d, 0x19, 0x12,
|
|---|
| 741 | 0x11, 0x0 <repeats 48 times>}, v32_int16 = {0x1f1e, 0x1b1d, 0x191d, 0x1112,
|
|---|
| 742 | 0x1f1e, 0x1b1d, 0x191d, 0x1112, 0x0 <repeats 24 times>}, v16_int32 = {
|
|---|
| 743 | 0x1b1d1f1e, 0x1112191d, 0x1b1d1f1e, 0x1112191d, 0x0 <repeats 12 times>},
|
|---|
| 744 | v8_int64 = {0x1112191d1b1d1f1e, 0x1112191d1b1d1f1e, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 745 | 0x0}, v4_int128 = {0x1112191d1b1d1f1e1112191d1b1d1f1e, 0x0, 0x0, 0x0}}
|
|---|
| 746 | zmm14 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 747 | v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x21, 0x0,
|
|---|
| 748 | 0x22, 0x0, 0x1f, 0x0, 0x1d, 0x0, 0x1e, 0x0, 0x19, 0x0, 0x12, 0x0, 0x10,
|
|---|
| 749 | 0x0 <repeats 49 times>}, v32_int16 = {0x21, 0x22, 0x1f, 0x1d, 0x1e, 0x19,
|
|---|
| 750 | 0x12, 0x10, 0x0 <repeats 24 times>}, v16_int32 = {0x220021, 0x1d001f,
|
|---|
| 751 | 0x19001e, 0x100012, 0x0 <repeats 12 times>}, v8_int64 = {0x1d001f00220021,
|
|---|
| 752 | 0x1000120019001e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 753 | 0x1000120019001e001d001f00220021, 0x0, 0x0, 0x0}}
|
|---|
| 754 | zmm15 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>},
|
|---|
| 755 | v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x21, 0x0,
|
|---|
| 756 | 0x22, 0x0, 0x1f, 0x0, 0x1d, 0x0, 0x1e, 0x0, 0x19, 0x0, 0x12, 0x0, 0x10,
|
|---|
| 757 | 0x0 <repeats 49 times>}, v32_int16 = {0x21, 0x22, 0x1f, 0x1d, 0x1e, 0x19,
|
|---|
| 758 | 0x12, 0x10, 0x0 <repeats 24 times>}, v16_int32 = {0x220021, 0x1d001f,
|
|---|
| 759 | 0x19001e, 0x100012, 0x0 <repeats 12 times>}, v8_int64 = {0x1d001f00220021,
|
|---|
| 760 | 0x1000120019001e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 761 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 762 | 0x1000120019001e001d001f00220021, 0x0, 0x0, 0x0}}
|
|---|
| 763 | zmm16 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 764 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 765 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 766 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 767 | zmm17 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 768 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 769 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 770 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 771 | zmm18 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 772 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 773 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 774 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 775 | zmm19 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 776 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 777 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 778 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 779 | zmm20 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 780 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 781 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 782 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 783 | zmm21 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 784 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 785 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 786 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 787 | zmm22 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 788 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 789 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 790 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 791 | zmm23 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 792 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 793 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 794 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 795 | zmm24 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 796 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 797 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 798 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 799 | zmm25 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 800 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 801 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 802 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 803 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 804 | zmm26 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 805 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 806 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 807 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 808 | zmm27 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 809 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 810 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 811 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 812 | zmm28 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 813 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 814 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 815 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 816 | zmm29 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 817 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 818 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 819 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 820 | zmm30 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 821 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 822 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 823 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 824 | zmm31 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 825 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {
|
|---|
| 826 | 0x0 <repeats 32 times>}, v16_int32 = {0x0 <repeats 16 times>}, v8_int64 = {
|
|---|
| 827 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0, 0x0, 0x0, 0x0}}
|
|---|
| 828 | bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 829 | bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 830 | bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 831 | bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 832 |
|
|---|