[Bug 6817] New: cmdserver: process exited unexpectedly with code 255
mercurial-bugs at mercurial-scm.org
mercurial-bugs at mercurial-scm.org
Wed May 10 18:24:28 UTC 2023
https://bz.mercurial-scm.org/show_bug.cgi?id=6817
Bug ID: 6817
Summary: cmdserver: process exited unexpectedly with code 255
Product: Mercurial
Version: 6.4
Hardware: PC
OS: Windows
Status: UNCONFIRMED
Severity: bug
Priority: wish
Component: Mercurial
Assignee: bugzilla at mercurial-scm.org
Reporter: jchang at endiag.com
CC: mercurial-devel at mercurial-scm.org
Python Version: ---
While attempting to clone a git repository using hggit, I get the following
error:
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64
bit (AMD64)]
** Mercurial Distributed SCM (version 6.4)
** Extensions loaded: hggit 1.0.2 (dulwich 0.21.3), mq, strip,
tortoisehg.util.hgcommands, tortoisehg.util.hgdispatch,
tortoisehg.util.partialcommit, tortoisehg.util.pipeui, tortoisehg.util.win32ill
Traceback (most recent call last):
File "hg", line 58, in <module>
File "mercurial\dispatch.pyc", line 143, in run
File "mercurial\dispatch.pyc", line 232, in dispatch
File "mercurial\dispatch.pyc", line 276, in _rundispatch
File "mercurial\dispatch.pyc", line 451, in _runcatch
File "mercurial\dispatch.pyc", line 461, in _callcatch
File "mercurial\scmutil.pyc", line 153, in callcatch
File "mercurial\dispatch.pyc", line 441, in _runcatchfunc
File "mercurial\dispatch.pyc", line 1266, in _dispatch
File "mercurial\dispatch.pyc", line 899, in runcommand
File "mercurial\dispatch.pyc", line 1278, in _runcommand
File "mercurial\dispatch.pyc", line 1264, in <lambda>
File "mercurial\util.pyc", line 1881, in check
File "mercurial\util.pyc", line 1881, in check
File "hgext\mq.pyc", line 4227, in mqcommand
File "mercurial\util.pyc", line 1881, in check
File "mercurial\commands.pyc", line 6655, in serve
File "mercurial\server.pyc", line 166, in runservice
File "mercurial\commandserver.pyc", line 461, in run
File "mercurial\commandserver.pyc", line 395, in serve
File "mercurial\commandserver.pyc", line 369, in serveone
File "mercurial\commandserver.pyc", line 350, in runcommand
File "mercurial\commandserver.pyc", line 289, in _dispatchcommand
File "mercurial\dispatch.pyc", line 232, in dispatch
File "mercurial\dispatch.pyc", line 276, in _rundispatch
File "mercurial\dispatch.pyc", line 451, in _runcatch
File "mercurial\dispatch.pyc", line 461, in _callcatch
File "mercurial\scmutil.pyc", line 153, in callcatch
File "mercurial\dispatch.pyc", line 441, in _runcatchfunc
File "tortoisehg\util\hgdispatch.pyc", line 23, in _dispatch
File "mercurial\dispatch.pyc", line 1266, in _dispatch
File "mercurial\dispatch.pyc", line 899, in runcommand
File "mercurial\dispatch.pyc", line 1278, in _runcommand
File "mercurial\dispatch.pyc", line 1264, in <lambda>
File "mercurial\util.pyc", line 1881, in check
File "mercurial\commands.pyc", line 1982, in clone
File "hggit\schemes.pyc", line 121, in clone
File "mercurial\hg.pyc", line 1008, in clone
File "hggit\util.pyc", line 99, in inner
File "hggit\gitrepo.pyc", line 196, in exchangepull
File "hggit\git_handler.pyc", line 365, in fetch
File "hggit\git_handler.pyc", line 1041, in import_git_objects
File "hggit\git_handler.pyc", line 1146, in import_git_commit
File "dulwich\config.pyc", line 765, in parse_submodules
File "dulwich\config.pyc", line 339, in get
File "dulwich\config.pyc", line 101, in __getitem__
KeyError: (b'submodule',)
cmdserver: process exited unexpectedly with code 255
Please let me know if there is anything I can do to help debug this, thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list