X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=eMGyTV9oBO+Qg7mb3C/uz5jHNmmaddBTITaqMHfsY1bFpo8du5mzr oQ8ITfpNAGfRnJR2YL3ztEv+GqBubyIJcADShnIM2DptyCPAAELOBTGqmct0qCNh a4zQQd5SpPbvQJx5vpuE2mfJngPNAgCltbHqzaNfqjVF2go0nuTvFU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=ZDHWlslyLy90+5W3L8WFbIS1+2U=; b=uAsGtD80v/Pn7tAB1VAPukvU/T6T 63zQNiVcvXN79yuWjjgnGJhrkorAq9zB8HrSuIVBnos2jBGvCwtTbNCfGWwbtm2P o+jo9Y7Ir5uUIwOiWzOJK+Q7qhrzUtNeBAvEwNdNjPdPQ9B+01U59k9ghCDZYClq gENwwiXjoIPzrYI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 spammy=H*r:4.89, Nobody X-HELO: blaine.gmane.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.1 Date: Tue, 13 Aug 2019 23:45:14 +0200 Message-ID: References: <20190812130152 DOT GI11632 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/3.0.4 X-IsSubscribed: yes * Corinna Vinschen (Mon, 12 Aug 2019 15:01:52 +0200) > > On Aug 11 09:27, Thorsten Kampe wrote: > > * Corinna Vinschen (Fri, 9 Aug 2019 20:53:38 +0200) > > > I uploaded a new Cygwin test release 3.1.0-0.1 > > > > > > This release comes with a couple of new features and quite a few > > > bug fixes. > > > > > > The most interesting change, courtesy Ken Brown, is a revamp of the > > > old FIFO code. It should now be possible to open FIFOs multiple times > > > for writing, something the old code failed on. > > > > I've noticed two things in connection with pspg > > (https://github.com/okbob/pspg) - a pager for tables: > > Nobody from the dev team uses this application, afaics. > > To help tracking down the cause for the problems, can you bisect > Cygwin or at least check which of the snapshots from > http://www.cygwin.com/snapshots/ introduces the problem? The issue is definitely not just with ConEmu but also with a standard Windows console (cmd.exe). I compiled tree (http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz). Mintty: 2.5s Cmd: 122s Make clean[1]: Mintty: 0.3s Cmd: 60,3s Thorsten [1] if [ -x tree ]; then rm tree; fi if [ -f tree.o ]; then rm *.o; fi rm -f *~ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple