Created
December 12, 2012 02:18
-
-
Save michelp/4264321 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ^CTraceback (most recent call last): | |
| File "dump.py", line 22, in <module> | |
| db.add(o) | |
| File "/home/michel/wikiparser/.virt/local/lib/python2.7/site-packages/xodb/database.py", line 514, in add | |
| validate=validate) | |
| File "/home/michel/wikiparser/.virt/local/lib/python2.7/site-packages/xodb/database.py", line 580, in to_document | |
| return self.doc_from_dict(obj.__xodb_memo__.dict) | |
| File "/home/michel/wikiparser/.virt/local/lib/python2.7/site-packages/xodb/database.py", line 631, in doc_from_dict | |
| tg.set_stopper(snowball.stoppers[lang]) | |
| File "/usr/lib/python2.7/dist-packages/xapian/__init__.py", line 7032, in _termgenerator_set_stopper | |
| return __termgenerator_set_stopper_orig(self, stopper) | |
| KeyboardInterrupt | |
| Error in atexit._run_exitfuncs: | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs | |
| func(*targs, **kargs) | |
| File "/home/michel/wikiparser/.virt/local/lib/python2.7/site-packages/xodb/database.py", line 351, in flush | |
| self.backend.flush() | |
| DatabaseCorruptError: Expected block 389664 to be level 3, not 2 | |
| Error in sys.exitfunc: | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs | |
| func(*targs, **kargs) | |
| File "/home/michel/wikiparser/.virt/local/lib/python2.7/site-packages/xodb/database.py", line 351, in flush | |
| self.backend.flush() | |
| xapian.DatabaseCorruptError: Expected block 389664 to be level 3, not 2 | |
| (.virt)michel@atl-redis2:~/wikiparser$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment