[Buildbot-commits] [Buildbot] #2105: Mercurial hook - exceptions.ValueError: signal only works in main thread
Buildbot
nobody at buildbot.net
Thu Sep 22 08:06:59 UTC 2011
#2105: Mercurial hook - exceptions.ValueError: signal only works in main thread
----------------------+------------------------
Reporter: jpichon | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.4p2 | Resolution:
Keywords: |
----------------------+------------------------
Comment (by jpichon):
Have you taken a look at your process list after doing this? When I
started using "fork" I ended up with a lot of defunct processes (children
of Mercurial, one for every push) that wouldn't disappear until Mercurial
is restarted. I only left them hanging a few hours, so perhaps they do go
away after a while.
My current workaround is to mirror the repositories on the buildbot
server, which is less than ideal but does the job for now. (I tried
installing buildbot master on the same server than Mercurial, but the
problem didn't disappear.)
--
Ticket URL: <http://trac.buildbot.net/ticket/2105#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list