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.
-
TheBlueMatt commented at 5:11 AM on December 5, 2016: member
- laanwj added the label Tests on Dec 5, 2016
- jonasschnelli assigned theuni on Dec 5, 2016
-
theuni commented at 3:05 AM on December 6, 2016: member
Thanks. This really needs an Init() that the ctor and Start both call.
Will fix.
- MarcoFalke added this to the milestone 0.14.0 on Dec 6, 2016
- MarcoFalke added this to the milestone 0.15.0 on Jan 27, 2017
- MarcoFalke removed this from the milestone 0.14.0 on Jan 27, 2017
- MarcoFalke added this to the milestone Future on Aug 1, 2017
- MarcoFalke removed this from the milestone 0.15.0 on Aug 1, 2017
-
achow101 commented at 2:15 AM on August 9, 2017: member
Looks fixed to me.
- fanquake closed this on Aug 9, 2017
- MarcoFalke removed this from the milestone Future on Aug 12, 2018
- DrahtBot locked this on Sep 8, 2021
Contributors
Labels