[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-12-14 Thread Shannon Weyrick
Yes, sorry about the branch mishap, I think I've cleaned it up. I've proposed a merge. ** Branch unlinked: lp:~weyrick/bzr/bzr-search-720853 ** Branch linked: lp:~weyrick/bzr-search/bzr-search-720853 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-12-09 Thread Shannon Weyrick
I've created a branch of bzr-search that does the simple skip on bad key. It does fix the original bug submitter's problem of not being able to use bzr-search with ubiquity. It does not solve the root cause of the bad (big) key, however. ** Branch linked: lp:~weyrick/bzr/bzr-search-720853 --

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-11-17 Thread Shannon Weyrick
** Changed in: bzr Status: In Progress = Fix Released -- 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

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-11-17 Thread Shannon Weyrick
re: the bzr search plugin, it now needs to handle the new exception raised. simply skipping the big key would be a good start, finding out why such a big key is being added to the index would be better. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-11-16 Thread Shannon Weyrick
Switching to the new_leaf check does indeed seem to solve this bug and bug #889872. Will propose new merge. -- 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

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-11-14 Thread Shannon Weyrick
Awesome, thanks John, I'll get a fix in based on that and see if I can get a test case for bug #889872 as well -- 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

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-09-29 Thread Shannon Weyrick
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

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-09-29 Thread Shannon Weyrick
** Branch linked: lp:~weyrick/bzr/720853-max-recursion-depth -- 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

[Bug 720853] Re: bzr crashed with RuntimeError in normpath(): maximum recursion depth exceeded while calling a Python object

2011-08-23 Thread Shannon Weyrick
** Changed in: bzr Assignee: (unassigned) = Shannon Weyrick (weyrick) -- 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