Advertisement
Guest User

PyPy cPickle crash with Mercurial

a guest
Dec 23rd, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.90 KB | None | 0 0
  1.    $ hg histedit --continue
  2. -  saved backup bundle to $TESTTMP/foo/.hg/strip-backup/08d98a8350f3-02594089-backup.hg (glob)
  3. +  ** unknown exception encountered, please report by visiting
  4. +  ** https://mercurial-scm.org/wiki/BugTracker
  5. +  ** Python 2.7.10 (5f8302b8bf9f, Nov 18 2015, 10:38:03)[PyPy 4.0.1 with GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)]
  6. +  ** Mercurial Distributed SCM (version 3.6.2+628-8c45e1eed739)
  7. +  ** Extensions loaded: histedit
  8. +  Traceback (most recent call last):
  9. +    File "bin/hg", line 43, in <module>
  10. +      mercurial.dispatch.run()
  11. +    File "mercurial/dispatch.py", line 54, in run
  12. +      sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  13. +    File "mercurial/dispatch.py", line 116, in dispatch
  14. +      ret = _runcatch(req)
  15. +    File "mercurial/dispatch.py", line 187, in _runcatch
  16. +      return _dispatch(req)
  17. +    File "mercurial/dispatch.py", line 910, in _dispatch
  18. +      cmdpats, cmdoptions)
  19. +    File "mercurial/dispatch.py", line 669, in runcommand
  20. +      ret = _runcommand(ui, options, cmd, d)
  21. +    File "mercurial/dispatch.py", line 1041, in _runcommand
  22. +      return checkargs()
  23. +    File "mercurial/dispatch.py", line 1001, in checkargs
  24. +      return cmdfunc()
  25. +    File "mercurial/dispatch.py", line 907, in <lambda>
  26. +      d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  27. +    File "mercurial/util.py", line 985, in check
  28. +      return func(*args, **kwargs)
  29. +    File "hgext/histedit.py", line 892, in histedit
  30. +      _histedit(ui, repo, state, *freeargs, **opts)
  31. +    File "hgext/histedit.py", line 960, in _histedit
  32. +      state.read()
  33. +    File "hgext/histedit.py", line 262, in read
  34. +      data = pickle.load(fp)
  35. +    File "pypy-4.0.1-osx64/lib_pypy/cPickle.py", line 596, in load
  36. +      return Unpickler(f).load()
  37. +    File "pypy-4.0.1-osx64/lib_pypy/cPickle.py", line 170, in load
  38. +      self.dispatch[key](self)
  39. +  KeyError: 118
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement