delorie.com/archives/browse.cgi | search |
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:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; q=dns; s= | |
default; b=tNfjKWtrW+Yb0SqiidJfzDqh88apJBXD2/8hfVrwZgr0QXoXyOb7X | |
T+btItxzjBynm48FrDI6OVbaVqRGb166uj8wh7O9+dZ+8g/t2jnac4blL71N0tjG | |
443pHrMNhPhooZPkYxqSy7AharI5EGwy64PIqCwK42eJ3vD8+/xS1M= | |
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:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; s=default; | |
bh=g1uJ8tO7kDw5hIdOwqJse0tu5JQ=; b=j+T6UPf/GbPvJ2yuKa8bhW9+0+dK | |
5VYdor5k326ajdpljdob0kv2x7cdCriTT3c/IIOAaJH1+E5XuxRZ6CdTc4c/9ypT | |
lsLIlwP6cLOT4sU/Ate8QGFNhUJBZMLs5MU7e52kAi0cd2M5WqS6Osj7SnuNEhKE | |
knUkEAWA+XeZsW4= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 |
X-HELO: | mho-02-ewr.mailhop.org |
X-Mail-Handler: | Dyn Standard SMTP by Dyn |
X-Report-Abuse-To: | abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) |
X-MHO-User: | U2FsdGVkX19Ipyw/3gooRA6qXgi17B2l |
Date: | Wed, 19 Feb 2014 09:15:20 -0500 |
From: | Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Need general snapshot testers |
Message-ID: | <20140219141520.GA4382@ednor.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <20140218190809 DOT GA4395 AT ednor DOT casa DOT cgf DOT cx> <dn59g9hthft9g6ci9hnjffte4oq4hnmfh6 AT 4ax DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <dn59g9hthft9g6ci9hnjffte4oq4hnmfh6@4ax.com> |
User-Agent: | Mutt/1.5.20 (2009-06-14) |
On Wed, Feb 19, 2014 at 12:52:58PM +0100, Bengt Larsson wrote: >Christopher Faylor wrote: >>We are contemplating releasing an interim 1.7.29 which does >>not incorporate Corinna's revamping of Cygwin's uid/gid handling. >> >>So, please check out snapshots, paying particular attention to the >>non-passwd/group parts of this file: >> >>http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.29?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=src >> >>We'd like to release a 1.7.29 in the next couple of days so testing >>feedback is appreciated. > >Tested the 64 bit DLL only: > >) - Allow quoting of arguments to the CYGWIN environment variable, i.e., >) set CYGWIN=error_start="c:\bin\someprogram -T" > >I tested it with what I use as 'CYGWIN="glob:ignorecase"' and that >works. > >) - Try harder to do the right thing in the presence of console screen >buffers, >) i.e., never clear the screen buffer unless the user asked for it. >Also >) fix screen escape sequences which attempted to scroll the screen. >) Addresses: http://cygwin.com/ml/cygwin/2014-02/threads.html#00274 > >I start a console window, set the buffer to 1100 lines, display a lot in >it. Start bash, type ^L: the console window resizes to be only one line. >Same result if bash was started first, then display data, then ^L. Huh. That's a bad bug. Thanks for reporting. That's not something we'd want to see in a release. What Windows version are you running? >) >) - Make "ps -W" report different WINPIDs for processes that have been >execed >) from, e.g., cmd. >) Addresses: http://cygwin.com/ml/cygwin/2014-02/threads.html#00382 > >I have not found any duplicate processes. That thread reference isn't >particularly useful: I had to search the archives. If you do: bash -c "exec sleep 3600" You'd see two processes in "ps -W" but only one in "ps -ef". >) - Avoid error messages from the signal handler if we're exiting. >) Addresses: A random irc #cygwin complaint. > >Not tested. There is no easy way to test this so that's fine. >I'm always wary about testing more than the DLL because I'm not >absolutely sure how to back out of it. I should have made it clear that just the dll needs to be tested although, if you were so inclined, you could also test the new minidump process that Jon Turney just introduced. That needs to be added to the release notes so there is no way that most people would know about it. cgf -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |