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:from:to:subject:date:reply-to:message-id :references:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=GcfXiCoG4ahtVxsl Mf5zFRYO0opn0waj/0wp7IelAFnDOXF0FHmF0yDViD7f9OoRaOhPdyl5s+l1lKm5 r3mZ5wIgwLXxJGCPyPu07id3jvpzlbEJkE2ncnlzbdJ3iwm5wvC5nKFDNMyu+71z LhxH/oUOtn5PaXLBiyZRGxERCi4= 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:from:to:subject:date:reply-to:message-id :references:in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=UoSUuaA1mnYXHf+2ue6y0V ZClWU=; b=OVt1vUA1XXtPKCTUuz2D8EJAAvv6prXz7fsx6SnfR7u07Z/UQrX9ku je+OSMcLAW5rJkaBtEq/xFlqsvst4gcaR/85eM7og/PLtXu43FbFxvuMR4t3awuu hVgc2I56eKCt5tfjImoW7mHEeAf8gcuKtyx4ZDf+rNP6a+C7y2eRA= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: homiemail-a105.g.dreamhost.com From: Bengt Larsson To: cygwin AT cygwin DOT com Subject: Re: Need general snapshot testers Date: Wed, 19 Feb 2014 12:52:58 +0100 Reply-To: cygwin AT cygwin DOT com Message-ID: References: <20140218190809 DOT GA4395 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20140218190809.GA4395@ednor.casa.cgf.cx> User-Agent: ForteAgent/7.20.32.1218 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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. ) ) - 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. ) - Avoid error messages from the signal handler if we're exiting. ) Addresses: A random irc #cygwin complaint. Not tested. I'm always wary about testing more than the DLL because I'm not absolutely sure how to back out of it. -- 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