| 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 -stream_loop 25 -y -r 110 -i samples/samples.mplayerhq.hu/A-codecs/act/rec09.act -loglevel 99 -map 0 -aframes 52 -ar 22050 -ac 14 -b:v 786k -strict 3 output/tmp.ogg
|
|---|
| 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-94961-g1d86e4b3eb 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 --toolchain=clang-usan
|
|---|
| 23 | libavutil 56. 35.100 / 56. 35.100
|
|---|
| 24 | libavcodec 58. 57.100 / 58. 57.100
|
|---|
| 25 | libavformat 58. 32.104 / 58. 32.104
|
|---|
| 26 | libavdevice 58. 9.100 / 58. 9.100
|
|---|
| 27 | libavfilter 7. 58.102 / 7. 58.102
|
|---|
| 28 | libswscale 5. 6.100 / 5. 6.100
|
|---|
| 29 | libswresample 3. 6.100 / 3. 6.100
|
|---|
| 30 | Splitting the commandline.
|
|---|
| 31 | Reading option '-stream_loop' ... matched as option 'stream_loop' (set number of times input stream shall be looped) with argument '25'.
|
|---|
| 32 | Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
|
|---|
| 33 | Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '110'.
|
|---|
| 34 | Reading option '-i' ... matched as input url with argument 'samples/samples.mplayerhq.hu/A-codecs/act/rec09.act'.
|
|---|
| 35 | Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
|
|---|
| 36 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
|
|---|
| 37 | Reading option '-aframes' ... matched as option 'aframes' (set the number of audio frames to output) with argument '52'.
|
|---|
| 38 | Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '22050'.
|
|---|
| 39 | Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '14'.
|
|---|
| 40 | Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '786k'.
|
|---|
| 41 | Reading option '-strict' ...Routing option strict to both codec and muxer layer
|
|---|
| 42 | matched as AVOption 'strict' with argument '3'.
|
|---|
| 43 | Reading option 'output/tmp.ogg' ... matched as output url.
|
|---|
| 44 | Finished splitting the commandline.
|
|---|
| 45 | Parsing a group of options: global .
|
|---|
| 46 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 47 | Applying option loglevel (set logging level) with argument 99.
|
|---|
| 48 | Successfully parsed a group of options.
|
|---|
| 49 | Parsing a group of options: input url samples/samples.mplayerhq.hu/A-codecs/act/rec09.act.
|
|---|
| 50 | Applying option stream_loop (set number of times input stream shall be looped) with argument 25.
|
|---|
| 51 | Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 110.
|
|---|
| 52 | Successfully parsed a group of options.
|
|---|
| 53 | Opening an input file: samples/samples.mplayerhq.hu/A-codecs/act/rec09.act.
|
|---|
| 54 | [NULL @ 0x9235a00] Opening 'samples/samples.mplayerhq.hu/A-codecs/act/rec09.act' for reading
|
|---|
| 55 | [file @ 0x9236580] Setting default whitelist 'file,crypto'
|
|---|
| 56 | Probing act score:100 size:2048
|
|---|
| 57 | Probing wav score:99 size:2048
|
|---|
| 58 | [act @ 0x9235a00] Format act probed with size=2048 and score=100
|
|---|
| 59 | [act @ 0x9235a00] Before avformat_find_stream_info() pos: 512 bytes read:23552 seeks:0 nb_streams:1
|
|---|
| 60 | [act @ 0x9235a00] All info found
|
|---|
| 61 | [act @ 0x9235a00] stream 0: start_time: -92233720368547760.000 duration: 22.950
|
|---|
| 62 | [act @ 0x9235a00] format: start_time: -9223372036854.775 duration: 22.950 bitrate=8 kb/s
|
|---|
| 63 | [act @ 0x9235a00] After avformat_find_stream_info() pos: 1012 bytes read:23552 seeks:0 frames:50
|
|---|
| 64 | Guessed Channel Layout for Input Stream #0.0 : mono
|
|---|
| 65 | Input #0, act, from 'samples/samples.mplayerhq.hu/A-codecs/act/rec09.act':
|
|---|
| 66 | Duration: 00:00:22.95, bitrate: 8 kb/s
|
|---|
| 67 | Stream #0:0, 50, 1/100: Audio: g729 ([1][0][0][0] / 0x0001), 8000 Hz, mono, s16p, 128 kb/s
|
|---|
| 68 | Successfully opened the file.
|
|---|
| 69 | Parsing a group of options: output url output/tmp.ogg.
|
|---|
| 70 | Applying option map (set input stream mapping) with argument 0.
|
|---|
| 71 | Applying option aframes (set the number of audio frames to output) with argument 52.
|
|---|
| 72 | Applying option ar (set audio sampling rate (in Hz)) with argument 22050.
|
|---|
| 73 | Applying option ac (set number of audio channels) with argument 14.
|
|---|
| 74 | Applying option b:v (video bitrate (please use -b:v)) with argument 786k.
|
|---|
| 75 | Successfully parsed a group of options.
|
|---|
| 76 | Opening an output file: output/tmp.ogg.
|
|---|
| 77 | Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (output/tmp.ogg) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
|
|---|
| 78 | [file @ 0x924e400] Setting default whitelist 'file,crypto'
|
|---|
| 79 | Successfully opened the file.
|
|---|
| 80 | Stream mapping:
|
|---|
| 81 | Stream #0:0 -> #0:0 (g729 (native) -> flac (native))
|
|---|
| 82 | Press [q] to stop, [?] for help
|
|---|
| 83 | 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)
|
|---|
| 84 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 85 | libavcodec/lsp.c:111:20: runtime error: left shift of negative value -31132
|
|---|
| 86 | libavcodec/lsp.c:119:28: runtime error: left shift of negative value -9097
|
|---|
| 87 | libavcodec/g729postfilter.c:503:58: runtime error: left shift of negative value -1743
|
|---|
| 88 | libavcodec/g729postfilter.c:159:41: runtime error: left shift of negative value -1
|
|---|
| 89 | libavcodec/g729postfilter.c:503:28: runtime error: left shift of negative value -11
|
|---|
| 90 | detected 12 logical cores
|
|---|
| 91 | [New Thread 0x7fffefb67700 (LWP 17800)]
|
|---|
| 92 | [New Thread 0x7fffef366700 (LWP 17802)]
|
|---|
| 93 | [New Thread 0x7fffeeb65700 (LWP 17803)]
|
|---|
| 94 | [New Thread 0x7fffee364700 (LWP 17804)]
|
|---|
| 95 | [New Thread 0x7fffedb63700 (LWP 17805)]
|
|---|
| 96 | [New Thread 0x7fffed362700 (LWP 17809)]
|
|---|
| 97 | [New Thread 0x7fffecb61700 (LWP 17810)]
|
|---|
| 98 | [New Thread 0x7fffec360700 (LWP 17811)]
|
|---|
| 99 | [New Thread 0x7fffebb5f700 (LWP 17812)]
|
|---|
| 100 | [New Thread 0x7fffeb35e700 (LWP 17813)]
|
|---|
| 101 | [New Thread 0x7fffeab5d700 (LWP 17814)]
|
|---|
| 102 | [New Thread 0x7fffea35c700 (LWP 17815)]
|
|---|
| 103 | [graph_0_in_0_0 @ 0x9251580] Setting 'time_base' to value '1/8000'
|
|---|
| 104 | [graph_0_in_0_0 @ 0x9251580] Setting 'sample_rate' to value '8000'
|
|---|
| 105 | [graph_0_in_0_0 @ 0x9251580] Setting 'sample_fmt' to value 's16p'
|
|---|
| 106 | [graph_0_in_0_0 @ 0x9251580] Setting 'channel_layout' to value '0x4'
|
|---|
| 107 | [graph_0_in_0_0 @ 0x9251580] tb:1/8000 samplefmt:s16p samplerate:8000 chlayout:0x4
|
|---|
| 108 | [format_out_0_0 @ 0x9251980] Setting 'sample_fmts' to value 's16|s32'
|
|---|
| 109 | [format_out_0_0 @ 0x9251980] Setting 'sample_rates' to value '22050'
|
|---|
| 110 | [format_out_0_0 @ 0x9251980] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_0'
|
|---|
| 111 | [AVFilterGraph @ 0x924fe40] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
|
|---|
| 112 | [auto_resampler_0 @ 0x9252b40] picking s16 out of 2 ref:s16p
|
|---|
| 113 | [auto_resampler_0 @ 0x9252b40] [SWR @ 0x9252e80] Using s16p internally between filters
|
|---|
| 114 | [auto_resampler_0 @ 0x9252b40] ch:1 chl:mono fmt:s16p r:8000Hz -> ch:1 chl:mono fmt:s16 r:22050Hz
|
|---|
| 115 | [flac @ 0x924d8c0] compression: 5
|
|---|
| 116 | [flac @ 0x924d8c0] lpc type: Levinson-Durbin recursion with Welch window
|
|---|
| 117 | [flac @ 0x924d8c0] prediction order: 1, 8
|
|---|
| 118 | [flac @ 0x924d8c0] order method: estimate
|
|---|
| 119 | [flac @ 0x924d8c0] partition order: 0, 8
|
|---|
| 120 | [flac @ 0x924d8c0] block size: 2304
|
|---|
| 121 | [flac @ 0x924d8c0] lpc precision: 15
|
|---|
| 122 | Output #0, ogg, to 'output/tmp.ogg':
|
|---|
| 123 | Metadata:
|
|---|
| 124 | encoder : Lavf58.32.104
|
|---|
| 125 | Stream #0:0, 0, 1/22050: Audio: flac, 22050 Hz, mono, s16, 128 kb/s
|
|---|
| 126 | Metadata:
|
|---|
| 127 | encoder : Lavc58.57.100 flac
|
|---|
| 128 | 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)
|
|---|
| 129 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 130 | libavcodec/g729dec.c:560:45: runtime error: index 62 out of bounds for type 'int16_t [40]'
|
|---|
| 131 | libavcodec/g729dec.c:561:45: runtime error: index 62 out of bounds for type 'int16_t [40]'
|
|---|
| 132 | libavcodec/g729postfilter.c:204:65: runtime error: index -61 out of bounds for type 'int16_t [192]'
|
|---|
| 133 | libavcodec/g729postfilter.c:205:64: runtime error: index -61 out of bounds for type 'int16_t [192]'
|
|---|
| 134 | libavcodec/g729postfilter.c:509:24: runtime error: left shift of negative value -14
|
|---|
| 135 | libavcodec/g729postfilter.c:509:54: runtime error: left shift of negative value -23520
|
|---|
| 136 | 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)
|
|---|
| 137 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 138 | 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)
|
|---|
| 139 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 140 | 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)
|
|---|
| 141 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 142 | 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)
|
|---|
| 143 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 144 | libavcodec/g729postfilter.c:349:49: runtime error: left shift of negative value -1
|
|---|
| 145 | 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)
|
|---|
| 146 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 147 | 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)
|
|---|
| 148 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 149 | 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)
|
|---|
| 150 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 151 | 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)
|
|---|
| 152 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 153 | 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)
|
|---|
| 154 | [g729 @ 0x9239080] Packet type: G.729 @ 8kbit/s
|
|---|
| 155 | libavcodec/g729postfilter.c:370:36: runtime error: left shift of negative value -55
|
|---|
| 156 | libavcodec/g729postfilter.c:467:18: runtime error: left shift of negative value -338
|
|---|
| 157 | Last message repeated 533 times
|
|---|
| 158 | No more output streams to write to, finishing.
|
|---|
| 159 | size= 73kB time=00:00:05.43 bitrate= 109.8kbits/s speed=26.7x
|
|---|
| 160 | video:0kB audio:72kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.859025%
|
|---|
| 161 | Input file #0 (samples/samples.mplayerhq.hu/A-codecs/act/rec09.act):
|
|---|
| 162 | Input stream #0:0 (audio): 544 packets read (5440 bytes); 544 frames decoded (43520 samples);
|
|---|
| 163 | Total: 544 packets (5440 bytes) demuxed
|
|---|
| 164 | Output file #0 (output/tmp.ogg):
|
|---|
| 165 | Output stream #0:0 (audio): 52 frames encoded (119808 samples); 52 packets muxed (73921 bytes);
|
|---|
| 166 | Total: 52 packets (73921 bytes) muxed
|
|---|
| 167 | 544 frames successfully decoded, 0 decoding errors
|
|---|
| 168 | [Thread 0x7fffedb63700 (LWP 17805) exited]
|
|---|
| 169 | [Thread 0x7fffec360700 (LWP 17811) exited]
|
|---|
| 170 | [Thread 0x7fffebb5f700 (LWP 17812) exited]
|
|---|
| 171 | [Thread 0x7fffeb35e700 (LWP 17813) exited]
|
|---|
| 172 | [Thread 0x7fffecb61700 (LWP 17810) exited]
|
|---|
| 173 | [Thread 0x7fffeab5d700 (LWP 17814) exited]
|
|---|
| 174 | [Thread 0x7fffed362700 (LWP 17809) exited]
|
|---|
| 175 | [Thread 0x7fffea35c700 (LWP 17815) exited]
|
|---|
| 176 | [Thread 0x7fffee364700 (LWP 17804) exited]
|
|---|
| 177 | [Thread 0x7fffeeb65700 (LWP 17803) exited]
|
|---|
| 178 | [Thread 0x7fffef366700 (LWP 17802) exited]
|
|---|
| 179 | [Thread 0x7fffefb67700 (LWP 17800) exited]
|
|---|
| 180 | [AVIOContext @ 0x924e480] Statistics: 0 seeks, 8 writeouts
|
|---|
| 181 | [AVIOContext @ 0x923ea40] Statistics: 23552 bytes read, 0 seeks
|
|---|
| 182 | [Inferior 1 (process 17744) exited normally]
|
|---|
| 183 |
|
|---|