Branch: refs/heads/jbosstools-4.3.x
Home:
https://github.com/jbosstools/jbosstools-forge
Commit: d93cf698382972fa77ffaeb4df379d87bdb8e9a9
https://github.com/jbosstools/jbosstools-forge/commit/d93cf698382972fa77f...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M
plugins/org.jboss.tools.forge.ui/src/org/jboss/tools/forge/ui/internal/cli/AeshConsole.java
Log Message:
-----------
JBIDE-20678: PrintStream.close() on Console stderr/stdout causes deadlock
Aesh tries to close the stderr/stdout streams. This should be fixed in future Aesh
versions.
This code can be reverted when Aesh is updated.