[Buildbot-commits] [Buildbot] #2190: MailNotifier fails to send message

Buildbot nobody at buildbot.net
Sat Feb 4 00:35:20 UTC 2012


#2190: MailNotifier fails to send message
----------------------+------------------------
Reporter:  kevbroch   |       Owner:
    Type:  undecided  |      Status:  new
Priority:  major      |   Milestone:  undecided
 Version:  master     |  Resolution:
Keywords:  mail       |
----------------------+------------------------

Comment (by tom.prince):

 Did you happen to reconfigure about the time this occured?

 It looks like self.parent is None here, so my guess as to what happend is
 1. MailNotifier was triggered
 2. MailNotifier blocks
 3. master is reconfigured, removing MailNotifier from master
 4. MailNotifier resumes, with self.parent = None
 5. This error is triggered.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2190#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list