Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 24 Feb 2004 19:19:24 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Snapshot 20040221: make hangs on XP Message-ID: <20040225001924.GA22911@redhat.com> Mail-Followup-To: cygwin AT cygwin DOT com References: <40241A7E DOT 30901 AT scytek DOT de> <40280270 DOT 3060403 AT scytek DOT de> <403BCEC6 DOT 3070503 AT scytek DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403BCEC6.3070503@scytek.de> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com On Tue, Feb 24, 2004 at 05:23:02PM -0500, Volker Quetschke wrote: >>Just FYI, I build a cygwin dll from current cvs (last >>winsup/cygwin/ChangeLog entry 2004-02-09 Ralf H.) >>with debugging enabled and rerun this script. It didn't freeze, I >>stopped it after 1588 iterations, but it produced one stackdump >>and wrote some errors from make to stderr: (snip) > >I tried the 20040221 snapshot with the following script >and the Makefile posted earlier in this thread (and also attached). > >--- t.sh --- >#!/bin/bash >export C=1 >while make -j ; do C=$(($C+1)) ; done >echo Failed after $C runs 1>&2 >--- end of t.sh --- > >The script failed with: > >$ ./t.sh > freeze.out >/bin/sh: line 1: sleep: No such file or directory >make: *** [12.pp] Error 127 >make: *** Waiting for unfinished jobs.... >Failed after 1499 runs I ran a variation of the above for three days without fail so I think I can safely say that I can't reproduce this problem. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/