(gdb) r
Starting program: /mnt/utmp/telegram/Telegram
warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir
datadir/auto-load".
To enable execution of this file add
add-auto-load-safe-path /lib/libthread_db-1.0.so
line to your configuration file "/mnt/utmp/telegram/home/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/mnt/utmp/telegram/home/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir
datadir/auto-load".
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
Qt: gdb: -nograb added to command-line options.
Use the -dograb option to enforce grabbing.
[New LWP 19746]
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
[New LWP 19747]
[New LWP 19748]
[New LWP 19749]
[New LWP 19752]
[New LWP 19753]
[New LWP 19754]
[LWP 19752 exited]
[New LWP 19755]
[New LWP 19756]
[New LWP 19757]
[LWP 19756 exited]
[New LWP 19758]
[New LWP 19759]
[New LWP 19760]
[New LWP 19761]
[LWP 19760 exited]
[New LWP 19762]
[New LWP 19763]
[New LWP 19764]
[LWP 19763 exited]
[New LWP 19765]
[New LWP 19766]
[New LWP 19767]
[LWP 19766 exited]
[LWP 19758 exited]
[New LWP 19768]
[New LWP 19769]
[swscaler @ 0x248f980] No accelerated colorspace conversion found from yuv420p to bgra.
Program received signal SIGBUS, Bus error.
[Switching to LWP 19769]
0x411bfaf0 in ff_yuv420p_to_bgra_neon () at libswscale/arm/yuv2rgb_neon.S:279
279 libswscale/arm/yuv2rgb_neon.S: No such file or directory.
(gdb) bt
#0 0x411bfaf0 in ff_yuv420p_to_bgra_neon ()
at libswscale/arm/yuv2rgb_neon.S:279
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) i
"info" must be followed by the name of an info command.
List of info subcommands:
info address -- Describe where symbol SYM is stored
info all-registers -- List of all registers and their contents
info args -- Argument variables of current stack frame
info auto-load -- Print current status of auto-loaded files
info auxv -- Display the inferior's auxiliary vector
info bookmarks -- Status of user-settable bookmarks
info breakpoints -- Status of specified breakpoints (all user-settable breakpoints if no argument)
info checkpoints -- IDs of currently known checkpoints
info classes -- All Objective-C classes
info common -- Print out the values contained in a Fortran COMMON block
info copying -- Conditions for redistributing copies of GDB
info dcache -- Print information on the dcache performance
info display -- Expressions to display when program stops
info exceptions -- List all Ada exception names
info extensions -- All filename extensions associated with a source language
info files -- Names of targets and files being debugged
---Type <return> to continue, or q <return> to quit---l
info float -- Print the status of the floating point unit
info frame -- All about selected stack frame
info functions -- All function names
info guile -- Prefix command for Guile info displays
info handle -- What debugger does when program gets various signals
info inferiors -- IDs of specified inferiors (all inferiors if no argument)
info line -- Core addresses of the code for a source line
info locals -- Local variables of current stack frame
info macro -- Show the definition of MACRO
info macros -- Show the definitions of all macros at LINESPEC
info mem -- Memory region attributes
info os -- Show OS data ARG
info probes -- Show available static probes
info proc -- Show /proc process information about any running process
info program -- Execution status of the program
info record -- Info record options
info registers -- List of integer registers and their contents
info scope -- List the variables local to a scope
info selectors -- All Objective-C selectors
---Type <return> to continue, or q <return> to quit---return
info set -- Show all GDB settings
info sharedlibrary -- Status of loaded shared object libraries
info signals -- What debugger does when program gets various signals
info skip -- Display the status of skips
info source -- Information about the current source file
info sources -- Source files in the program
info stack -- Backtrace of the stack
info static-tracepoint-markers -- List target static tracepoints markers
info symbol -- Describe what symbol is at location ADDR
info target -- Names of targets and files being debugged
info tasks -- Provide information about all known Ada tasks
info terminal -- Print inferior's saved terminal status
info threads -- Display currently known threads
info tracepoints -- Status of specified tracepoints (all tracepoints if no argument)
info tvariables -- Status of trace state variables and their values
info types -- All type names
info variables -- All global and static variable names
info vector -- Print the status of the vector unit
---Type <return> to continue, or q <return> to quit---q
Quit
(gdb) info reg
r0 0x1e0 480
r1 0x124 292
r2 0x4f6b7008 1332441096
r3 0x780 1920
r4 0x22fcd00 36687104
r5 0x1e0 480
r6 0x23228f8 36841720
r7 0x23228f0 36841712
r8 0x1e0 480
r9 0x80 128
r10 0x232c038 36880440
r11 0x4f6b7788 1332443016
r12 0x22fced0 36687568
sp 0x4e9dea28 0x4e9dea28
lr 0x4119be51 1092206161
pc 0x411bfaf0 0x411bfaf0 <ff_yuv420p_to_bgra_neon+248>
cpsr 0x8000030 134217776
(gdb)