X-Authentication-Warning: smtp3.ihug.com.au: Host p327-tnt2.syd.ihug.com.au [203.173.131.73] claimed to be acceleron Message-ID: <000d01c114fd$7c850ba0$0a02a8c0@acceleron> From: "Andrew Cottrell" To: "Eli Zaretskii" , References: Subject: Re: Make 3.791 on Windows 2000 test Date: Wed, 25 Jul 2001 21:32:27 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp-workers AT delorie DOT com > > 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. I will try tomorrow night. > Btw, the program which crashes is the stock make.exe from mak3791b.zip on > SimTel.NET, yes? If not, please try that one. I tried with the mak3792b.zip from Simtel and the results were a mixed bag: 1) Ran make and it built make.exe (still got the 183 message as expected) 2) Deleted *.o and *.exe files 3) Ran make and I got a memory allocation dialog box pop up in Windows. 4) Killed the cmd dialog 5) Ran command.com and deleted the *.o and *.exe files again 6) Changed to a full screen dos display. 7) Ran make, unfortunatly it compiled some programs and then locked Win2K completly up and I had to reset the PC. Andrew