traceback from SSHException('Server connection dropped...')

Bug #378814 reported by mmc
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Low
Unassigned

Bug Description

The default pull location is from sftp://xqldap.xquad.com/home/mmcdanie/misc/xq06_aka_49/bzr/erl
I did the following command with the traceback shown after. Note that the progress information
is not available but last I checked it was in 'Copying content files' at about 565/4523

mmcdanie@delora:~/misc/xquad/clones/bzr/erl$ bzr pull

  File "/usr/lib/python2.5/site-packages/bzrlib/repofmt/pack_repo.py", line 967, in _copy_nodes_graph
    write_index, output_lines, pb, readv_group_iter, total_items):
  File "/usr/lib/python2.5/site-packages/bzrlib/repofmt/pack_repo.py", line 996, in _do_copy_nodes_graph
    izip(reader.iter_records(), node_vector):
  File "/usr/lib/python2.5/site-packages/bzrlib/pack.py", line 272, in _iter_records
    for record in self._iter_record_objects():
  File "/usr/lib/python2.5/site-packages/bzrlib/pack.py", line 277, in _iter_record_objects
    record_kind = self.reader_func(1)
  File "/usr/lib/python2.5/site-packages/bzrlib/pack.py", line 218, in reader_func
    return self._source.read(length)
  File "/usr/lib/python2.5/site-packages/bzrlib/pack.py", line 177, in read
    self._next()
  File "/usr/lib/python2.5/site-packages/bzrlib/pack.py", line 172, in _next
    length, data = self.readv_result.next()
  File "/usr/lib/python2.5/site-packages/bzrlib/transport/sftp.py", line 218, in request_and_yield_offsets
    for (start, length), data in itertools.izip(requests, data_stream):
  File "/usr/lib/python2.5/site-packages/paramiko/sftp_file.py", line 428, in readv
    yield self.read(x[1])
  File "/usr/lib/python2.5/site-packages/paramiko/file.py", line 153, in read
    new_data = self._read(read_size)
  File "/usr/lib/python2.5/site-packages/paramiko/sftp_file.py", line 152, in _read
    data = self._read_prefetch(size)
  File "/usr/lib/python2.5/site-packages/paramiko/sftp_file.py", line 132, in _read_prefetch
    self.sftp._read_response()
  File "/usr/lib/python2.5/site-packages/paramiko/sftp_client.py", line 621, in _read_response
    raise SSHException('Server connection dropped: %s' % (str(e),))
SSHException: Server connection dropped:

bzr 1.13.1 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'pull']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
  netrc_credential_store /usr/lib/python2.5/site-packages/bzrlib/plugins/netrc_credential_store [unknown]
*** 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.

Martin Pool (mbp)
summary: - bzr pull crashes
+ traceback from SSHException('Server connection dropped...')
Changed in bzr:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

This is "just" a server connection drop, we shouldn't print a full backtrace in that case.

Changed in bzr:
status: Confirmed → Triaged
Martin Pool (mbp)
Changed in bzr:
status: Triaged → Confirmed
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.