mirror of https://github.com/sbt/sbt.git
If an exception is thrown when accepting a connection from a forked test agent, currently I'm seeing that all that happens is SBT hangs with no output. Thread dumps show that the main process is waiting for the agent to return, while the agent is waiting for the server to send it something. This change logs the exception, so that at least the error can be googled. It also cleans up the server socket. |
||
|---|---|---|
| .. | ||
| main/scala/sbt | ||
| test/scala/sbt/compiler | ||