RootShell icon indicating copy to clipboard operation
RootShell copied to clipboard

java.lang.IllegalStateException - State:FLUSHED

Open jakubturcovsky opened this issue 8 years ago • 0 comments

Any ideas why FLUSHED state is bad when it wants to write?

Stacktrace: Fatal Exception: java.lang.IllegalStateException: State: FLUSHED at java.nio.charset.CharsetEncoder.illegalStateException(CharsetEncoder.java:670) at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:360) at java.io.OutputStreamWriter.convert(OutputStreamWriter.java:178) at java.io.OutputStreamWriter.write(OutputStreamWriter.java:324) at java.io.Writer.write(Writer.java:141) at com.stericson.RootShell.execution.Shell$1.run(Shell.java:607) at java.lang.Thread.run(Thread.java:818)

jakubturcovsky avatar Aug 15 '17 07:08 jakubturcovsky