Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ERROR: CDB() : error DB_RUNRECOVERY: Fatal error #3443
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
laanwj
Dec 20, 2013
Owner
Your drive is full and/or the database has no permission to write its files?
|
Your drive is full and/or the database has no permission to write its files? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
laanwj
Jan 8, 2014
Owner
Another reason for this error may be a BDB version conflict. Does it also happen if you move wallet.dat out of the way?
|
Another reason for this error may be a BDB version conflict. Does it also happen if you move wallet.dat out of the way? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
vipwzw
Jan 8, 2014
it's a pthread-win32 version problem, when i build bdb not use pthread-win32, it's ok know.
vipwzw
commented
Jan 8, 2014
|
it's a pthread-win32 version problem, when i build bdb not use pthread-win32, it's ok know. |
laanwj
closed this
Jan 8, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment|
ok, good to know |
c-w
referenced this issue
in c-w/gutenberg
Nov 18, 2015
Closed
MemoryError: (12, 'Not enough space -- unable to allocate memory for mutex; resize mutex region') #28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vipwzw commentedDec 18, 2013
i build the bitcoind on windows , when i run the exe:
get the msg:Error: Error initializing wallet database environment C:\Users\wang\AppData\Ro...
debug.log:
2013-12-18 20:08:08 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
2013-12-18 20:08:08 Default data directory C:\Users\wang\AppData\Roaming\Bitcoin
2013-12-18 20:08:08 Using data directory C:\Users\wang\AppData\Roaming\Bitcoin
2013-12-18 20:08:08 Using at most 125 connections (2048 file descriptors available)
2013-12-18 20:08:08 Using 4 threads for script verification
2013-12-18 20:08:08 init message: Verifying wallet...
2013-12-18 20:08:08 dbenv.open LogDir=C:\Users\wang\AppData\Roaming\Bitcoin\database ErrorFile=C:\Users\wang\AppData\Roaming\Bitcoin\db.log
2013-12-18 20:08:08 ERROR: CDB() : error DB_RUNRECOVERY: Fatal error, run database recovery (-30974) opening database environment
2013-12-18 20:08:08 Moved old C:\Users\wang\AppData\Roaming\Bitcoin\database to C:\Users\wang\AppData\Roaming\Bitcoin\database.1387397288.bak. Retrying.
2013-12-18 20:08:08 dbenv.open LogDir=C:\Users\wang\AppData\Roaming\Bitcoin\database ErrorFile=C:\Users\wang\AppData\Roaming\Bitcoin\db.log
2013-12-18 20:08:08 ERROR: CDB() : error DB_RUNRECOVERY: Fatal error, run database recovery (-30974) opening database environment
2013-12-18 20:08:08 Error: Error initializing wallet database environment C:\Users\wang\AppData\Roaming\Bitcoin!
2013-12-18 20:08:08 Shutdown : In progress...
2013-12-18 20:08:08 StopNode()
2013-12-18 20:08:08 Flushed 0 addresses to peers.dat 36ms
2013-12-18 20:08:08 Shutdown : done
db.log:
unable to allocate memory for mutex; resize mutex region
Unable to acquire/release a mutex; check configuration
PANIC: Operation not permitted
process-private: unable to find environment
process-private: unable to find environment
unable to allocate memory for mutex; resize mutex region
PANIC: Not enough space
process-private: unable to find environment