[Bug 4675] New: integer out of range with hg commit of 2.47 GB binary file

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue May 19 20:52:14 UTC 2015


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

          Priority: normal
            Bug ID: 4675
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: integer out of range with hg commit of 2.47 GB binary
                    file
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: cweaver at plausa.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.3.3
         Component: blackbox
           Product: Mercurial

I get the following traceback with i try to commit a 2.47 GB zip file:

C:\Users\trr10\Documents\Projects>hg commit SoftwareTools
note: commit message saved in SoftwareTools\.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.3.3)
** Extensions loaded: convert
Traceback (most recent call last):
  File "hg", line 43, in <module>
  File "mercurial\dispatch.pyc", line 28, in run
  File "mercurial\dispatch.pyc", line 71, in dispatch
  File "mercurial\dispatch.pyc", line 140, in _runcatch
  File "mercurial\dispatch.pyc", line 844, in _dispatch
  File "mercurial\dispatch.pyc", line 863, in _dispatch
  File "mercurial\dispatch.pyc", line 624, in runcommand
  File "mercurial\dispatch.pyc", line 954, in _runcommand
  File "mercurial\dispatch.pyc", line 925, in checkargs
  File "mercurial\dispatch.pyc", line 860, in <lambda>
  File "mercurial\util.pyc", line 711, in check
  File "mercurial\commands.pyc", line 1505, in commit
  File "mercurial\cmdutil.pyc", line 2218, in commit
  File "mercurial\commands.pyc", line 1499, in commitfunc
  File "mercurial\localrepo.pyc", line 64, in wrapper
  File "mercurial\localrepo.pyc", line 1397, in commit
  File "mercurial\localrepo.pyc", line 64, in wrapper
  File "mercurial\localrepo.pyc", line 1455, in commitctx
  File "mercurial\localrepo.pyc", line 1240, in _filecommit
  File "mercurial\filelog.pyc", line 49, in add
  File "mercurial\revlog.pyc", line 1182, in addrevision
  File "mercurial\revlog.pyc", line 1319, in _addrevision
  File "mercurial\revlog.pyc", line 165, in packentry
struct.error: integer out of range for 'i' format code

C:\Users\trr10\Documents\Projects>

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


More information about the Mercurial-devel mailing list