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 Message-ID: <403BCEC6.3070503@scytek.de> Date: Tue, 24 Feb 2004 17:23:02 -0500 From: Volker Quetschke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Snapshot 20040221: make hangs on XP References: <40241A7E DOT 30901 AT scytek DOT de> <40280270 DOT 3060403 AT scytek DOT de> In-Reply-To: <40280270.3060403@scytek.de> Content-Type: multipart/mixed; boundary="------------060003010409020803050804" X-IsSubscribed: yes --------------060003010409020803050804 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit > 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 One error in 1499 runs is better than before, but still ... I'll try a cygwin1.dll from cvs with debugging enabled next. Volker -- If you like my work consider: http://www.scytek.de/donations.html PGP/GPG key (ID: 0x9F8A785D) available from wwwkeys.de.pgp.net key-fingerprint 550D F17E B082 A3E9 F913 9E53 3D35 C9BA 9F8A 785D --------------060003010409020803050804 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" SHELL = /bin/sh testuname: 0.pp 1.pp 2.pp 3.pp 4.pp 5.pp 6.pp 7.pp 8.pp 9.pp 10.pp 11.pp 12.pp 13.pp 14.pp 15.pp 16.pp 17.pp 18.pp 19.pp 20.pp 21.pp 22.pp 23.pp 24.pp 25.pp 26.pp 27.pp 28.pp 29.pp 30.pp %.pp:: : Begin $@ ${C} @sleep 1 : End $@ ${C} --------------060003010409020803050804 Content-Type: text/plain; charset=us-ascii -- 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/ --------------060003010409020803050804--