Memory error with tortoisebzr

Bug #377089 reported by chrisn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

TortoiseBzr 1.14.1-1.exe and python 2.5.4, running with windows xp pro 2002 sp3.

2.96GB ram.

Other things to mention:

* Trying to commit a very large file (lullabot video for drupal > 1 gb)

* running wamp stack with considerable memory given to mysql server (drupal developement on local machine).

* also running kaspersky antivirus 6.0.2, but I'm going to try again without it enabled. It's not set to scan that repo folder.

Anyway, here's the dump:

Committing to: C:/Documents and Settings/chris_n/Desktop/test_bazaar_repo/
aborting commit write group: MemoryError()
bzr: ERROR: exceptions.MemoryError:

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 727, in exception_to_return_code
  File "bzrlib\commands.pyo", line 922, in run_bzr
  File "bzrlib\commands.pyo", line 559, in run_argv_aliases
  File "C:/Program Files/Bazaar/plugins\qbzr\lib\commands.py", line 728, in run
  File "bzrlib\commands.pyo", line 922, in run_bzr
  File "bzrlib\commands.pyo", line 559, in run_argv_aliases
  File "bzrlib\builtins.pyo", line 2878, in run
  File "bzrlib\decorators.pyo", line 192, in write_locked
  File "bzrlib\workingtree_4.pyo", line 226, in commit
  File "bzrlib\decorators.pyo", line 192, in write_locked
  File "bzrlib\mutabletree.pyo", line 228, in commit
  File "bzrlib\commit.pyo", line 363, in commit
  File "bzrlib\commit.pyo", line 648, in _update_builder_with_changes
  File "bzrlib\commit.pyo", line 860, in _populate_from_inventory
  File "bzrlib\commit.pyo", line 904, in _record_entry
  File "bzrlib\repository.pyo", line 502, in record_entry_contents
  File "bzrlib\repository.pyo", line 831, in _add_text_to_weave
  File "bzrlib\knit.pyo", line 913, in add_lines
  File "bzrlib\knit.pyo", line 923, in _add
MemoryError

bzr 1.14.1 on python 2.5.2 (win32)
arguments: ['C:\\Program Files\\Bazaar\\bzr.exe', 'qsubprocess', '"commit" "-m" "doing a test of some big stuff to see how it compares to subversion" "Lullabot-LearningViewsForDrupal.mov" "Zipcodes NY and LA.xlsx" "drupal-6.12" "drupal_how_to_install.txt" "ideas_for_page1forums.txt" "phpstuff.txt" "zipsdiagram_jacobymeyers.dia"']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools C:\Program Files\Bazaar\plugins\bzrtools [1.14]
  launchpad C:\Program Files\Bazaar\plugins\launchpad [unknown]
  netrc_credential_store C:\Program Files\Bazaar\plugins\netrc_credential_store [unknown]
  qbzr C:\Program Files\Bazaar\plugins\qbzr [0.9.9]
  svn C:\Program Files\Bazaar\plugins\svn [0.5.4]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.
Committing to: C:/Documents and Settings/chris_n/Desktop/test_bazaar_repo/
aborting commit write group: MemoryError()
bzr: ERROR: exceptions.MemoryError:

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 727, in exception_to_return_code
  File "bzrlib\commands.pyo", line 922, in run_bzr
  File "bzrlib\commands.pyo", line 559, in run_argv_aliases
  File "C:/Program Files/Bazaar/plugins\qbzr\lib\commands.py", line 728, in run
  File "bzrlib\commands.pyo", line 922, in run_bzr
  File "bzrlib\commands.pyo", line 559, in run_argv_aliases
  File "bzrlib\builtins.pyo", line 2878, in run
  File "bzrlib\decorators.pyo", line 192, in write_locked
  File "bzrlib\workingtree_4.pyo", line 226, in commit
  File "bzrlib\decorators.pyo", line 192, in write_locked
  File "bzrlib\mutabletree.pyo", line 228, in commit
  File "bzrlib\commit.pyo", line 363, in commit
  File "bzrlib\commit.pyo", line 648, in _update_builder_with_changes
  File "bzrlib\commit.pyo", line 860, in _populate_from_inventory
  File "bzrlib\commit.pyo", line 904, in _record_entry
  File "bzrlib\repository.pyo", line 502, in record_entry_contents
  File "bzrlib\repository.pyo", line 831, in _add_text_to_weave
  File "bzrlib\knit.pyo", line 913, in add_lines
  File "bzrlib\knit.pyo", line 923, in _add
MemoryError

bzr 1.14.1 on python 2.5.2 (win32)
arguments: ['C:\\Program Files\\Bazaar\\bzr.exe', 'qsubprocess', '"commit" "-m" "doing a test of some big stuff to see how it compares to subversion" "Lullabot-LearningViewsForDrupal.mov" "Zipcodes NY and LA.xlsx" "drupal-6.12" "drupal_how_to_install.txt" "ideas_for_page1forums.txt" "phpstuff.txt" "zipsdiagram_jacobymeyers.dia"']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools C:\Program Files\Bazaar\plugins\bzrtools [1.14]
  launchpad C:\Program Files\Bazaar\plugins\launchpad [unknown]
  netrc_credential_store C:\Program Files\Bazaar\plugins\netrc_credential_store [unknown]
  qbzr C:\Program Files\Bazaar\plugins\qbzr [0.9.9]
  svn C:\Program Files\Bazaar\plugins\svn [0.5.4]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Revision history for this message
chrisn (page1solutions-chrisn) wrote : Fwd: [Bug 377089] [NEW] Memory error with tortoisebzr
Download full text (10.5 KiB)

I really wanted your dev team to see this, not me. Somehow I screwed
up in reporting this and sent it to myself by accident.

Chris

---------- Forwarded message ----------
From: chrisn <email address hidden>
Date: Fri, May 15, 2009 at 3:08 PM
Subject: [Bug 377089] [NEW] Memory error with tortoisebzr
To: <email address hidden>

Public bug reported:

TortoiseBzr 1.14.1-1.exe and python 2.5.4, running with windows xp pro
2002 sp3.

2.96GB ram.

Other things to mention:

* Trying to commit a very large file (lullabot video for drupal > 1 gb)

* running wamp stack with considerable memory given to mysql server
(drupal developement on local machine).

* also running kaspersky antivirus 6.0.2, but I'm going to try again
without it enabled.  It's not set to scan that repo folder.

Anyway, here's the dump:

Committing to: C:/Documents and Settings/chris_n/Desktop/test_bazaar_repo/
aborting commit write group: MemoryError()
bzr: ERROR: exceptions.MemoryError:

Traceback (most recent call last):
 File "bzrlib\commands.pyo", line 727, in exception_to_return_code
 File "bzrlib\commands.pyo", line 922, in run_bzr
 File "bzrlib\commands.pyo", line 559, in run_argv_aliases
 File "C:/Program Files/Bazaar/plugins\qbzr\lib\commands.py", line 728, in run
 File "bzrlib\commands.pyo", line 922, in run_bzr
 File "bzrlib\commands.pyo", line 559, in run_argv_aliases
 File "bzrlib\builtins.pyo", line 2878, in run
 File "bzrlib\decorators.pyo", line 192, in write_locked
 File "bzrlib\workingtree_4.pyo", line 226, in commit
 File "bzrlib\decorators.pyo", line 192, in write_locked
 File "bzrlib\mutabletree.pyo", line 228, in commit
 File "bzrlib\commit.pyo", line 363, in commit
 File "bzrlib\commit.pyo", line 648, in _update_builder_with_changes
 File "bzrlib\commit.pyo", line 860, in _populate_from_inventory
 File "bzrlib\commit.pyo", line 904, in _record_entry
 File "bzrlib\repository.pyo", line 502, in record_entry_contents
 File "bzrlib\repository.pyo", line 831, in _add_text_to_weave
 File "bzrlib\knit.pyo", line 913, in add_lines
 File "bzrlib\knit.pyo", line 923, in _add
MemoryError

bzr 1.14.1 on python 2.5.2 (win32)
arguments: ['C:\\Program Files\\Bazaar\\bzr.exe', 'qsubprocess',
'"commit" "-m" "doing a test of some big stuff to see how it compares
to subversion" "Lullabot-LearningViewsForDrupal.mov" "Zipcodes NY and
LA.xlsx" "drupal-6.12" "drupal_how_to_install.txt"
"ideas_for_page1forums.txt" "phpstuff.txt"
"zipsdiagram_jacobymeyers.dia"']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
 bzrtools             C:\Program Files\Bazaar\plugins\bzrtools [1.14]
 launchpad            C:\Program Files\Bazaar\plugins\launchpad [unknown]
 netrc_credential_store C:\Program
Files\Bazaar\plugins\netrc_credential_store [unknown]
 qbzr                 C:\Program Files\Bazaar\plugins\qbzr [0.9.9]
 svn                  C:\Program Files\Bazaar\plugins\svn [0.5.4]
*** Bazaar has encountered an internal error.
   Please report a bug at https://bugs.launchpad.net/bzr/+filebug
   including this traceback, and a description of what you
   were doing when the error occurred.
Committing to: C:/Documents and Settings/chris_n/Desktop/test_bazaar_repo/
abor...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.