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 To: cygwin AT cygwin DOT com From: Rolf Campbell Subject: Re: Snapshot 20040225: make hangs/errors out Date: Wed, 03 Mar 2004 18:16:55 -0500 Lines: 35 Message-ID: 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> <20040303033617 DOT GA5325 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: ottgw.tropicnetworks.com User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) In-Reply-To: <20040303033617.GA5325@redhat.com> Christopher Faylor wrote: >>>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 Ok, I've been running the script with the '25 snapshot all day, with 44 failures. All the same type of failures I was seeing with the cvs (with --enable-debugging). Unfortunitely, the ethernet card on my home machine broke so for now I'll upload one of the strace files to a geocites site. Nothing looks suspicious to me in the strace, maybe it's a bug in make? http://www.geocities.com/endlisnis/Temp/freeze.zip What I did notice is that I'm getting a tonne of failures "make: *** virtual memory exhausted. Stop." grep'ing through the make source (which I was unable to compile) I see that this can happen when malloc returns NULL (makes sense from the message), and I can say that my machine has plenty of memory left. 1Gig of ram, and my commit charge never exheaded 500Megs during the whole test. I have my 'heap_chunk_in_mb' set to 1024. -Rolf -- 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/