Ticket #8165: gdb-sdsdec59

File gdb-sdsdec59, 5.2 KB (added by Suhwan, 7 years ago)
Line 
1GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
2Copyright (C) 2018 Free Software Foundation, Inc.
3License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
4This is free software: you are free to change and redistribute it.
5There is NO WARRANTY, to the extent permitted by law. Type "show copying"
6and "show warranty" for details.
7This GDB was configured as "x86_64-linux-gnu".
8Type "show configuration" for configuration details.
9For bug reporting instructions, please see:
10<http://www.gnu.org/software/gdb/bugs/>.
11Find the GDB manual and other documentation resources online at:
12<http://www.gnu.org/software/gdb/documentation/>.
13For help, type "help".
14Type "apropos word" to search for commands related to "word"...
15Reading symbols from ../ffmpeg/ffmpeg_g...done.
16(gdb) b sdsdec.c:59
17Breakpoint 1 at 0x193d1ce: file libavformat/sdsdec.c, line 59.
18(gdb) r
19Starting program: ffmpeg_g -y -r 17 -i samples/samples.mplayerhq.hu/A-codecs/libsndfile-samples/sds-pcm16.sds -target dvd -loglevel 99 -map 0 -c: s:0 targa -disposition: v:154 r10k -disposition: a:178 v210 -vframes 13 -aframes 105 output/tmp.idf
20[Thread debugging using libthread_db enabled]
21Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
22ffmpeg version N-94943-g1db6e47e85 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-usan
25 libavutil 56. 35.100 / 56. 35.100
26 libavcodec 58. 56.102 / 58. 56.102
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
32Splitting the commandline.
33Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
34Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '17'.
35Reading option '-i' ... matched as input url with argument 'samples/samples.mplayerhq.hu/A-codecs/libsndfile-samples/sds-pcm16.sds'.
36Reading 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'.
37Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
38Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
39Reading option '-c:' ... matched as option 'c' (codec name) with argument 's:0'.
40Reading option 'targa' ... matched as output url.
41Reading option '-disposition:' ... matched as option 'disposition' (disposition) with argument 'v:154'.
42Reading option 'r10k' ... matched as output url.
43Reading option '-disposition:' ... matched as option 'disposition' (disposition) with argument 'a:178'.
44Reading option 'v210' ... matched as output url.
45Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '13'.
46Reading option '-aframes' ... matched as option 'aframes' (set the number of audio frames to output) with argument '105'.
47Reading option 'output/tmp.idf' ... matched as output url.
48Finished splitting the commandline.
49Parsing a group of options: global .
50Applying option y (overwrite output files) with argument 1.
51Applying option loglevel (set logging level) with argument 99.
52Successfully parsed a group of options.
53Parsing a group of options: input url samples/samples.mplayerhq.hu/A-codecs/libsndfile-samples/sds-pcm16.sds.
54Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 17.
55Successfully parsed a group of options.
56Opening an input file: samples/samples.mplayerhq.hu/A-codecs/libsndfile-samples/sds-pcm16.sds.
57[NULL @ 0x9231d00] Opening 'samples/samples.mplayerhq.hu/A-codecs/libsndfile-samples/sds-pcm16.sds' for reading
58[file @ 0x9232880] Setting default whitelist 'file,crypto'
59Probing sds score:50 size:2048
60[sds @ 0x9231d00] Format sds probed with size=2048 and score=50
61[sds @ 0x9231d00] Before avformat_find_stream_info() pos: 21 bytes read:32768 seeks:0 nb_streams:1
62libavformat/sdsdec.c:59:30: runtime error: left shift of 64 by 25 places cannot be represented in type 'int'
63[sds @ 0x9231d00] All info found
64[sds @ 0x9231d00] stream 0: start_time: -836587032821294.875 duration: 1.702
65[sds @ 0x9231d00] format: start_time: -9223372036854.775 duration: 1.702 bitrate=280 kb/s
66[sds @ 0x9231d00] After avformat_find_stream_info() pos: 6371 bytes read:32768 seeks:0 frames:50
67Guessed Channel Layout for Input Stream #0.0 : mono
68Input #0, sds, from 'samples/samples.mplayerhq.hu/A-codecs/libsndfile-samples/sds-pcm16.sds':
69 Duration: 00:00:01.70, bitrate: 280 kb/s
70 Stream #0:0, 50, 1/11025: Audio: pcm_u32le, 11025 Hz, mono, s32, 352 kb/s
71Successfully opened the file.
72Parsing a group of options: output url targa.
73Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument dvd.
74Could not determine norm (PAL/NTSC/NTSC-Film) for target.
75Please prefix target with "pal-", "ntsc-" or "film-",
76or set a framerate with "-r xxx".
77[AVIOContext @ 0x923acc0] Statistics: 32768 bytes read, 0 seeks
78[Inferior 1 (process 20878) exited with code 01]
79