[Buildbot-commits] [Buildbot] #1909: Buildslave hangs at connecting to port on OS X 10.6.6 when the Buildmaster is restarted

Buildbot nobody at buildbot.net
Tue Mar 29 06:31:18 UTC 2011


#1909: Buildslave hangs at connecting to port on OS X 10.6.6 when the Buildmaster
is restarted
---------------------------------+------------------------
Reporter:  redheadphones         |       Owner:
    Type:  defect                |      Status:  new
Priority:  major                 |   Milestone:  undecided
 Version:  0.8.3p1               |  Resolution:
Keywords:  tutorial, slave, mac  |
---------------------------------+------------------------

Comment (by dustin):

 It looks like {{{socket.getfqdn()}}} is the culprit.  I'm guessing that
 this function somehow spawns a thread, and then twistd immediately forks
 without an exec.  The result is the pandemonium you might expect from a
 forked thread that suddenly finds itself running twice.

 I'm curious as to what might cause this, but I will probably just revert
 #1017 as a short-term fix.

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


More information about the Commits mailing list