X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,TW_CG,T_FRT_LOLITA1 X-Spam-Check-By: sourceware.org Date: Thu, 22 Mar 2012 07:56:32 +0100 From: Denis Excoffier To: cygwin AT cygwin DOT com Subject: Re: All clear (was Re: 2012-03-19 snapshot problematic (was Re: cygwin-1.7.10-1 fork - address space needed by ... already in use)) Message-ID: <20120322065656.GA1760@qp9482> References: <20120307174749 DOT GB19570 AT calimero DOT vinschen DOT de> <20120308085029 DOT GA9588 AT qp9482> <20120308095535 DOT GT5159 AT calimero DOT vinschen DOT de> <20120309154829 DOT GA31351 AT ednor DOT casa DOT cgf DOT cx> <20120316171426 DOT GA20243 AT ednor DOT casa DOT cgf DOT cx> <20120319205433 DOT GA5571 AT ednor DOT casa DOT cgf DOT cx> <20120320051051 DOT GA26977 AT ednor DOT casa DOT cgf DOT cx> <20120320235619 DOT GA16457 AT ednor DOT casa DOT cgf DOT cx> <20120321071110 DOT GA2336 AT qp9482> <20120322043800 DOT GA6381 AT ednor DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20120322043800.GA6381@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Thu, Mar 22, 2012 at 12:38:00AM -0400, Christopher Faylor wrote: >> On Wed, Mar 21, 2012 at 08:10:46AM +0059, Denis Excoffier wrote: >> >The snapshot 20120321 05:29:25 UTC has still the following problems: >> >> The current snapshot should fix the hang issues. >> I'm balancing between reporting quickly and reporting too quickly, but indeed, using snapshot that itself indicates '20120321 15:56:37': - 'exec /usr/bin/tcsh' works with no waitproc message - 'man tr' works with no hang - xinit works - build of cygwin-src-20120321.tar.bz2 is ok - 'many compiles during all night' work with no special message (i grepped '[[]main[]]' and '[[]waitproc[]]' in all stdout's and stderr's, no result) Before, it would have produced about 10 'process synchronization failed' messages... Of course, i use this snapshot now, perhaps it's time for 1.7.12? I'll nevertheless try the following in the next hours: - compilation of GCC 4.7.0-RC-20120314 (or plain 4.7.0 if available?) - in tcsh: several concurrent combinations of 'make -j 3', 'make', fg, Control-Z, bg, which has shown to make tcsh to expose '(badjob)' and the PC to hang sometimes. The Makefile is as follows: % cat Makefile | tr '\011' 'é' SHELL:=/bin/sh X:=${shell seq 10001 11000} Y:=${patsubst %,c%,${X}} all: ${Y} c%: é@for once in once; do \ # printf "{$@}"; \ Z=`date | sed -e 's|2012|2011|g'`; \ Z=`ls /C* | tr C D`; \ # echo $${Z}; \ done % I feel that a nice job has been done. Thank you. Regards, Denis Excoffier. P.S. What to do next? cgf has already received so many gold stars... -- 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