Comment 2 for bug 1232992

Revision history for this message
David Yingling (deeelwy) wrote :

Apparently this is a real infinite loop bug, because increasing the maximum stack size by adding "sys.setrecursionlimit(10000)" to the bzr python script actually still triggers this bug. My now much larger .bzr.log file is attached.

Also, setting it much higher than 10000 results in a segmentation fault, because the stack overflows into the heap.

My computer is too old to run the binary compiled for Ubuntu on my Slackware setup, so I'm stuck with Cpython or pypy 1.9. I don't have enough RAM to compile pypy myself, because a 64bit build needs 4gig, and I only have 4gigs of total ram. pypy's build requirements are insane.

Thanks,
Dave.