You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Erjan Altena (JIRA)" <ji...@apache.org> on 2018/10/10 10:04:00 UTC

[jira] [Created] (CELIX-455) 100% CPU load when terminal is disconnected

Erjan Altena created CELIX-455:
----------------------------------

             Summary: 100% CPU load when terminal is disconnected
                 Key: CELIX-455
                 URL: https://issues.apache.org/jira/browse/CELIX-455
             Project: Celix
          Issue Type: Bug
          Components: Shell Textual User Interface
            Reporter: Erjan Altena


When somehow the stdin/stdout is disconnected the shell_tui gets in a loop of reading from stdin (which does not contain any data) and writing the prompt.

This causes 100%CPU load

 

This can be caused when a terminal is closed and the celix process continues.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)