[Bug 791711] Re: Bzr Crashes on Checkout without SVN
Andrew Bennetts
andrew.bennetts at canonical.com
Mon Jun 20 01:13:27 UTC 2011
** Description changed:
Binary package hint: bzr
Simple run of this command:
bzr co lp:~ubuntu-iamnafets/syncany/windows-shell syncany
I'd be happy to add contributors to my branch if that's necessary.
PS Thank you. Oh, and I'm using some of the code in TortoiseBzr as
reference for Syncany, so double thanks!
ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: bzr 2.3.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
BzrDebugFlags: set()
BzrPlugins:
bash_completion /usr/lib/python2.7/dist-packages/bzrlib/plugins/bash_completion [2.3.1]
bzrtools /usr/lib/python2.7/dist-packages/bzrlib/plugins/bzrtools [2.3.1]
launchpad /usr/lib/python2.7/dist-packages/bzrlib/plugins/launchpad [2.3.1]
netrc_credential_store /usr/lib/python2.7/dist-packages/bzrlib/plugins/netrc_credential_store [2.3.1]
news_merge /usr/lib/python2.7/dist-packages/bzrlib/plugins/news_merge [2.3.1]
BzrVersion: 2.3.1
CommandLine: ['/usr/bin/bzr', 'co', 'lp:~ubuntu-iamnafets/syncany/windows-shell', 'syncany']
- CrashDb: bzr
- Date: Thu Jun 2 00:43:25 2011
- ExecutablePath: /usr/bin/bzr
- FileSystemEncoding: UTF-8
- InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
- InterpreterPath: /usr/bin/python2.7
- Locale: en_US.UTF-8
- PackageArchitecture: all
- Platform: Linux-2.6.38-8-generic-x86_64-with-Ubuntu-11.04-natty
- ProcCmdline: /usr/bin/python /usr/bin/bzr co lp:~ubuntu-usernames/syncany/windows-shell syncany
- ProcEnviron:
- SHELL=/bin/bash
- PATH=(custom, user)
- LANG=en_US.UTF-8
- LANGUAGE=en_US:en
- PythonVersion: 2.7.1
- SourcePackage: bzr
- Title: bzr crashed with BzrCheckError in _commit_write_group(): Internal check failed: Cannot add revision(s) to repository: missing chk node(s) for id_to_entry maps
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserEncoding: UTF-8
- UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+
+ Traceback (most recent call last):
+ File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 926, in exception_to_return_code
+ return the_callable(*args, **kwargs)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1126, in run_bzr
+ ret = run(*run_argv)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 691, in run_argv_aliases
+ return self.run(**all_cmd_args)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 713, 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 1328, in run
+ accelerator_tree, hardlink)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1444, in create_checkout
+ checkout_branch.pull(self, stop_revision=revision_id)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1086, in pull
+ possible_transports=possible_transports, *args, **kwargs)
+ 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/branch.py", line 3478, in pull
+ merge_tags_to_master=not source_is_master)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 3588, in _pull
+ overwrite=overwrite, graph=graph)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1035, in update_revisions
+ overwrite, graph)
+ 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/branch.py", line 3430, in update_revisions
+ self.target.fetch(self.source, stop_revision)
+ 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/branch.py", line 685, in fetch
+ pb=pb)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 1781, 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 3437, in fetch
+ find_ghosts=find_ghosts)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 73, in __init__
+ self.__fetch()
+ File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 99, in __fetch
+ self._fetch_everything_for_search(search)
+ File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 127, in _fetch_everything_for_search
+ stream, from_format, [])
+ File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 4105, in insert_stream
+ hint = self.target_repo.commit_write_group()
+ File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 1640, in commit_write_group
+ result = self._commit_write_group()
+ File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py", line 2333, in _commit_write_group
+ hint = self._pack_collection._commit_write_group()
+ File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py", line 2171, in _commit_write_group
+ "Cannot add revision(s) to repository: " + problems_summary)
+ BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing chk node(s) for id_to_entry maps
--
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/791711
Title:
Bzr Crashes on Checkout without SVN
Status in Bazaar Version Control System:
Confirmed
Status in “bzr” package in Ubuntu:
New
Bug description:
Binary package hint: bzr
Simple run of this command:
bzr co lp:~ubuntu-iamnafets/syncany/windows-shell syncany
I'd be happy to add contributors to my branch if that's necessary.
PS Thank you. Oh, and I'm using some of the code in TortoiseBzr as
reference for Syncany, so double thanks!
ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: bzr 2.3.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
BzrDebugFlags: set()
BzrPlugins:
bash_completion /usr/lib/python2.7/dist-packages/bzrlib/plugins/bash_completion [2.3.1]
bzrtools /usr/lib/python2.7/dist-packages/bzrlib/plugins/bzrtools [2.3.1]
launchpad /usr/lib/python2.7/dist-packages/bzrlib/plugins/launchpad [2.3.1]
netrc_credential_store /usr/lib/python2.7/dist-packages/bzrlib/plugins/netrc_credential_store [2.3.1]
news_merge /usr/lib/python2.7/dist-packages/bzrlib/plugins/news_merge [2.3.1]
BzrVersion: 2.3.1
CommandLine: ['/usr/bin/bzr', 'co', 'lp:~ubuntu-iamnafets/syncany/windows-shell', 'syncany']
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 926, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1126, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 691, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 713, 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 1328, in run
accelerator_tree, hardlink)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1444, in create_checkout
checkout_branch.pull(self, stop_revision=revision_id)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1086, in pull
possible_transports=possible_transports, *args, **kwargs)
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/branch.py", line 3478, in pull
merge_tags_to_master=not source_is_master)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 3588, in _pull
overwrite=overwrite, graph=graph)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1035, in update_revisions
overwrite, graph)
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/branch.py", line 3430, in update_revisions
self.target.fetch(self.source, stop_revision)
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/branch.py", line 685, in fetch
pb=pb)
File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 1781, 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 3437, in fetch
find_ghosts=find_ghosts)
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 73, in __init__
self.__fetch()
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 99, in __fetch
self._fetch_everything_for_search(search)
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 127, in _fetch_everything_for_search
stream, from_format, [])
File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 4105, in insert_stream
hint = self.target_repo.commit_write_group()
File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line 1640, in commit_write_group
result = self._commit_write_group()
File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py", line 2333, in _commit_write_group
hint = self._pack_collection._commit_write_group()
File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py", line 2171, in _commit_write_group
"Cannot add revision(s) to repository: " + problems_summary)
BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing chk node(s) for id_to_entry maps
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/791711/+subscriptions
More information about the foundations-bugs
mailing list