X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 19 Nov 2004 16:38:38 -0500 From: Pityocamptes AT aol DOT com To: djgpp AT delorie DOT com Subject: WinXp service pack 2 and General Protection Fault Error???? MIME-Version: 1.0 Message-ID: <59138831.72A06CC7.36E701EE@aol.com> X-Mailer: Atlas Mailer 2.0 X-AOL-IP: 65.101.183.52 X-AOL-Language: english Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com Hi, all. DJGPP and NASM worked perfect until I downloaded Xp service pack 2 and the updated security files. Now I keep getting this error (no matter which asm file I use): > C:\djgpp>nasm -f coff project2.asm > Exiting due to signal SIGSEGV > General Protection Fault at eip=0002a997 > eax=ffca0080 ebx=0000001f ecx=000002ad edx=ffca0000 esi=00000080 edi=00000004 > ebp=0008bfd8 esp=0008bfc8 program= > cs: sel=01a7 base=02ad0000 limit=7d51ffff > ds: sel=01af base=02ad0000 limit=7d51ffff > es: sel=01af base=02ad0000 limit=7d51ffff > fs: sel=017f base=0000de90 limit=0000ffff > gs: sel=01bf base=00000000 limit=7ffeffff > ss: sel=01af base=02ad0000 limit=7d51ffff > > Call frame traceback EIPs: > 0x0002a997 > 0x0002a91d > 0x00029bae > 0x00029c65 > > C:\djgpp> How do I get this resolved? could someone please send me simple instructions on how to solve this problem? Thank you.