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, 2 Mar 2004 22:36:17 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Snapshot 20040225: make hangs/errors out Message-ID: <20040303033617.GA5325@redhat.com> Mail-Followup-To: cygwin AT cygwin DOT com References: <403E1400 DOT 7010704 AT scytek DOT de> <20040226163404 DOT GA25941 AT redhat DOT com> <403E245F DOT 40101 AT scytek DOT de> <403E72B7 DOT 9050305 AT scytek DOT de> <403FD3AC DOT 7010300 AT scytek DOT de> <4044E025 DOT 2060501 AT scytek DOT de> <20040302204752 DOT GA11909 AT redhat DOT com> <40451E42 DOT 4070806 AT scytek DOT de> <4044B845 DOT 7000003 AT scytek DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4044B845.7000003@scytek.de> User-Agent: Mutt/1.4.1i Reply-To: cygwin AT cygwin DOT com On Tue, Mar 02, 2004 at 11:37:25AM -0500, Volker Quetschke wrote: >>>>Are you still using this script: >>>> >>>>export C=1 while strace -o strace.$C.txt make -j ; do C=$(($C+1)) ; >>>>done echo Failed after $C runs >>>> >>>>If yes: The strace catches the errors. I use a script without strace >>>>and the while catches the error of the make command. >>> >>> >>>Do you actually have an strace which demonstrates the problem? I >>>don't any indication that you've duplicated this problem running >>>strace with a "modern" snapshot. >> >>No, but I'll try to catch one. (I removed the strace from my script.) >Ok, caught two already. (Produced with attached script + Makefile) Not much to there, unfortunately. Out of curiousity, can you duplicate this problem with the snapshot? I see that this is your own build, probably built with --enable-debugging. I've been diligently testing things with the snapshot rather than my own build because I was trying to debug what was in the subject. Snapshots aren't built with --enable-debugging. If this is just an artifact from building with --enable-debugging, then I'm not too worried. 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/