Created
May 18, 2011 13:42
-
-
Save jordanlewis/978581 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[8:41:1]% WALLET_PASSPHRASE=test gdb --args ./bitcoind -nolisten -noirc -addnode= | |
GNU gdb (GDB) 7.0.1-debian | |
Copyright (C) 2009 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". | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>... | |
Reading symbols from /home/jalewis/bitcoin/src/bitcoind...done. | |
(gdb) run | |
Starting program: /home/jalewis/bitcoin/src/bitcoind -nolisten -noirc -addnode= | |
[Thread debugging using libthread_db enabled] | |
[New Thread 0x40800950 (LWP 5597)] | |
It is recommended that you restart bitcoin with -encryptkeys to automatically encrypt the existing unencrypted keys in your wallet. | |
[New Thread 0x41001950 (LWP 5598)] | |
[New Thread 0x41802950 (LWP 5599)] | |
[New Thread 0x42003950 (LWP 5600)] | |
[Thread 0x42003950 (LWP 5600) exited] | |
[New Thread 0x42804950 (LWP 5601)] | |
[New Thread 0x43005950 (LWP 5602)] | |
[Thread 0x43005950 (LWP 5602) exited] | |
[New Thread 0x43806950 (LWP 5603)] | |
[New Thread 0x44007950 (LWP 5604)] | |
[New Thread 0x44808950 (LWP 5605)] | |
[Thread 0x41001950 (LWP 5598) exited] | |
[New Thread 0x45009950 (LWP 5612)] | |
[Thread 0x45009950 (LWP 5612) exited] | |
[New Thread 0x45009950 (LWP 5613)] | |
Program received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x41802950 (LWP 5599)] | |
0x00007ffff733d15b in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&) () from /usr/lib/libstdc++.so.6 | |
(gdb) bt | |
#0 0x00007ffff733d15b in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&) () from /usr/lib/libstdc++.so.6 | |
#1 0x00000000004c7373 in json_spirit::Value_impl<json_spirit::Config_vector<std::string> >::Value_impl(json_spirit::Value_impl<json_spirit::Config_vector<std::string> > const&) () | |
#2 0x00000000004c74e5 in json_spirit::Pair_impl<json_spirit::Config_vector<std::string> >::Pair_impl(std::string const&, json_spirit::Value_impl<json_spirit::Config_vector<std::string> > const&) () | |
#3 0x000000000049bb50 in JSONRPCReply (result=..., error=..., id=...) | |
at rpc.cpp:1920 | |
#4 0x00000000004afc7a in ThreadRPCServer2 (parg=<value optimized out>) | |
at rpc.cpp:2175 | |
#5 0x00000000004b09e7 in ThreadRPCServer (parg=0x0) at rpc.cpp:2008 | |
#6 0x00007ffff75adfc7 in start_thread () from /lib/libpthread.so.0 | |
#7 0x00007ffff6b7a64d in clone () from /lib/libc.so.6 | |
#8 0x0000000000000000 in ?? () | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment