-
Bug
-
Resolution: Done
-
Major
-
None
-
None
2 Threads. Thread1 is polling Aesh console status for its running state, as soon as the state is switched to !running, the CLI exists.
Ctrl-C is sent to CLI, Aesh command Thread initiates a shutdown, the CLI calls console.stop(). Aesh change running state to be false THEN does some cleanup. If thread1 is scheduled, then CLI exists although cleanup has not yet been operated. leaving an insane TTY.
The fix is to switch to Aesh 0.66.15 in which this bug has been fixed.
- causes
-
WFCORE-1853 Ctrl-C could lead to alias not being persisted
- Resolved
- is caused by
-
AESH-429 Console advertises that it is not running although it is still running
- Resolved