Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
test_bitcoin fails valgrind #9278
Comments
laanwj
added the
Tests
label
Dec 5, 2016
theuni
was assigned
by jonasschnelli
Dec 5, 2016
|
Thanks. This really needs an Init() that the ctor and Start both call. Will fix. |
MarcoFalke
added this to the
0.14.0
milestone
Dec 6, 2016
MarcoFalke
modified the milestone: 0.15.0, 0.14.0
Jan 27, 2017
|
This is still a problem. Any fixes yet? @theuni |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TheBlueMatt commentedDec 5, 2016
On recent master, test_bitcoin generates new valgrind warnings, specifically, rpc_tests.cpp:91 calls getnetworkinfo(), which, on rpc/net.cpp:437 looks up the connman's nLocalServices, which were never initialized (normally this would happen with CConnman::Start).
@theuni might want to take a look here.