[Buildbot-commits] [Buildbot] #1992: master hangs on startup
Buildbot
nobody at buildbot.net
Sat Jun 18 06:01:13 UTC 2011
#1992: master hangs on startup
-------------------+----------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.4p1
Version: 0.8.4 | Resolution:
Keywords: |
-------------------+----------------------
Comment (by dustin):
Since I'm entirely incapable of replicating this, I need some help. The
next thing that happens after the DBThreadPool is initialized (which logs
the string in the bug description) is {{{model.is_current}}}. Can you add
some print's to that method to see if it's called, and to
{{{check_current}}} in {{{master/buildbot/master.py}}} to see that it
returns? Also add some prints to {{{loadConfig}}} there. A good way to
do that:
{{{
#!python
def dbg(r, msg):
log.msg(msg)
return r
}}}
Then just add something like
{{{
#!python
d.addCallback(dbg, "HERE 6")
}}}
to each place in the callback chain where you'd like to check for
progress.
--
Ticket URL: <http://trac.buildbot.net/ticket/1992#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list