Crash while trying to checkout nxhtml

Bug #1013366 reported by Donald Ephraim Curtis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

This seems to work if I actually use `bzr launchpad-login` and setup my ssh keys properly. Not sure why it matters.

Not checking SSL certificate for xmlrpc.launchpad.net
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
bzr: ERROR: exceptions.AttributeError: 'ResponseFile' object has no attribute 'readline'

Traceback (most recent call last):
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/commands.py", line 930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/commands.py", line 1141, in run_bzr
    ret = run(*run_argv)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/builtins.py", line 1443, in run
    self.add_cleanup(br_from.lock_read().unlock)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/branch.py", line 2484, in lock_read
    self.repository.lock_read()
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/repofmt/pack_repo.py", line 1803, in lock_read
    self._refresh_data()
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/repofmt/pack_repo.py", line 1719, in _refresh_data
    self._pack_collection.reload_pack_names()
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/repofmt/pack_repo.py", line 1467, in reload_pack_names
    first_read = self.ensure_loaded()
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/repofmt/pack_repo.py", line 1087, in ensure_loaded
    for index, key, value in self._iter_disk_pack_index():
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/index.py", line 546, in iter_all_entries
    self._buffer_all()
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/index.py", line 464, in _buffer_all
    self._read_prefix(stream)
  File "/Users/dcurtis/.virtualenv/default/lib/python2.7/site-packages/bzrlib/index.py", line 558, in _read_prefix
    options_line = stream.readline()
AttributeError: 'ResponseFile' object has no attribute 'readline'

bzr 2.6b1 on python 2.7.1 (Darwin-11.4.0-x86_64-i386-64bit)
arguments: ['/Users/dcurtis/.virtualenv/default/bin/bzr', 'branch',
    'lp:nxhtml']
plugins: bash_completion[2.6b1], changelog_merge[2.6b1], launchpad[2.6b1],
    netrc_credential_store[2.6b1], news_merge[2.6b1], po_merge[2.6b1],
    weave_fmt[2.6b1]
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.

Revision history for this message
Martin Packman (gz) wrote :

Thanks for the report. The fix for this will be in 2.6b2, and the issue isn't in the current stable release.

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.