[Buildbot-devel] unhandled error in file transfer
Brian Warner
warner-buildbot at lothar.com
Sat Jan 26 18:36:29 UTC 2008
On Thu, 24 Jan 2008 14:09:22 -0800
Richard Offer <offer at fastscale.com> wrote:
> I'm seeing an unhandled error during file upload (and download)
> ...
> "/usr/lib/python2.3/site-packages/twisted/python/reflect.py", line
> 493, in accumulateBases accumulateBases(base, l, baseClass)
> exceptions.RuntimeError: maximum recursion depth exceeded
>
>
> 2008/01/24 16:12 -0700 [Broker,client] startCommand:downloadFile [id
> 3] 2008/01/24 16:18 -0700 [Broker,client] Unhandled error in Deferred:
That was a problem with the Deferred chaining in the download command (the
summary is that Deferreds don't handle tail recursion), and is fixed in
current CVS. Ticket #106 covered it. You can probably just apply the patch
referenced therein to your 0.7.6 tree if you don't feel like running
unreleased code.
hope that helps,
-Brian
#106: http://buildbot.net/trac/ticket/106
More information about the devel
mailing list