[PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.

Koichi Murase myoga.murase@gmail.com
Thu Jan 23 14:30:00 GMT 2020


2020年1月23日(木) 22:00 Takashi Yano <takashi.yano@nifty.ne.jp>:
> Is there any process alived using diffrent version of cygwin1.dll?

Ah, you were right!  Actually there were no *real* processes remained
(Otherwise I could not have overwritten cygwin1.dll, I think), but I
remembered that there is a remaining *fake entry* in the result of
`ps' as follows (for which `kill' produces error `No such process' and
also I cannot find any corresponding process in Windows Task Manager).

  $ ps uaxf
      PID    PPID    PGID     WINPID   TTY         UID    STIME COMMAND

     1416       1    1416      11160  ?         197610   Jan 20
  /home/murase/opt/screen/4.7.0m/bin/screen-4.7.0

After a reboot of Windows, the problem has resolved!  Thank you!

Koichi



More information about the Cygwin-patches mailing list