Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Binary: Segmentation fault #27

Open
HaskuldrKrionskij opened this issue May 7, 2020 · 1 comment
Open

Linux Binary: Segmentation fault #27

HaskuldrKrionskij opened this issue May 7, 2020 · 1 comment

Comments

@HaskuldrKrionskij
Copy link

$ gdb -q ./Wallet
BFD: warning: /home/user/.Wallet/Wallet has a corrupt string table index - ignoring
Reading symbols from ./Wallet...
(No debugging symbols found in ./Wallet)
(gdb) run
Starting program: /home/user/.Wallet/Wallet 

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7fde4c1 in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2
(gdb) backtrace
#0  0x00007ffff7fde4c1 in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2
#1  0x00007ffff7fd6676 in dl_main () from /lib64/ld-linux-x86-64.so.2
#2  0x00007ffff7fec25b in _dl_sysdep_start () from /lib64/ld-linux-x86-64.so.2
#3  0x00007ffff7fd3fdc in _dl_start () from /lib64/ld-linux-x86-64.so.2
#4  0x00007ffff7fd3108 in _start () from /lib64/ld-linux-x86-64.so.2
#5  0x0000000000000001 in ?? ()
#6  0x00007fffffffe2c3 in ?? ()
#7  0x0000000000000000 in ?? ()

Write if I need to copy-past anything else.

@HaskuldrKrionskij
Copy link
Author

Solved: Donwload binary 0.9.7, run and update to 0.9.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant