Comment 9 for bug 474869

Revision history for this message
Eli Zaretskii (eliz) wrote :

bzr-search crashed after running "bzr index" for more than 13 hours (this is a branch that mirrors the Emacs development trunk), very disappointing. Here's the traceback from my .bzr.log:

Sat 2010-01-23 11:51:55 +0200
0.109 bzr arguments: [u'index', u'-v']
0.140 looking for plugins in C:/Documents and Settings/Zaretzky/Application Data/bazaar/2.0/plugins
0.140 looking for plugins in D:/usr/Bazaar/plugins
0.500 encoding stdout as sys.stdout encoding 'cp1252'
49437.140 Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 842, in exception_to_return_code
  File "bzrlib\commands.pyo", line 1037, in run_bzr
  File "bzrlib\commands.pyo", line 654, in run_argv_aliases
  File "D:/usr/Bazaar/plugins\search\commands.py", line 41, in run
  File "D:/usr/Bazaar/plugins\search\index.py", line 150, in index_url
  File "D:/usr/Bazaar/plugins\search\index.py", line 321, in index_branch
  File "D:/usr/Bazaar/plugins\search\index.py", line 336, in index_revisions
  File "D:/usr/Bazaar/plugins\search\index.py", line 384, in _index_revisions
  File "D:/usr/Bazaar/plugins\search\index.py", line 459, in _add_index
  File "D:/usr/Bazaar/plugins\search\index.py", line 397, in _add_index
  File "D:/usr/Bazaar/plugins\search\index.py", line 1262, in upload_index
  File "D:/usr/Bazaar/plugins\search\index.py", line 1235, in combine
  File "D:/usr/Bazaar/plugins\search\index.py", line 1198, in _copy_posting_lists
  File "bzrlib\btree_index.pyo", line 165, in add_node
  File "bzrlib\btree_index.pyo", line 182, in _spill_mem_keys_to_disk
  File "bzrlib\btree_index.pyo", line 218, in _spill_mem_keys_and_combine
  File "bzrlib\btree_index.pyo", line 378, in _write_nodes
  File "bzrlib\btree_index.pyo", line 321, in _add_key
  File "bzrlib\btree_index.pyo", line 90, in finish_node
  File "bzrlib\btree_index.pyo", line 67, in finish_node
  File "bzrlib\chunk_writer.pyo", line 142, in finish
AssertionError: Somehow we ended up with too much compressed data, 3979 > 3976

49437.359 couldn't find apport bug-reporting library: No module named apport
49437.843 Traceback (most recent call last):
  File "bzrlib\plugin.pyo", line 407, in _get__version__
  File "bzrlib\lazy_import.pyo", line 125, in __call__
  File "bzrlib\__init__.pyo", line 112, in _format_version_tuple
ValueError: version_info (1, 1, 0, 'pre', 0) not valid

49437.859 return code 4