#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
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits