Tree transform is malformed during shelve

Bug #1152609 reported by Olivier Dormond
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Expired
Undecided
Unassigned

Bug Description

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1141, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 6564, in run
    shelver.run()
  File "/usr/lib/python2.7/dist-packages/bzrlib/shelf_ui.py", line 218, in run
    self.message)
  File "/usr/lib/python2.7/dist-packages/bzrlib/shelf.py", line 382, in shelve_changes
    creator.transform()
  File "/usr/lib/python2.7/dist-packages/bzrlib/shelf.py", line 256, in transform
    self.work_transform.apply()
  File "/usr/lib/python2.7/dist-packages/bzrlib/transform.py", line 1719, in apply
    self._check_malformed()
  File "/usr/lib/python2.7/dist-packages/bzrlib/transform.py", line 555, in _check_malformed
    raise MalformedTransform(conflicts=conflicts)
MalformedTransform: Tree transform is malformed [('missing parent', 'new-1')]

bzr 2.6b2 on python 2.7.3 (Linux-3.5.0-23-generic-x86_64-with-
    Ubuntu-12.10-quantal)
arguments: ['/usr/bin/bzr', 'shelve', '--all', 'bulkfr']
plugins: bash_completion[2.6b2], bzrtools[2.5.0], changelog_merge[2.6b2],
    git[0.6.9], gtk[0.104.0dev], launchpad[2.6b2],
    netrc_credential_store[2.6b2], news_merge[2.6b2], pipeline[1.4.0],
    po_merge[2.6b2], rewrite[0.6.4dev], svn[1.2.1], weave_fmt[2.6b2]
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'

Related branches

Revision history for this message
Vincent Ladeuil (vila) wrote :

Without the working tree leading to this crash, there is nothing we can do to diagnose the issue.

If you cannot provide a reproducing recipe by publishing your tree or a reduced set of bzr commands to reproduce, there is little we can do to fix it (there is hope though as 'new-1' hints that it happens for the first file involved...)

Changed in bzr:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Bazaar because there has been no activity for 60 days.]

Changed in bzr:
status: Incomplete → Expired
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.