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
  1. luke-jr commented at 10:08 PM on March 11, 2012: member

    No description provided.

  2. Print wallet load errors (to debug.log) 21e875c958
  3. sipa commented at 11:33 PM on March 11, 2012: member

    ACK

  4. TheBlueMatt commented at 4:27 PM on March 12, 2012: member

    ACK

  5. Print more diagnostic info for the various DB_CORRUPT conditions 3cc0624932
  6. 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

  7. gmaxwell commented at 3:11 AM on March 19, 2012: contributor

    ACK.

  8. gmaxwell referenced this in commit 0b99d1b574 on Mar 19, 2012
  9. gmaxwell merged this on Mar 19, 2012
  10. gmaxwell closed this on Mar 19, 2012

  11. coblee referenced this in commit 772eb5eac7 on Jul 17, 2012
  12. suprnurd referenced this in commit 5793bee9d6 on Dec 5, 2017
  13. ptschip referenced this in commit e2160321c7 on Jan 24, 2018
  14. dexX7 referenced this in commit 1bbbfc91a4 on May 14, 2019
  15. DrahtBot locked this on Sep 8, 2021

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 site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me