On Thu, Apr 30, 2009 at 12:57 PM, Micah Anderson <[email protected]> wrote:
> Actually it seems like when I kill the builders, the next time a build
> starts it too goes on for infinity.
>
> How can I track this down? I tried running every rake task that is setup
> for the build for this project, they all return like normal.

Add logging at every step of your build, and try to narrow down what
is hanging.  Once it stops getting to a log step, dig deeper and add
more logging.

Also check your processes.  Learn the 'ps' command, and how to view
process groups and display parent/child process ids.  Find all child
processes of your builder/build (I think the daemon may give you some
hints here, that's what it does).  It may just be "ruby", in which
case you'll still need to keep logging debug statements to find out
what is going on, but you may find something that give you a hint.

Good luck,
-- Chad
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to