Multiple program crashes under Windows 7

Eli Zaretskii eliz at gnu.org
Fri Jan 7 09:38:51 UTC 2011


> Date: Fri, 07 Jan 2011 10:18:48 +0100
> From: Krilin Wantun <kwnz01 at yahoo.es>
> 
> > Post the error messages and tracebacks here, for starters (they are
> > saved on .bzr.log, so you don't need to recreate them).
> >
> 
> My logs of today, thank you:

I see no crashes in these portions.  A crash (actually, any abnormal
exit) is accompanied by a Python traceback and an error message, like
this:

  633.578  Traceback (most recent call last):
    File "bzrlib\commands.pyo", line 912, in exception_to_return_code
    File "bzrlib\commands.pyo", line 1112, in run_bzr
    File "bzrlib\commands.pyo", line 690, in run_argv_aliases
    File "bzrlib\commands.pyo", line 705, in run
    File "bzrlib\cleanup.pyo", line 135, in run_simple
    File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups
    File "D:/usr/Bazaar/plugins\search\commands.py", line 41, in run
    File "D:/usr/Bazaar/plugins\search\index.py", line 155, in index_url
    File "D:/usr/Bazaar/plugins\search\index.py", line 326, in index_branch
    File "D:/usr/Bazaar/plugins\search\index.py", line 341, in index_revisions
    File "D:/usr/Bazaar/plugins\search\index.py", line 389, in _index_revisions
    File "D:/usr/Bazaar/plugins\search\index.py", line 464, in _add_index
    File "D:/usr/Bazaar/plugins\search\index.py", line 402, in _add_index
    File "D:/usr/Bazaar/plugins\search\index.py", line 1285, in upload_index
    File "D:/usr/Bazaar/plugins\search\index.py", line 1258, in combine
    File "D:/usr/Bazaar/plugins\search\index.py", line 1221, in _copy_posting_lists
    File "bzrlib\btree_index.pyo", line 174, in add_node
    File "bzrlib\btree_index.pyo", line 191, in _spill_mem_keys_to_disk
    File "bzrlib\btree_index.pyo", line 225, in _spill_mem_keys_and_combine
    File "bzrlib\btree_index.pyo", line 385, in _write_nodes
    File "bzrlib\btree_index.pyo", line 328, in _add_key
    File "bzrlib\btree_index.pyo", line 98, in finish_node
    File "bzrlib\btree_index.pyo", line 69, in finish_node
    File "bzrlib\chunk_writer.pyo", line 142, in finish
  AssertionError: Somehow we ended up with too much compressed data, 3995 > 3976



More information about the bazaar mailing list