[ZODB-Dev] Errors from bsddb3 module tests

Chris Withers chrisw@nipltd.com
Tue, 23 Oct 2001 11:22:03 +0100


Hi,

Got these errors when running the bsddb3 module tests (for getting
BerkleyStorage to work):

test02_SimpleLocks (test_thread.BTreeSimpleThreaded) ... ok
test02_SimpleLocks (test_thread.HashSimpleThreaded) ... test_thread.py:229:
RuntimeWarning: DB_INCOMPLETE: Cache flush was unable to complete
  d.sync()
ok
test03_ThreadedTransactions (test_thread.BTreeThreadedTransactions) ... ok
test03_ThreadedTransactions (test_thread.HashThreadedTransactions) ... ok
test03_ThreadedTransactions (test_thread.BTreeThreadedNoWaitTransactions) ... ok
test03_ThreadedTransactions (test_thread.HashThreadedNoWaitTransactions) ...
Segmentation fault

What do they mean and should I be worried? If I should be worried, who do I need
to let know about this?

cheers,

Chris