www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/07/02/12:41:18

Date: Wed, 2 Jul 1997 09:37:15 -0700 (PDT)
Message-Id: <199707021637.JAA04878@adit.ap.net>
Mime-Version: 1.0
To: basic2 AT sc01 DOT ship DOT samsung DOT co DOT kr
From: Nate Eldredge <eldredge AT ap DOT net>
Subject: Re: GCC c-program execution problem
Cc: djgpp AT delorie DOT com

>Good afternoon, Sir.
>I had install DJGPP gcc programs without difficulties.
>And compiling my program which already tested by another compiler,
>without errors, but frequently refuse to execute
>by printing to screen unusual message as follows:
>
>
>	Exiting due to signal SIGSEGV
>	General Protection Fault at eip=00009968
>	......................

This most likely means a bug in your code. A General Protection Fault means
your program tried to access an invalid address, probably because of an
uninitialized or overrun pointer. Real mode compilers are not able to catch
such errors and it may have gone unnoticed before.

Try debugging your code. If you believe there is no bug, post your source to
this mailing list.

Nate Eldredge
eldredge AT ap DOT net



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019