Date: Wed, 25 Jul 2001 11:45:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: acottrel AT ihug DOT com DOT au, djgpp-workers AT delorie DOT com Subject: Re: Make 3.791 on Windows 2000 test In-Reply-To: <9003-Tue24Jul2001192026+0300-eliz@is.elta.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 24 Jul 2001, I wrote: > > I modified make's main.c and added the following line, but the crash still > > occured and I couldn't see any extra debug info or extra info in the crash > > outout. > > int _crt0_startup_flags = (_CRT0_FLAG_UNIX_SBRK); > > > > Any other suggestions on where to look or what to do next? > > One possibility would be to turn on malloc debugging in Make (see > "info libc alpha malloc_debug" in the CVS version of the library), and > set the debug level to the highest possible value. If this is a > genuine memory allocation bug, the malloc debugging code might catch > it. Btw, the program which crashes is the stock make.exe from mak3791b.zip on SimTel.NET, yes? If not, please try that one.