Bug report

Vlad V. Adamenko elf128 at gmail.com
Thu Dec 13 15:51:35 GMT 2007


There is server under linux that used as file holder. There is two 
another computer. First: Ubuntu, second: WinXP
I make repository locally on Ubuntu and push it to server. Then i 
reconfigure local Ubuntu working tree to work as checkout tree linked to 
server.
All right. Commit, update, kill local tree and checkout again: all seems 
fine.
But:
I install bzr.0.92 on WinXT and try to checkout. Login, authentication 
ok, downloading. After 20-30 seconds of downloading bzr crash.

log
---------
D:\Projects\SuperProject>bzr co sftp://user@server/~/superProject .
Connected (version 2.0, client OpenSSH_4.3)
SSH user at server password:
Authentication (password) successful!
Secsh channel 1 opened.
Opened sftp connection (server version 3)
bzr: ERROR: exceptions.MemoryError:

Traceback (most recent call last):
  File "bzrlib\commands.pyc", line 802, 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 969, in run
  File "bzrlib\branch.pyc", line 783, in create_checkout
  File "bzrlib\decorators.pyc", line 165, in write_locked
  File "bzrlib\branch.pyc", line 1692, in pull
  File "bzrlib\decorators.pyc", line 165, in write_locked
  File "bzrlib\branch.pyc", line 1484, in pull
  File "bzrlib\decorators.pyc", line 165, in write_locked
  File "bzrlib\branch.pyc", line 1453, in update_revisions
  File "bzrlib\decorators.pyc", line 165, in write_locked
  File "bzrlib\branch.pyc", line 286, in fetch
  File "bzrlib\repository.pyc", line 858, in fetch
  File "bzrlib\decorators.pyc", line 165, in write_locked
  File "bzrlib\repository.pyc", line 2351, in fetch
  File "bzrlib\repofmt\pack_repo.pyc", line 708, in create_pack_from_packs
  File "bzrlib\repofmt\pack_repo.pyc", line 897, in _copy_nodes_graph
  File "bzrlib\pack.pyc", line 246, in _iter_records
  File "bzrlib\pack.pyc", line 251, in _iter_record_objects
  File "bzrlib\pack.pyc", line 192, in reader_func
  File "bzrlib\pack.pyc", line 151, in read
  File "bzrlib\pack.pyc", line 146, in _next
  File "bzrlib\transport\sftp.pyc", line 344, in _sftp_readv
MemoryError

bzr 0.92.0 on python 2.5.1.final.0 (win32)
arguments: ['bzr', 'co', 'sftp://user@server/~/superProject', '.']
encoding: 'cp1251', fsenc: 'mbcs', lang: None
plugins:
  launchpad            C:\Program 
Files\Bazaar\lib\library.zip\bzrlib\plugins\launchpad [unknown]
  multiparent          C:\Program 
Files\Bazaar\lib\library.zip\bzrlib\plugins\multiparent.pyc [unknown]

** Please send this report to bazaar at lists.ubuntu.com
   with a description of what you were doing when the
   error occurred.

---------

 




More information about the bazaar mailing list