failure to extract content > 2^31 bytes (OverflowError: signed integer is greater than maximum)
Bug #531612 reported by
Adam D. Horden
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned | ||
bzr (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: bzr
When trying to commit a 3.8 gig database dump into revision control I get ERROR: exceptions.
ProblemType: Bug
Architecture: amd64
Date: Wed Mar 3 20:06:01 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: bzr 2.0.2-0ubuntu1
ProcEnviron:
PATH=(custom, no user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: bzr
Uname: Linux 2.6.31-19-server x86_64
Changed in bzr (Ubuntu): | |
status: | New → Confirmed |
Changed in bzr (Ubuntu): | |
importance: | Undecided → Low |
tags: | added: check-for-breezy |
tags: |
added: lfs removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
Including the traceback: python2. 6/dist- packages/ bzrlib/ commands. py", line 842, in exception_ to_return_ code python2. 6/dist- packages/ bzrlib/ commands. py", line 1037, in run_bzr python2. 6/dist- packages/ bzrlib/ commands. py", line 654, in run_argv_aliases **all_cmd_ args) python2. 6/dist- packages/ bzrlib/ builtins. py", line 3058, in run safe_relpath_ files(tree, exclude)) python2. 6/dist- packages/ bzrlib/ decorators. py", line 192, in write_locked python2. 6/dist- packages/ bzrlib/ workingtree_ 4.py", line 197, in commit commit( self, message, revprops, *args, **kwargs) python2. 6/dist- packages/ bzrlib/ decorators. py", line 192, in write_locked python2. 6/dist- packages/ bzrlib/ mutabletree. py", line 229, in commit python2. 6/dist- packages/ bzrlib/ commit. py", line 393, in commit branch. repository, new_revno, self.rev_id) python2. 6/dist- packages/ bzrlib/ branch. py", line 909, in import_ last_revision_ info repository. fetch(source_ repo, revision_id=revid) python2. 6/dist- packages/ bzrlib/ repository. py", line 1695, in fetch ghosts= find_ghosts, fetch_spec= fetch_spec) python2. 6/dist- packages/ bzrlib/ decorators. py", line 192, in write_locked python2. 6/dist- packages/ bzrlib/ repository. py", line 3413, in fetch find_ghosts) python2. 6/dist- packages/ bzrlib/ fetch.py" , line 81, in __init__ python2. 6/dist- packages/ bzrlib/ fetch.py" , line 107, in __fetch _fetch_ everything_ for_search( search) python2. 6/dist- packages/ bzrlib/ fetch.py" , line 135, in _fetch_ everything_ for_search python2. 6/dist- packages/ bzrlib/ repository. py", line 4238, in insert_stream insert_ stream( stream, src_format, is_resume) python2. 6/dist- packages/ bzrlib/ repository. py", line 4271, in _locked_ insert_ stream target_ repo.texts. insert_ record_ stream( substream) python2. 6/dist- packages/ bzrlib/ groupcompress. py", line 1608, in insert_ record_ stream record_ stream( stream, random_id=False): python2. 6/dist- packages/ bzrlib/ groupcompress. py", line 1714, in _insert_ record_ stream get_bytes_ as('fulltext' ) python2. 6/dist- packages/ bzrlib/ groupcompress. py", line 454, in get_bytes_as _manager. _prepare_ for_extract( ) python2. 6/dist- packages/ bzrlib/ groupcompress. py", line 554, in _prepare_ for_extract _block. _ensure_ content( self._last_ byte)
PythonVersion: 2.6.4
Traceback:
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
exclude=
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
result = WorkingTree3.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
*args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
find_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
pb=pb, find_ghosts=
File "/usr/lib/
self.__fetch()
File "/usr/lib/
self.
File "/usr/lib/
stream, from_format, [])
File "/usr/lib/
return self._locked_
File "/usr/lib/
self.
File "/usr/lib/
for _ in self._insert_
File "/usr/lib/
bytes = record.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/pyt...