[Buildbot-commits] [Buildbot] #2386: Hang on Linux on start master
Buildbot
nobody at buildbot.net
Wed Oct 24 03:40:36 UTC 2012
#2386: Hang on Linux on start master
---------------------+---------------------------
Reporter: muro | Owner: Michal Widera
Type: defect | Status: new
Priority: critical | Milestone: 0.8.7p1
Version: 0.8.7 | Keywords: hang
---------------------+---------------------------
Test Envirom_ent: Linux ubuntu 10.10, Linux debian 6
Symptome: Hang on ./buildbot start master on 'wal' message
Sources: Head of Git trunk
Soultion ('''FOUND'''):
change in two files:
buildbot/master.py
yield self.db.setup() -> self.db.setup()
buildbot/schedulers/manager.py
yield self.master.db.static.getObjectId(..) ->
self.master.db.static.getObjectId(..)
Summary:
'''After removing two yeilds' buildbot master started properly'''.
Please add patch to the git head.
Regards,
Michal
--
Ticket URL: <http://trac.buildbot.net/ticket/2386>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list