[issue476] traceback on memory error

TK Soh mercurial-bugs at selenic.com
Mon Jan 8 15:20:51 CST 2007


New submission from TK Soh <teekaysoh at gmail.com>:

just receive a traceback with the latest crew version. Apparently the
workstation ran out of memory:

% hg clone --pull -U source
requesting all changes
adding changesets
adding manifests
adding file changes
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version dfe87137ed14)
Traceback (most recent call last):
  File "/usr/bin/hg", line 11, in ?
    mercurial.commands.run()
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/commands.py", line
2970, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/commands.py", line
3194, in dispatch
    return d()
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/commands.py", line
3155, in <lambda>
    d = lambda: func(u, *args, **cmdoptions)
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/commands.py", line
405, in clone
    update=not opts['noupdate'])
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/hg.py", line 201, in clone
    dest_repo.clone(src_repo, heads=revs, stream=stream)
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/localrepo.py", line
1866, in clone
    return self.pull(remote, heads)
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/localrepo.py", line
1254, in pull
    return self.addchangegroup(cg, 'pull', remote.url())
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/localrepo.py", line
1758, in addchangegroup
    if fl.addgroup(chunkiter, revmap, tr) is None:
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/revlog.py", line 1146,
in addgroup
    for chunk in revs:
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/changegroup.py", line
31, in chunkiter
    c = getchunk(source)
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/changegroup.py", line
15, in getchunk
    d = source.read(4)
  File "/usr/ASpy24/lib/python2.4/site-packages/mercurial/util.py", line 1132,
in read
    self.buf = collector.getvalue()
MemoryError
transaction abort!
rollback completed

----------
messages: 2678
nosy: tksoh
priority: bug
status: unread
title: traceback on memory error

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue476>
____________________________________________________



More information about the Mercurial-devel mailing list