Skip to content

Instantly share code, notes, and snippets.

@anthony-cros
Created December 16, 2015 23:30
Show Gist options
  • Save anthony-cros/6db4add8decb074be8fd to your computer and use it in GitHub Desktop.
Save anthony-cros/6db4add8decb074be8fd to your computer and use it in GitHub Desktop.
$ gdb ./eth
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 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 "arm-linux-gnueabihf".
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 ./eth...done.
(gdb) run
Starting program: /home/phablet/eth/bin/eth
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
(++)Ethereum
Beware. You're entering the Frontier!
⧎ ℹ 23:30:28|eth Id: ##3c522eb2…
pure virtual method called
terminate called without an active exception
[New Thread 0xb4750450 (LWP 5098)]
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb4750450 (LWP 5098)]
0xb494f9a6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
(gdb) bt
#0 0xb494f9a6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
#1 0xb495d62e in raise () from /lib/arm-linux-gnueabihf/libc.so.6
#2 0xb495e332 in abort () from /lib/arm-linux-gnueabihf/libc.so.6
#3 0xb4b11120 in __gnu_cxx::__verbose_terminate_handler() ()
from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#4 0xb4b0f950 in ?? () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#5 0xb4b0f9a6 in std::terminate() ()
from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#6 0xb4b102ce in __cxa_pure_virtual ()
from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#7 0xb4b4e2a0 in ?? () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#8 0xb6ef2490 in start_thread () from /lib/arm-linux-gnueabihf/libpthread.so.0
#9 0xb49ccc4c in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment