-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Description
Clean build of git HEAD running on the bitcoin faucet machine is crashing:
#1 0x082786c1 in AcentryToJSON (acentry=..., strAccount=..., ret=...) at rpcwallet.cpp:972
972 if (fAllAccounts || acentry.strAccount == strAccount)
(gdb) p acentry.strAccount
$1 = {static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x1 <Address 0x1 out of bounds>}}
Maybe a stomping-on-memory-from-multiple threads bug? I'll see what I can see in valgrind...
Faucet machine is running Ubuntu 10.04.4 LTS