[Bug 4034] New: hg gives these errors during bundle

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Sep 9 14:48:24 CDT 2013


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

          Priority: normal
            Bug ID: 4034
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg gives these errors during bundle
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: tai.van.tran at intel.com
          Hardware: Other
            Status: UNCONFIRMED
           Version: earlier
         Component: Mercurial
           Product: Mercurial

** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 0.9.5)
Traceback (most recent call last):
  File "/usr/intel/pkgs/mercurial/0.9.5/.bin/hg", line 14, in <module>
    mercurial.dispatch.run()
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/dispatch.py",
line 20, in run
    sys.exit(dispatch(sys.argv[1:]))
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/dispatch.py",
line 29, in dispatch
    return _runcatch(u, args)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/dispatch.py",
line 45, in _runcatch
    return _dispatch(ui, args)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/dispatch.py",
line 348, in _dispatch
    ret = _runcommand(ui, options, cmd, d)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/dispatch.py",
line 401, in _runcommand
    return checkargs()
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/dispatch.py",
line 357, in checkargs
    return cmdfunc()
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/dispatch.py",
line 340, in <lambda>
    d = lambda: func(ui, repo, *args, **cmdoptions)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/commands.py",
line 347, in bundle
    changegroup.writebundle(cg, fname, "HG10BZ")
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/changegroup.py",
line 86, in writebundle
    for chunk in chunkiter(cg):
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/changegroup.py",
line 31, in chunkiter
    c = getchunk(source)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/changegroup.py",
line 15, in getchunk
    d = source.read(4)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/util.py",
line 1415, in read
    for chunk in self.iter:
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/localrepo.py",
line 1732, in gengroup
    for chnk in group:
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/revlog.py",
line 1107, in group
    d = self.revision(nb)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/revlog.py",
line 945, in revision
    text = self.chunk(base, df=df)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/revlog.py",
line 900, in chunk
    return decompress(c)
  File
"/usr/intel/pkgs/mercurial/0.9.5/lib/python2.5/site-packages/mercurial/revlog.py",
line 97, in decompress
    return _decompress(bin)
SystemError: Objects/stringobject.c:4077: bad argument to internal function

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


More information about the Mercurial-devel mailing list