[Buildbot-devel] Stack trace when using PBListener and Dependent scheduler

Brian Warner warner-buildbot at lothar.com
Mon Jan 9 00:36:28 UTC 2006


> >I discovered a worse bug in Schedulers a few days ago.
> >
> Is this stack trace related to the bug you mention above? :
> 
>           File "/home/buildmaster//lib/python/buildbot/scheduler.py", line 173, in fireTimer
>             self.submit(bs)
>           File "/home/buildmaster//lib/python/buildbot/scheduler.py", line 54, in submit
>             self.parent.submitBuildSet(bs)
>         exceptions.AttributeError: 'NoneType' object has no attribute 'submitBuildSet'

Yes, that's exactly it. This will occur any time you reload the config file
and have *not* changed the Scheduler (i.e., most of the time). The fix for
this is in CVS now, and will be present in the next release.

cheers,
 -Brian




More information about the devel mailing list