gpt4 book ai didi

cygwin - Ctrl-c 在 cygwin 中停止工作

转载 作者:行者123 更新时间:2023-12-04 16:00:31 24 4
gpt4 key购买 nike

Ctrl-c (SIGINT/SIGTERM) 在 cygwin 中停止工作。如果我记得,这可能与 TTY 设置有关。请告知如何让它再次工作。我没有刻意改变任何东西

stty -a 的输出:

$ stty -a
speed 38400 baud; rows 25; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = ^Z; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo -echoe -echok -echonl -noflsh -tostop -echoctl -echoke

按 ctrl-c 时,cmd 窗口的标题从 Select~ 更改为 ~。 Ctrl-c 也会中断正在执行的程序,但不会创建新行。

我也在 session ssh-agent 上运行

我认为这可能会通过重新启动计算机来解决,但如果您有任何想法,请告诉我。

最佳答案

当我想关闭在 Cygwin session 中启动的 Java 进程时,我发现了这个问题,而 Ctrl+C 对我不起作用。然后意识到我可以从另一个 Cygwin session 中终止该进程,即在一个新 session 中:

ps - ef | grep java
kill -9 <pid>

关于cygwin - Ctrl-c 在 cygwin 中停止工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10170416/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com