Ticket #8008: gdb_log_8008

File gdb_log_8008, 4.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_g...done.
16(gdb) r
17Starting program: ffmpeg/ffmpeg_g -y -i tmp/tmp.ac3 -map 0 -c:v:118 pcm_s32le -c:v asv2 -disposition:a:53 xwd -disposition:v:37 h263 -vframes 17 -aframes 84 -r 71 -ab 483k -ar 48000 -level 20 -b:v 265 -strict 3 tmp_/tmp_.adx
18[Thread debugging using libthread_db enabled]
19Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
20ffmpeg version N-94251-gf83b46e218 Copyright (c) 2000-2019 the FFmpeg developers
21 built with clang version 9.0.0 (https://github.com/llvm/llvm-project.git 442a120567a4bc6c59bc754f9edabfb770086f36)
22 configuration: --cc=clang --cxx=clang++ --prefix=ffmpeg/install --enable-debug --toolchain=clang-asan
23 libavutil 56. 30.100 / 56. 30.100
24 libavcodec 58. 53.101 / 58. 53.101
25 libavformat 58. 28.101 / 58. 28.101
26 libavdevice 58. 7.100 / 58. 7.100
27 libavfilter 7. 56.101 / 7. 56.101
28 libswscale 5. 4.101 / 5. 4.101
29 libswresample 3. 4.100 / 3. 4.100
30[ac3 @ 0x61b000000080] Estimating duration from bitrate, this may be inaccurate
31Input #0, ac3, from 'tmp/tmp.ac3':
32 Duration: 00:00:03.42, start: 0.000000, bitrate: 128 kb/s
33 Stream #0:0: Audio: ac3, 48000 Hz, stereo, fltp, 128 kb/s
34Stream mapping:
35 Stream #0:0 -> #0:0 (ac3 (native) -> adpcm_adx (native))
36Press [q] to stop, [?] for help
37[New Thread 0x7ffff0058700 (LWP 25514)]
38[New Thread 0x7fffef857700 (LWP 25515)]
39[New Thread 0x7fffef056700 (LWP 25516)]
40[New Thread 0x7fffee855700 (LWP 25517)]
41[New Thread 0x7fffee054700 (LWP 25518)]
42[New Thread 0x7fffed853700 (LWP 25519)]
43[New Thread 0x7fffed052700 (LWP 25520)]
44[New Thread 0x7fffec851700 (LWP 25521)]
45[New Thread 0x7fffec050700 (LWP 25522)]
46[New Thread 0x7fffeb84f700 (LWP 25523)]
47[New Thread 0x7fffeb04e700 (LWP 25524)]
48[New Thread 0x7fffea84d700 (LWP 25525)]
49Output #0, adx, to 'tmp_/tmp_.adx':
50 Metadata:
51 encoder : Lavf58.28.101
52 Stream #0:0: Audio: adpcm_adx, 48000 Hz, stereo, s16, 483 kb/s
53 Metadata:
54 encoder : Lavc58.53.101 adpcm_adx
55libavcodec/adxenc.c:88:18: runtime error: left shift of negative value -1
56SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior libavcodec/adxenc.c:88:18 in
57libavcodec/adxenc.c:51:18: runtime error: left shift of negative value -1
58SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior libavcodec/adxenc.c:51:18 in
59libavcodec/adxenc.c:82:22: runtime error: left shift of negative value -1
60SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior libavcodec/adxenc.c:82:22 in
61size= 3kB time=00:00:00.05 bitrate= 437.1kbits/s speed=4.44x
62video:0kB audio:3kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000%
63[Thread 0x7fffef857700 (LWP 25515) exited]
64[Thread 0x7fffeb84f700 (LWP 25523) exited]
65[Thread 0x7fffec050700 (LWP 25522) exited]
66[Thread 0x7fffec851700 (LWP 25521) exited]
67[Thread 0x7fffed052700 (LWP 25520) exited]
68[Thread 0x7fffee054700 (LWP 25518) exited]
69[Thread 0x7fffee855700 (LWP 25517) exited]
70[Thread 0x7fffeb04e700 (LWP 25524) exited]
71[Thread 0x7fffea84d700 (LWP 25525) exited]
72[Thread 0x7fffed853700 (LWP 25519) exited]
73[Thread 0x7fffef056700 (LWP 25516) exited]
74[Thread 0x7ffff0058700 (LWP 25514) exited]
75==25493==LeakSanitizer has encountered a fatal error.
76==25493==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
77==25493==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
78[Inferior 1 (process 25493) exited with code 01]
79(gdb) bt
80No stack.
81(gdb) disass $pc-32,$pc+32
82No registers.
83(gdb) info all-registers
84The program has no registers now.
85