X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C62573858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iAn7XojpkX51cwmRZdJQMStP4kiKXUa8yGY6Eo6aGGk=; b=YYsrPrjiJbQUfk/mLsGzTI6lYjodfKj5bm19hVZQ+WB9luL+qnZFFmWLdUMnpgbyJ6 47Db6GSSm8Lw44GGsJ971wHiQ8QRN43qupAiVmDVqzkPj2ZfFKRZf5mbqTlMLrJhRODs sZyGu6RW4MgDKy7BwEJHSXF/asPR74v69iLaKj+qf9WGu+TC9vmBhe50coyY1vkRHG5d 7I/k+hslrB0MreS3tPfuG7e8Q9kmKpJVQCCrWMws2JuuZCjOZhoiyz9PmmD0RiMLQ9YR QMSnoHndkrA0sXujnQNAVelZFRX6npcce6xHBvtmPyC0DMIP9h1jwWhZqvAHQavqLU49 Fokw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iAn7XojpkX51cwmRZdJQMStP4kiKXUa8yGY6Eo6aGGk=; b=2NGi7OETcMlno9mO6Fz19fI03u0q7vFwg2yXgaEuqp/iEJIVSqlG+BbJRrYhB9nB2C Lh8KnBnB5hcAUr5uUmJrEWb19ueZS1BU9psl0BJVJ/xOjiOT3FRZc7Kv0Zx9XHjPkisD EFjADY2Sq85CVCCpf+DMBII6zCrppSbPT8yKlcmK5u6PIVWVFkuodzpnA7M+WbMYPGmg +NQPPLUD1bXBE2IbV8cMBhughKiwf5oc0PvxNOprm769vcKighTaNLKJU7LygBPMj910 9962fHU3mAaQGBOVls3K6RjNsTbZdAB11mO+5/GBXgOSxZ1LLF7tiVk9eWeTSg6zqkQr kLnA== X-Gm-Message-State: AOAM532/fvN2m1lO9+2K45G+FkKr4MRoHntWGr/mSABj3FMcgiCnvybv pwKiBEzN77pal6iDdyFCTSuweiiv2Y9RGhLPzig= X-Google-Smtp-Source: ABdhPJzzlj3vjhP9Wdkn3cAfdqE6M77f1whNEZGpm/bIw7zjjKRFv/bDGfG1PYm1cgDq86nY+YogpFmjLfP4sTWsd3U= X-Received: by 2002:a05:6638:378c:b0:313:f08c:e4df with SMTP id w12-20020a056638378c00b00313f08ce4dfmr26624042jal.192.1646252021014; Wed, 02 Mar 2022 12:13:41 -0800 (PST) MIME-Version: 1.0 References: <20220227235303 DOT 5d6239724ed83b145772134b AT nifty DOT ne DOT jp> <20220302081259 DOT 2a7e522ef1a9e3e6da0aa259 AT nifty DOT ne DOT jp> In-Reply-To: <20220302081259.2a7e522ef1a9e3e6da0aa259@nifty.ne.jp> From: Orgad Shaneh Date: Wed, 2 Mar 2022 22:13:30 +0200 Message-ID: Subject: Re: Typed characters are mis-ordered when CPU usage is high To: Takashi Yano X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Wed, Mar 2, 2022 at 1:13 AM Takashi Yano wrote: > > Hi Orgad, > > On Sun, 27 Feb 2022 23:53:03 +0900 > Takashi Yano wrote: > > On Sun, 27 Feb 2022 16:39:24 +0200 > > Orgad Shaneh wrote: > > > 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) > > > > Thanks for the report. > > > > I think this is due to a bug which I recently fixed. > > https://cygwin.com/pipermail/cygwin-patches/2022q1/011791.html > > Now, new developer snapshot is ready: https://cygwin.com/snapshots/ > Please try. Tested. Looks much better. Thanks! Is a release planned soon? - Orgad -- 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