We found to root to the problem. We have a windows service that launches the slave and for some reason we had enabled piping of stdout and stderr and the output from the slave.jar caused the pipes to deadlock. By disable the stderr and stdout piping the deadlock issue was resolved.
We found the issue by running slave.jar in a command line window and noticed that the findbugs plugin writes a lot of data to stdout and this was to much for our service to handle.

So I take it that at java.io.FileOutputStream.writeBytes(Native Method) is actually writing to a local stream that is deadlocked.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to