From: s yoshida Newsgroups: comp.os.msdos.djgpp Subject: What dose this mean?? SIGSEGV.... Date: Fri, 13 Feb 1998 15:22:55 -0500 Organization: NETCOM Canada Lines: 26 Message-ID: <34E4AB9E.59EB4997@bigfoot.com> NNTP-Posting-Host: trt-on28-40.netcom.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Date: 13 Feb 1998 15:28:01 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm having trouble with with my program using Allegro and Grabber... When I added 1 RLE Sprite into my DAT file, which was working fine b4 i added this 1 file and saved.... I didnt do anything to my code, but when i run the same program it now says the following " Shutting down Allegro Exiting due to signal SIGSEGV General Protection Fault at eip=00008c38 eax=65746e69 ebx=00000080 ecx=00041400 edx=00000000 esi=00000000 edi=d1d5dcdb ebp=00041400 esp=00252e84 program=E:\PROJ\JET_GAME\GAME7.EXE cs: sel=00a7 base=83579000 limit=00302fff ds: sel=00af base=83579000 limit=00302fff es: sel=00af base=83579000 limit=00302fff fs: sel=00bf base=00000000 limit=ffffffff gs: sel=00bf base=00000000 limit=ffffffff ss: sel=00af base=83579000 limit=00302fff Call frame traceback EIPs: 0x00008c38 " can ne1 tell me which part of my program is doing something wrong? or those numbers above dont mean anything? any help appreciated.