MemoryError in pack.bytes_record during fetch of enormous repository
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned | ||
bzr (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Binary package hint: bzr
When using sftp to check out my ginormous repository of PDFs (physics articles I need to keep synchronized between desktops, netbook, and n810), bzr eats all of my available RAM (gets up to 1.4-1.5GB) and then, of course, runs out of RAM and gets killed:
$ bzr branch sftp://<workstation>
/usr/lib/
from sha import *
/usr/lib/
from md5 import *
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
source_
File "/usr/lib/
result_
File "/usr/lib/
find_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
return self._pack(
File "/usr/lib/
revision_
File "/usr/lib/
return self._create_
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
write_index, output_lines, pb, readv_group_iter, total_items):
File "/usr/lib/
pos, size = writer.
File "/usr/lib/
serialised_
File "/usr/lib/
return ''.join(
MemoryError
bzr 1.12 on python 2.6.1 (linux2)
arguments: ['/usr/bin/bzr', 'branch', 'sftp://<workstation>
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
avahi /usr/lib/
builddeb /usr/lib/
bzrtools /usr/lib/
dbus /usr/lib/
gtk /usr/lib/
launchpad /usr/lib/
loom /usr/lib/
netrc_
rebase /usr/lib/
search /usr/lib/
stats /usr/lib/
svn /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
This occurred while it was "Adding file contents"
This occurs both when I do a lightweight checkout (bzr checkout --lightweight) and when doing a branch (bzr branch). I'd much prefer the lightweight checkout; then I only need rev history in one location and don't have to duplicate the files all over.
summary: |
- bzr branch, co of a ginormous repository of PDFs eats all available ram - and then gets killed + MemoryError during fetch of enormous repository |
summary: |
- MemoryError during fetch of enormous repository + MemoryError in pack.bytes_record during fetch of enormous repository |
Changed in bzr: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in bzr (Ubuntu): | |
status: | New → Confirmed |
tags: | added: memory |
Changed in bzr (Ubuntu): | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
Oh, I should mention that this is with jaunty, up to date as of mid morning today (CST)