Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2025-02-09 Thread Daisuke Fujimura via Cygwin
Sorry for the late reply. I can confirm that cygwin 3.5.6 solved the problem. On Tue, Dec 24, 2024 at 8:24 AM Takashi Yano via Cygwin wrote: > > On Mon, 23 Dec 2024 20:30:30 +0900 > Daisuke Fujimura via Cygwin wrote: > > $ kill -CHLD 214 > > > > $ ps > > PID PPID PGID WINPID TTY UID STIME COMMA

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2025-01-03 Thread Andrey Repin via Cygwin
Greetings, Daisuke Fujimura! Pardon my intervention, but I'd like to make an unrelated comment… >> Are any additional settings necessary? > - zsh is specified by the environment variable SHELL. > - HOME is a symbolic link. (`/home/myname` -> `/cygdrive/c/Users/myname`) I'd suggest using nsswitc

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-23 Thread Takashi Yano via Cygwin
On Mon, 23 Dec 2024 20:30:30 +0900 Daisuke Fujimura via Cygwin wrote: > $ kill -CHLD 214 > > $ ps > PID PPID PGID WINPID TTY UID STIME COMMAND > 217 1 217 4788 cons0 197609 20:22:44 /usr/bin/bash > I 181 180 181 9652 pty0 197609 20:22:33 /usr/bin/zsh > 225 217 225 2996 cons0 197609 20:26:48 /usr/

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-23 Thread Daisuke Fujimura via Cygwin
> How about sending SIGCHLD to the newest child, i.e. kill -CHLD 1728 for this > case? No, sent to zsh with mintty as direct parent. (In this case it was `kill -CHLD 1672`.) The result of sending SIGCHLD for the newest child is as follows: ``` $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 214

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-21 Thread Takashi Yano via Cygwin
On Sun, 22 Dec 2024 10:59:11 +0900 Daisuke Fujimura wrote: > > Could you please test if additional SIGCHLD can release hanging? > > Start mintty and check the process from another bash. > > $ ps > PID PPID PGID WINPID TTY UID STIME COMMAND > 1713 1662 1713 6800 cons0 197609 04:26:01 /usr/bin/ps >

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-21 Thread Daisuke Fujimura via Cygwin
> Could you please test if additional SIGCHLD can release hanging? Start mintty and check the process from another bash. $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 1713 1662 1713 6800 cons0 197609 04:26:01 /usr/bin/ps 1671 1 1671 6072 ? 197609 04:25:47 /usr/bin/mintty I 1672 1671 1672 2096 p

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-21 Thread Takashi Yano via Cygwin
On Sat, 21 Dec 2024 19:40:59 +0900 Takashi Yano wrote: > 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

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-21 Thread Takashi Yano via Cygwin
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/bi

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-20 Thread Takashi Yano via Cygwin
On Sat, 21 Dec 2024 12:30:02 +0900 Daisuke Fujimura via Cygwin 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:1

zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2024-12-20 Thread Daisuke Fujimura via Cygwin
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