[Bug 845831] Re: bzr crashed with ErrorFromSmartServer in _translate_error(): Error received from smart server: ('ShortReadvError', '.bzr/repository/indices/1ed089dba377c29c69f7a93d4b9d4873.iix', '0', '328', '72')

Apport retracing service 845831 at bugs.launchpad.net
Fri Sep 9 17:30:20 UTC 2011


*** This bug is a duplicate of bug 839336 ***
    https://bugs.launchpad.net/bugs/839336

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #839336, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"
   https://bugs.launchpad.net/bugs/845831/+attachment/2377537/+files/Dependencies.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/845831/+attachment/2377538/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/845831/+attachment/2377539/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839336

** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/845831

Title:
  bzr crashed with ErrorFromSmartServer in _translate_error(): Error
  received from smart server: ('ShortReadvError',
  '.bzr/repository/indices/1ed089dba377c29c69f7a93d4b9d4873.iix', '0',
  '328', '72')

Status in “bzr” package in Ubuntu:
  New

Bug description:
  mama at zeuza:~$ bzr branch lp:lubuntu-software-center
  Enter passphrase for key '/home/mama/.ssh/id_rsa': 
  bzr: ERROR: bzrlib.errors.ErrorFromSmartServer: Error received from smart server: ('ShortReadvError', '.bzr/repository/indices/1ed089dba377c29c69f7a93d4b9d4873.iix', '0', '328', '72')

  Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 924, in exception_to_return_code
      return the_callable(*args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1124, in run_bzr
      ret = run(*run_argv)
    File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 689, in run_argv_aliases
      return self.run(**all_cmd_args)
    File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 711, in run
      return self._operation.run_simple(*args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 135, in run_simple
      self.cleanups, self.func, *args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups
      result = func(*args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 1227, in run
      source_branch=br_from)
    File "/usr/lib/python2.7/dist-packages/bzrlib/controldir.py", line 374, in sprout
      create_tree_if_local=create_tree_if_local)
    File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 131, in run
      self.cleanups, self.func, self, *args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups
      result = func(*args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/bzrlib/controldir.py", line 427, in _sprout
      result_repo.fetch(source_repository, fetch_spec=fetch_spec)
    File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 1777, in fetch
      find_ghosts=find_ghosts, fetch_spec=fetch_spec)
    File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 194, in write_locked
      result = unbound(self, *args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 3433, in fetch
      find_ghosts=find_ghosts)
    File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 72, in __init__
      self.__fetch()
    File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 98, in __fetch
      self._fetch_everything_for_search(search)
    File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 126, in _fetch_everything_for_search
      stream, from_format, [])
    File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 4093, in insert_stream
      src_format, is_resume)
    File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 4177, in insert_stream_without_locking
      self.target_repo.revisions.insert_record_stream(substream)
    File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 1617, in insert_record_stream
      for _ in self._insert_record_stream(stream, random_id=False):
    File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 1683, in _insert_record_stream
      for record in stream:
    File "/usr/lib/python2.7/dist-packages/bzrlib/smart/repository.py", line 591, in wrap_and_count
      for record in substream.read():
    File "/usr/lib/python2.7/dist-packages/bzrlib/versionedfile.py", line 1815, in read
      for bytes in self._bytes_iterator:
    File "/usr/lib/python2.7/dist-packages/bzrlib/smart/repository.py", line 569, in iter_substream_bytes
      for record in self.iter_pack_records:
    File "/usr/lib/python2.7/dist-packages/bzrlib/smart/repository.py", line 559, in iter_stream_decoder
      for bytes in self.byte_stream:
    File "/usr/lib/python2.7/dist-packages/bzrlib/smart/message.py", line 338, in read_streamed_body
      _translate_error(self._body_error_args)
    File "/usr/lib/python2.7/dist-packages/bzrlib/smart/message.py", line 361, in _translate_error
      raise errors.ErrorFromSmartServer(error_tuple)
  ErrorFromSmartServer: Error received from smart server: ('ShortReadvError', '.bzr/repository/indices/1ed089dba377c29c69f7a93d4b9d4873.iix', '0', '328', '72')

  You can report this problem to Bazaar's developers by running
      apport-bug /var/crash/bzr.1000.2011-09-09T17:22.crash
  if a bug-reporting window does not automatically appear.
  mama at zeuza:~$

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: bzr 2.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  BzrDebugFlags: set()
  BzrVersion: 2.3.4
  CommandLine: ['/usr/bin/bzr', 'branch', 'lp:lubuntu-software-center']
  CrashDb: bzr
  Date: Fri Sep  9 14:22:19 2011
  ExecutablePath: /usr/bin/bzr
  FileSystemEncoding: UTF-8
  InterpreterPath: /usr/bin/python2.7
  Locale: es_AR.UTF-8
  PackageArchitecture: all
  Platform: Linux-2.6.38-8-generic-i686-with-Ubuntu-11.04-natty
  ProcCmdline: /usr/bin/python /usr/bin/bzr branch lp:lubuntu-software-center
  ProcEnviron:
   SHELL=/bin/bash
   LANG=es_AR.UTF-8
  PythonVersion: 2.7.1
  SourcePackage: bzr
  Title: bzr crashed with ErrorFromSmartServer in _translate_error(): Error received from smart server: ('ShortReadvError', '.bzr/repository/indices/1ed089dba377c29c69f7a93d4b9d4873.iix', '0', '328', '72')
  UpgradeStatus: Upgraded to natty on 2011-07-18 (53 days ago)
  UserEncoding: UTF-8
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/845831/+subscriptions




More information about the foundations-bugs mailing list