[Bug 6488] New: Exception happened during processing request
mercurial-bugs at mercurial-scm.org
mercurial-bugs at mercurial-scm.org
Wed Feb 17 13:37:15 UTC 2021
https://bz.mercurial-scm.org/show_bug.cgi?id=6488
Bug ID: 6488
Summary: Exception happened during processing request
Product: Mercurial
Version: 5.5.1
Hardware: PC
OS: Other
Status: UNCONFIRMED
Severity: bug
Priority: wish
Component: Mercurial
Assignee: bugzilla at mercurial-scm.org
Reporter: info at brigar.ru
CC: mercurial-devel at mercurial-scm.org
Python Version: ---
OS:> FreeBSD 12.2-RELEASE-p3 GENERIC amd64
HG:> mercurial-5.5_1
PY:> python3.7
INFO: action (hg push) repository size 12G, end result error
ERROR:>
Exception happened during processing request '/go-pack?cmd=unbundle':
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/mercurial/hgweb/server.py", line
123, in do_POST
self.do_write()
File "/usr/local/lib/python3.7/site-packages/mercurial/hgweb/server.py", line
116, in do_write
self.do_hgweb()
File "/usr/local/lib/python3.7/site-packages/mercurial/hgweb/server.py", line
236, in do_hgweb
for chunk in self.server.application(env, self._start_response):
File
"/usr/local/lib/python3.7/site-packages/mercurial/hgweb/hgwebdir_mod.py", line
381, in run_wsgi
for r in self._runwsgi(req, res):
File "/usr/local/lib/python3.7/site-packages/mercurial/hgweb/hgweb_mod.py",
line 326, in run_wsgi
for r in self._runwsgi(req, res, repo):
File "/usr/local/lib/python3.7/site-packages/mercurial/hgweb/hgweb_mod.py",
line 353, in _runwsgi
rctx, req, res, self.check_perm
File "/usr/local/lib/python3.7/site-packages/mercurial/wireprotoserver.py",
line 233, in handlewsgirequest
_callhttp(repo, req, res, proto, cmd)
File "/usr/local/lib/python3.7/site-packages/mercurial/wireprotoserver.py",
line 469, in _callhttp
rsp = wireprotov1server.dispatch(repo, proto, cmd)
File "/usr/local/lib/python3.7/site-packages/mercurial/wireprotov1server.py",
line 82, in dispatch
return func(repo, proto, *args)
File "/usr/local/lib/python3.7/site-packages/mercurial/wireprotov1server.py",
line 664, in unbundle
repo, gen, their_heads, b'serve', proto.client()
File "/usr/local/lib/python3.7/site-packages/mercurial/exchange.py", line
2805, in unbundle
gettransaction()
File "/usr/local/lib/python3.7/site-packages/mercurial/exchange.py", line
2794, in gettransaction
lockandtr[2] = repo.transaction(source)
File "/usr/local/lib/python3.7/site-packages/mercurial/localrepo.py", line
2075, in transaction
hint=_(b"run 'hg recover' to clean up transaction"),
mercurial.error.RepoError: b'abandoned transaction found'
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list