[Buildbot-devel] Problems with FileDownload

Phil Thompson phil at riverbankcomputing.co.uk
Wed Feb 28 12:30:41 UTC 2007


Buildbot v0.7.5
Twisted v2.5.0
Python v2.5

I'm having a problem using the FileDownload step. 
SlaveFileDownloadCommand._writeData() seems to handle the whole file Ok, but 
the master never gets to know that the download has finished.

The slave log shows "Unhandled error in Deferred" but with no detail. Hacking 
at Twisted's defer.py shows that the cause seems to be a recursion problem 
when running the callbacks (presumably the one implementing the close).

Does this ring any bells? Meantime I'll continue to hack at the Twisted 
source.

Phil




More information about the devel mailing list