codenvy-legacy / cli

codenvy command line interface
11 stars 14 forks source link

How to interrupt command ? #110

Open paulvi opened 9 years ago

paulvi commented 9 years ago

related to #109

How to interrupt command ?

codenvy> info pc54f4e
^C
^C
^C
^C
^C

Ctrl+C does not

paulvi commented 9 years ago

Ctrl+D does not interrupt, but makes shell exit after command finishes

benoitf commented 9 years ago

it should as per https://issues.apache.org/jira/browse/KARAF-2003

could you get a thread dump ?

paulvi commented 9 years ago

What tool to use to get a thread dump?

benoitf commented 9 years ago

You can use jstack tool http://docs.oracle.com/javase/8/docs/technotes/tools/windows/jstack.html