Code:
./pywallet.py --dumpwallet --passphrase=[PASS]
Code:
Traceback (most recent call last):
File "pywallet.py", line 5010, in <module>
db_env = create_env(db_dir)
File "pywallet.py", line 1269, in create_env
r = db_env.open(db_dir, (DB_CREATE|DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_THREAD|DB_RECOVER))
bsddb.db.DBRunRecoveryError: (-30975, 'DB_RUNRECOVERY: Fatal error, run database recovery -- unable to join the environment')
Does anyone know what to do?
UPDATE: I deleted everything except the wallet.dat in my bitcoin directory, and now when I run the command the output is
Code:
Segmentation fault: 11
I am running Mac OS 10.7. Has anyone seen this problem before?