debugging
This commit is contained in:
@@ -491,8 +491,10 @@ bool CBlockTreeDB::LoadBlockIndexGuts()
|
|||||||
// Load mapBlockIndex
|
// Load mapBlockIndex
|
||||||
LogPrintf("Past the pcursor->Seek\n");
|
LogPrintf("Past the pcursor->Seek\n");
|
||||||
while (pcursor->Valid()) {
|
while (pcursor->Valid()) {
|
||||||
|
LogPrintf("Before interruption_point\n")
|
||||||
boost::this_thread::interruption_point();
|
boost::this_thread::interruption_point();
|
||||||
try {
|
try {
|
||||||
|
LogPrintf("Before pcursor->key\n")
|
||||||
leveldb::Slice slKey = pcursor->key();
|
leveldb::Slice slKey = pcursor->key();
|
||||||
CDataStream ssKey(slKey.data(), slKey.data()+slKey.size(), SER_DISK, CLIENT_VERSION);
|
CDataStream ssKey(slKey.data(), slKey.data()+slKey.size(), SER_DISK, CLIENT_VERSION);
|
||||||
char chType;
|
char chType;
|
||||||
|
|||||||
Reference in New Issue
Block a user