On Sat, 21 Dec 2024 12:30:02 +0900 Daisuke Fujimura wrote: > Sometimes the prompt does not return. > > $ ps > PID PPID PGID WINPID TTY UID STIME COMMAND > 378 294 378 5544 pty0 197609 11:26:16 /usr/bin/ps > 351 1 294 6552 pty0 197609 10:13:07 /usr/bin/zsh > 293 1 293 4984 ? 197609 10:13:03 /usr/bin/mintty > 294 293 294 2840 pty0 197609 10:13:04 /usr/bin/zsh > $ > # Pressing enter only without typing anything may not return a prompt. > (Send SIGINT by Ctrl-C) > $ ps > PID PPID PGID WINPID TTY UID STIME COMMAND > 351 1 294 6552 pty0 197609 10:13:07 /usr/bin/zsh > 407 294 407 1976 pty0 197609 11:26:24 /usr/bin/ps > 293 1 293 4984 ? 197609 10:13:03 /usr/bin/mintty > 404 1 294 9660 pty0 197609 11:26:19 /usr/bin/zsh > 294 293 294 2840 pty0 197609 10:13:04 /usr/bin/zsh > > > $ zsh --version > zsh 5.8 (x86_64-pc-cygwin) > > $ uname -srvmpio > CYGWIN_NT-10.0-22000 3.5.5-1.x86_64 2024-12-20 16:19 UTC x86_64 > unknown unknown Cygwin > > $ cd /path/to/oh-my-zsh > $ git log --oneline -1 > b9e73b4 (HEAD -> master, origin/master) docs(per-directory-history): > add variable docs (#12844) > > Removing `source /path/to/oh-my-zsh/oh-my-zsh.sh` from `~/.zshrc` will > not cause such problems. > > Cygwin-3.5.4-1 does not have this problem.
Could you please test if additional SIGCHLD can release hanging? kill -SIGCHLD <pid_of_hanging_zsh> -- Takashi Yano <takashi.y...@nifty.ne.jp> -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple