From IRC: < E-Rage> hi folks. i’ve compiled bitcoind from the master branch and when running it only gets 380 blocks from testnet … < E-Rage> argh.. dunno why i didn’t catch this before.. < E-Rage> sipa: http://pastebin.com/LBp1Wsnh < E-Rage> InvalidChainFound on 381 < sipa> what platform is this? < sipa> anything special about how you compiled? < sipa> which version? < E-Rage> master from a few hours ago < E-Rage> Ubuntu 12.04 32bit VirtualBox VM < E-Rage> standard autogen/configure/make < E-Rage> was running 0.9.x on this box quite successfully for weeks < sipa> can you bisect, please? …
By mail: So, I redid the git bisect from yesterday (as I think screwed up the one that I gave you) and git tells me that this..
https://github.com/bitcoin/bitcoin/commit/bc42503f6ab304608c321986a870795e45f5a016
.. is the first bad commit. If I check that out, ‘git log’ and use the previous commit (bdd5b587fc7fd1b4dda479c4aad15c874b22e8f3) that one succeeds (is able to reindex past block 380). So, not sure what to do with this info. Any hint and where to go from here?