-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
HP-UX eph-04 B.11.31 U ia64
java version "1.8.0.01-hp-ux"
Java(TM) SE Runtime Environment (build 1.8.0.01-hp-ux-rc2)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
In TestTerminal, in == System.in, therefore Aesh tries to close System.in.
This seems to cause a infinite wait on HP JDK, while it doesn't do any harm on other JDKs. It causes some tests in wildfly-core to hang when running on HP-UX. I think that there should be a check whether in == System.in, and if yes, don't close it.
- clones
-
AESH-329 TestTerminal tries to close System.in causing a hang on HP-UX
-
- Resolved
-