bzr-git crashes when trying to update GTK: Invalid sha for Commit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Medium
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
$ bzr pull
Using saved parent location: git+ssh://<email address hidden>/git/gtk+/
bzr: failed to report crash using apport:
OSError(13, 'Permission denied')
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
show_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
local=local)
File "/usr/lib/
possible_
File "/usr/lib/
stop_revision, overwrite=
File "/usr/lib/
determine_
File "/usr/lib/
progress)
File "/usr/lib/
lambda x: os.write(fd, x), progress)
File "/usr/lib/
pack_data, progress)
File "/usr/lib/
graph_walker, pack_data, progress)
File "/usr/lib/
have = graph_walker.next()
File "/usr/lib/
ps = self.get_
File "/usr/lib/
return ObjectStoreGrap
File "/usr/lib/
(type, type_data) = self.lookup_
File "/usr/lib/
return self.lookup_
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
roundtrip=
File "/usr/lib/
_check_
File "/usr/lib/
expected_sha))
AssertionError: Invalid sha for <Commit 87a5d4f4faa9b24
bzr 2.3.1 on python 2.6.6 (Linux-
arguments: ['/usr/bin/bzr', 'pull']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_CA.utf8'
plugins:
bash_completion /usr/lib/
builddeb /usr/lib/
dbus /usr/lib/
fastimport /usr/lib/
git /usr/lib/
gtk /usr/lib/
launchpad /usr/lib/
netrc_
news_merge /usr/lib/
rewrite /usr/lib/
*** 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:/
including this traceback and a description of the problem.
fatal: The remote end hung up unexpectedly
worthil ~/vcs/gtk+/upstream $
While we're at it, spending half an hour to "update git map" and failing, and then restarting at 0 seems sub-optimal.
AfC
summary: |
- bzr-git crashes when trying to update GTK + bzr-git crashes when trying to update GTK: Invalid sha for Commit |
Changed in bzr-git: | |
status: | New → Incomplete |
Changed in brz-git: | |
status: | New → Triaged |
importance: | Undecided → Medium |
status: | Triaged → Incomplete |
affects: | brz-git → brz |
Changed in brz: | |
milestone: | none → 3.0.0 |
> While we're at it, spending half an hour to "update git map" and failing, and then restarting at 0 seems sub-optimal.
FWIW It's not actually doing any duplicate work, it's just that the progress indicator could be better (it does this whole process once for each head in the repository).