Skip to content

Instantly share code, notes, and snippets.

@TeddyDD

TeddyDD/out.txt Secret

Last active December 27, 2018 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TeddyDD/504488f93c7e928bcd06074e883f6050 to your computer and use it in GitHub Desktop.
Save TeddyDD/504488f93c7e928bcd06074e883f6050 to your computer and use it in GitHub Desktop.
gdb output DLS
env LC_ALL=C gdb ./DLS_x64_Release
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./DLS_x64_Release...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/teddy/.config/itch/apps/DLS/DLS_v0.16.1_Linux_x64_2018_12_23/DLS_x64_Release
Program received signal SIGSEGV, Segmentation fault.
_dl_relocate_object (scope=0x7ffff7ffe4c8, reloc_mode=<optimized out>,
consider_profiling=consider_profiling@entry=0) at dl-reloc.c:231
231 dl-reloc.c: No such file or directory.
(gdb) bt
#0 _dl_relocate_object (scope=0x7ffff7ffe4c8, reloc_mode=<optimized out>,
consider_profiling=consider_profiling@entry=0) at dl-reloc.c:231
#1 0x00007ffff7dd9307 in dl_main (phdr=<optimized out>,
phnum=<optimized out>, user_entry=<optimized out>, auxv=<optimized out>)
at rtld.c:2190
#2 0x00007ffff7defdd0 in _dl_sysdep_start (
start_argptr=start_argptr@entry=0x7fffffffdaf0,
dl_main=dl_main@entry=0x7ffff7dd7660 <dl_main>) at ../elf/dl-sysdep.c:253
#3 0x00007ffff7dd7128 in _dl_start_final (arg=0x7fffffffdaf0) at rtld.c:414
#4 _dl_start (arg=0x7fffffffdaf0) at rtld.c:521
#5 0x00007ffff7dd6098 in _start () from /lib64/ld-linux-x86-64.so.2
#6 0x0000000000000001 in ?? ()
#7 0x00007fffffffde94 in ?? ()
#8 0x0000000000000000 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment