Skip to content

Instantly share code, notes, and snippets.

@ruediger
Last active August 29, 2015 13:56
Show Gist options
  • Save ruediger/8964387 to your computer and use it in GitHub Desktop.
Save ruediger/8964387 to your computer and use it in GitHub Desktop.
git-remote-bzr error
$ git pull
fatal: mark :399671 not declared
fast-import: dumping crash report to .git/fast_import_crash_4248
fatal: Error while running fast-import
Traceback (most recent call last):
File "/usr/bin/git-remote-bzr", line 952, in <module>
sys.exit(main(sys.argv))
File "/usr/bin/git-remote-bzr", line 936, in main
do_import(parser)
File "/usr/bin/git-remote-bzr", line 398, in do_import
export_branch(repo, name)
File "/usr/bin/git-remote-bzr", line 326, in export_branch
modified_final = export_files(cur_tree, modified)
File "/usr/bin/git-remote-bzr", line 271, in export_files
print d
IOError: [Errno 32] Broken pipe
$ cat .git/fast_import_crash_4248
fast-import crash report:
fast-import process: 4248
parent process : 4247
at Sat Feb 15 22:28:32 2014
fatal: mark :399671 not declared
Most Recent Commands Before Crash
---------------------------------
feature done
feature import-marks=.git/bzr/origin/marks-git
feature export-marks=.git/bzr/origin/marks-git
feature force
blob
mark :399673
data 886044
blob
mark :399674
data 72780
commit refs/bzr/origin/heads/trunk
mark :399675
author Lars Ingebrigtsen <[email protected]> 1391157193 +0000
committer Katsumi Yamaoka <[email protected]> 1391157193 +0000
data 75
* from :399671
Active Branch LRU
-----------------
active_branches = 0 cur, 5 max
pos clock name
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Inactive Branches
-----------------
refs/bzr/origin/heads/trunk:
status : dirty
tip commit : 0000000000000000000000000000000000000000
old tree : 0000000000000000000000000000000000000000
cur tree : 0000000000000000000000000000000000000000
commit clock: 0
last pack :
Marks
-----
exported to .git/bzr/origin/marks-git
-------------------
END OF CRASH REPORT
$ tail .git/bzr/origin/marks-git
:399661 aa0d3d8a691fc5257234922e361c8e470f0dfbec
:399662 9280a60c02b8b0591e553452e2f9e326134d09c7
:399663 e0d8d8de6324ef976c636103cd57f46d52572009
:399666 c17eb3ec09a9f247a2ca4c69f7cf7e48adc580f4
:399667 a13d3df43f1020930bdbe4efd034f95e2d0794a8
:399668 e38546b2d6406b3560f32b676810c5f65ae870fd
:399669 5c3d638f16c75617ccab0bb89eeac4144f404683
:399670 4d7cdb2c35669d7683353f186b162e12b09159c3
:399673 16c9e14bcf4cc88ec88e6213a2679eb48333fc88
:399674 cbaea91f5ab681b77e3915f7bb000aba8bd24063
$ git remote show origin
* remote origin
Fetch URL: bzr::bzr+ssh://[email protected]/emacs
Push URL: bzr::bzr+ssh://[email protected]/emacs
HEAD branch: trunk
Remote branch:
trunk tracked
Local branch configured for 'git pull':
trunk merges with remote trunk
Local ref configured for 'git push':
trunk pushes to trunk (create)
$ git --version
git version 1.9.0
@ruediger
Copy link
Author

ruediger commented Mar 4, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment