ERROR: CDB() : error DB_RUNRECOVERY: Fatal error #3443

Closed
vipwzw opened this Issue Dec 18, 2013 · 4 comments

Comments

Projects
None yet
2 participants

vipwzw commented Dec 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

This comment has been minimized.

Show comment Hide comment
@laanwj

laanwj Dec 20, 2013

Owner

Your drive is full and/or the database has no permission to write its files?

Owner

laanwj commented Dec 20, 2013

Your drive is full and/or the database has no permission to write its files?

This comment has been minimized.

Show comment Hide comment
@laanwj

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?

Owner

laanwj commented Jan 8, 2014

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
@vipwzw

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 laanwj closed this Jan 8, 2014

This comment has been minimized.

Show comment Hide comment
@laanwj

laanwj Jan 8, 2014

Owner

ok, good to know

Owner

laanwj commented Jan 8, 2014

ok, good to know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment