Bazaar error

Neil Martinsen-Burrell nmb at wartburg.edu
Tue Apr 8 15:12:42 BST 2008


Garg, Anoop <anoop_garg <at> standardandpoors.com> writes:

> added engine/cdo_root/Standard&PoorsDefaultPatterns.txt 
> added engine/cdo_root/Validation_Dictionary.csv
> bzr: ERROR: exceptions.MemoryError:
> 
> Traceback (most recent call last):
>   File "bzrlib\commands.pyc", line 800, in run_bzr_catch_errors
>   File "bzrlib\commands.pyc", line 758, in run_bzr
>   File "bzrlib\commands.pyc", line 492, in run_argv_aliases
>   File "bzrlib\builtins.pyc", line 2323, in run
>   File "bzrlib\decorators.pyc", line 165, in write_locked
>   File "bzrlib\workingtree_4.pyc", line 248, in commit
>   File "bzrlib\decorators.pyc", line 165, in write_locked
>   File "bzrlib\mutabletree.pyc", line 211, in commit
>   File "bzrlib\commit.pyc", line 321, in commit
>   File "bzrlib\commit.pyc", line 653, in _update_builder_with_changes
>   File "bzrlib\commit.pyc", line 725, in _populate_from_inventory
>   File "bzrlib\commit.pyc", line 776, in _record_entry
>   File "bzrlib\repository.pyc", line 2245, in record_entry_contents
>   File "bzrlib\inventory.pyc", line 745, in snapshot
>   File "bzrlib\repository.pyc", line 2291, in modified_file_text
>   File "bzrlib\repository.pyc", line 2309, in _add_text_to_weave
>   File "bzrlib\versionedfile.pyc", line 124, in add_lines_with_ghosts
>   File "bzrlib\knit.pyc", line 838, in _add_lines_with_ghosts
>   File "bzrlib\knit.pyc", line 931, in _add
>   File "bzrlib\knit.pyc", line 2020, in add_record
>   File "bzrlib\knit.pyc", line 1997, in _record_to_data
>   File "bzrlib\tuned_gzip.pyc", line 330, in writelines
> 
> MemoryError
> 
> bzr 0.91.0 on python 2.5.1.final.0 (win32)
> arguments: ['bzr', 'commit', '-m', 'implemented waterfall api']
> 
> ** please send this report to bazaar <at> lists.ubuntu.com

Your version of Bazaar is an old one, and this bug looks like it may have been
fixed in a more recent version of Bazaar.  The current version is 1.3.  Is it
possible for you to upgrade and try the commit again?  If the same problem
occurs, please report it here as it's possible that it's a bug in the current
version as well.

What format is the branch that you are committing to?  (If you do ``bzr info
BRANCH_DIR``, it should say "format: ..." somewhere.)  Once you have upgraded
your Bazaar version, it may be worth it to upgrade your branch to the most
recent format, which is called pack-0.92.  You can do this with ``bzr upgrade
--pack-0.92`` in the directory of your branch.

-Neil






More information about the bazaar mailing list