[Bug 4823] New: Exception received on first commit

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Sep 11 06:55:18 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4823

          Priority: normal
            Bug ID: 4823
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Exception received on first commit
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: q_ilex at yahoo.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.4
         Component: Mercurial
           Product: Mercurial

Version  3.4+7 x64 on Windows Server 2008 R2

Doing the first commit (from command line and from GUI tool as well), the app
throws an exception and the command is not completed:

transaction abort!
rollback completed
note: commit message saved in .hg\last-message.txt
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 3.4)
** Extensions loaded:
Traceback (most recent call last):
  File "hg", line 53, in <module>
  File "mercurial\dispatch.pyo", line 29, in run
  File "mercurial\dispatch.pyo", line 91, in dispatch
  File "mercurial\dispatch.pyo", line 160, in _runcatch
  File "mercurial\dispatch.pyo", line 885, in _dispatch
  File "mercurial\dispatch.pyo", line 646, in runcommand
  File "mercurial\dispatch.pyo", line 976, in _runcommand
  File "mercurial\dispatch.pyo", line 947, in checkargs
  File "mercurial\dispatch.pyo", line 882, in <lambda>
  File "mercurial\util.pyo", line 716, in check
  File "mercurial\commands.pyo", line 1546, in commit
  File "mercurial\cmdutil.pyo", line 2456, in commit
  File "mercurial\commands.pyo", line 1540, in commitfunc
  File "mercurial\localrepo.pyo", line 64, in wrapper
  File "mercurial\localrepo.pyo", line 1507, in commit
  File "mercurial\localrepo.pyo", line 64, in wrapper
  File "mercurial\localrepo.pyo", line 1565, in commitctx
  File "mercurial\localrepo.pyo", line 1351, in _filecommit
  File "mercurial\filelog.pyo", line 49, in add
  File "mercurial\revlog.pyo", line 1192, in addrevision
  File "mercurial\revlog.pyo", line 1345, in _addrevision
  File "mercurial\revlog.pyo", line 165, in packentry
struct.error: integer out of range for 'i' format code

Can it be related to the path depth? it has 4 ,5, 6 or more  levels of
subdirectories
Thank you

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list