No description provided.
Wallet loading diagnostic prints to debug.log #931
pull luke-jr wants to merge 2 commits into bitcoin:master from luke-jr:dbg_loaderr changing 2 files +38 −2-
luke-jr commented at 10:08 PM on March 11, 2012: member
-
Print wallet load errors (to debug.log) 21e875c958
-
sipa commented at 11:33 PM on March 11, 2012: member
ACK
-
TheBlueMatt commented at 4:27 PM on March 12, 2012: member
ACK
-
Print more diagnostic info for the various DB_CORRUPT conditions 3cc0624932
-
in src/db.cpp:None in ebbcb0392a outdated
787 | @@ -785,7 +788,10 @@ int CWalletDB::LoadWallet(CWallet* pwallet) 788 | if (ret == DB_NOTFOUND) 789 | break; 790 | else if (ret != 0) 791 | + { 792 | return DB_CORRUPT; 793 | + printf("Error reading next record from wallet database\n");
gavinandresen commented at 5:28 PM on March 12, 2012:unreachable code
gmaxwell commented at 3:11 AM on March 19, 2012: contributorACK.
gmaxwell referenced this in commit 0b99d1b574 on Mar 19, 2012gmaxwell merged this on Mar 19, 2012gmaxwell closed this on Mar 19, 2012coblee referenced this in commit 772eb5eac7 on Jul 17, 2012suprnurd referenced this in commit 5793bee9d6 on Dec 5, 2017ptschip referenced this in commit e2160321c7 on Jan 24, 2018dexX7 referenced this in commit 1bbbfc91a4 on May 14, 2019DrahtBot locked this on Sep 8, 2021Contributors
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 15:16 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 15:16 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me