[issue14041] bsddb DB_RUNRECOVERY crash on write access

2012-02-17 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The file is corrupted: """ jcea@ubuntu:/tmp/z$ /usr/local/BerkeleyDB.5.3/bin/db_verify data.db db_verify: BDB0551 Page 0: nonsensical free list pgno 55 db_verify: BDB1107 Page 2: offpage item 19 has bad pgno 70 db_verify: BDB1107 Page 20: offpage item 5 has b

[issue14041] bsddb DB_RUNRECOVERY crash on write access

2012-02-17 Thread totycro
New submission from totycro : The attached file data.db should be a valid bsddb file, still i get this crash on write: File "/usr/lib64/python2.7/bsddb/__init__.py", line 280, in wrapF self.db[key] = value DBRunRecoveryError: (-30974, 'DB_RUNRECOVERY: Fatal error, run database recovery -