Skip to content

Instantly share code, notes, and snippets.

@igorstojanovski
Created November 5, 2018 22:19
Show Gist options
  • Save igorstojanovski/8d3c5787aa7573ff42f6539c88536256 to your computer and use it in GitHub Desktop.
Save igorstojanovski/8d3c5787aa7573ff42f6539c88536256 to your computer and use it in GitHub Desktop.
Corrupted STDOUT by directly writing to native stream in forked JVM 1.
# Created at 2018-11-05T23:08:36.234
Corrupted STDOUT by directly writing to native stream in forked JVM 1. Stream '23:08:36.212 [main] INFO org.igorski.listeners.BasicListener - Creating BasicListener instance.'.
java.lang.IllegalArgumentException: Stream stdin corrupted. Expected comma after third character in command '23:08:36.212 [main] INFO org.igorski.listeners.BasicListener - Creating BasicListener instance.'.
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:210)
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:177)
at org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
at java.base/java.lang.Thread.run(Thread.java:844)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment