After some investigation it seems that the source of the recursion
problem is that while indexing, a node is being serialized to a length >
PAGE_SIZE. There is currently no assertion check for that, so it
recurses infinitely trying to expand the tree to fit it, in vain.

With the size assertion added, the operation stops pretty quickly (30s
or so, rather than stopping at 18m at the max recursion depth).
Currently trying to see why the node is so large in this case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720853

Title:
  bzr crashed with RuntimeError in normpath(): maximum recursion depth
  exceeded while calling a Python object

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/720853/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to