[
https://issues.jboss.org/browse/WFCORE-929?page=com.atlassian.jira.plugin...
]
Ståle Pedersen commented on WFCORE-929:
---------------------------------------
thanks Petr for giving me access to the hpux box, i've managed to understand a bit
better why this happens.
the previous version of aesh was setting the stty options: "-ixon -icanon min
1", the current version set these options: "-ixon -icanon min 1 intr undef icrnl
susp undef".
so, with the new versions, pressing 'u' will terminate the java process. i havent
debugged to find out which option that causes this yet, but ill have a 0.66.4-SNAPSHOT
deployed within the evening for everyone to test.
CLI is terminated unexpectedly after type "u" on HPUX
-----------------------------------------------------
Key: WFCORE-929
URL:
https://issues.jboss.org/browse/WFCORE-929
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 2.0.0.Beta4
Reporter: Marek Kopecký
Assignee: Alexey Loubyansky
*Description of problem:*
CLI is terminated unexpectedly after type "qui" on HPUX
*How reproducible:*
Always on HPUX
*Steps to Reproduce:*
# ./standalone.sh
# ./jboss-cli.sh -c
# qui
#* type "qui" in console to CLI, do not press "enter"
*Actual results:*
CLI is terminated
*Expected results:*
CLI is not terminated
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)