Author Topic: WinXp & General Protection Fault  (Read 12686 times)

nobody

  • Guest
WinXp & General Protection Fault
« on: November 24, 2004, 01:46:01 AM »
Ever since I installed winXp service pack 2 w/security updates nasm will not work. I keep getting the same "General protection fault" error.

C:\djgpp>nasm -f coff project3.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=0008bfc4 esp=0008bfb4 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=0000dfe0  limit=0000ffff
gs: sel=01bf  base=00000000  limit=ffffffff
ss: sel=01af  base=02ad0000  limit=7d51ffff

Call frame traceback EIPs:
  0x0002a997
  0x0002a91d
  0x00029bae
  0x00029c65

C:\djgpp>


Can anyone tell me how to solve this problem? Thanks.

nobody

  • Guest
Re: WinXp & General Protection Fault
« Reply #1 on: November 30, 2004, 07:02:47 PM »
I have the same error with DJGPP unde W2003

nasm64developer

  • Guest
Re: WinXp & General Protection Fault
« Reply #2 on: December 13, 2004, 01:56:49 PM »
Is this with pre-built NASM binaries, or with
ones that you have built yourself?