public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Typed characters are mis-ordered when CPU usage is high
@ 2022-02-27 14:39 Orgad Shaneh
  2022-02-27 14:53 ` Takashi Yano
  0 siblings, 1 reply; 21+ messages in thread
From: Orgad Shaneh @ 2022-02-27 14:39 UTC (permalink / raw)
  To: cygwin

Hi,

I'm using cygwin runtime 3.3.4-2.

When a foreground job is running, and the general CPU usage of the
machine is high, characters are mis-ordered.

To reproduce, I use this script to produce load:
#!/bin/sh

for i in $(seq $(nproc)); do
  while true; do :; done &
done
wait

Run it in the background, then run a long foreground job, and while it
is running, type something.

Example:
$ spin.sh &
$ sleep 3 # While it is running, I quickly typed git status
$ sigt tatus

This reproduces on Windows Terminal and on cmd (Cygwin.bat)

Please CC me on replies, as I'm not registered to the mailing list.

Thanks,
- Orgad

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-03-18 13:28 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 14:39 Typed characters are mis-ordered when CPU usage is high Orgad Shaneh
2022-02-27 14:53 ` Takashi Yano
2022-03-01 23:12   ` Takashi Yano
2022-03-02 20:13     ` Orgad Shaneh
2022-03-03  0:02       ` Takashi Yano
2022-03-03  3:46         ` Orgad Shaneh
2022-03-10 13:17         ` Orgad Shaneh
2022-03-11 21:36           ` Takashi Yano
2022-03-17 18:40             ` Orgad Shaneh
2022-03-18  4:23               ` Takashi Yano
2022-03-18  5:22                 ` Takashi Yano
2022-03-18  5:57                   ` Orgad Shaneh
2022-03-18  6:30                     ` Takashi Yano
2022-03-18  6:32                       ` Orgad Shaneh
2022-03-18 11:21                         ` Orgad Shaneh
2022-03-18 12:15                           ` Takashi Yano
2022-03-18 13:04                             ` Orgad Shaneh
2022-03-18 13:28                               ` Takashi Yano
2022-03-18  6:11               ` n952162
2022-03-02 20:28   ` Kaz Kylheku (Cygwin)
2022-03-03  0:29     ` Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).