https://bz.apache.org/bugzilla/show_bug.cgi?id=64733
--- Comment #11 from Michael Seele <mse...@guh-software.de> --- I can confirm the dealock is fixed. I got the following output per "previous deadlock": [junitlauncher] Failed in syserr streaming [junitlauncher] java.io.UncheckedIOException: java.io.IOException: Pipe broken [junitlauncher] at org.apache.tools.ant.taskdefs.optional.junitlauncher.LauncherSupport$SysOutErrStreamReader.run(LauncherSupport.java:531) [junitlauncher] at java.base/java.lang.Thread.run(Thread.java:836) [junitlauncher] Caused by: java.io.IOException: Pipe broken [junitlauncher] at java.base/java.io.PipedInputStream.read(PipedInputStream.java:321) [junitlauncher] at java.base/java.io.PipedInputStream.read(PipedInputStream.java:377) [junitlauncher] at java.base/java.io.InputStream.read(InputStream.java:205) [junitlauncher] at org.apache.tools.ant.taskdefs.optional.junitlauncher.LauncherSupport$SysOutErrStreamReader.run(LauncherSupport.java:525) [junitlauncher] ... 1 more -- You are receiving this mail because: You are the assignee for the bug.