X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 23 Nov 2004 13:39:05 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c4d151$Blat.v2.2.2$2ee2fb00@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <1ce.2d0e1523.2ed423a6@aol.com> (Pityocamptes@aol.com) Subject: Re: WinXp service pack 2 and General Protection Fault Error???? References: <1ce DOT 2d0e1523 DOT 2ed423a6 AT aol DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Pityocamptes AT aol DOT com > Date: Tue, 23 Nov 2004 00:24:54 EST > > The updated NASM files did not make a difference. I believe service pack 2 > has more control over memory usage. I don't immediately see what does tighter memory control have to do with your crashes. If you can elaborate and explain the link between these two, please do. Otherwise, I think you are in for some dirty work: we need to see a SYMIFied traceback from NASM, and we need after that to see the source code fragment from NASM where the crash happens. So you will have to get NASM sources, rebuild it with debug information (the -g switch to GCC), and then make it crash again and post the above-mentioned information here. Then and only then, could the knowledgeable people here try to speculate about possible cause(s) of the crash and guide you towards finding a solution or a workaround. > I see others on the web have been complaining but no one has a > solution. Please post URLs of these complaints. I myself don't remember such complaints, but my memory isn't what it used to be... TIA