Date: Wed, 2 Jul 1997 09:37:15 -0700 (PDT) Message-Id: <199707021637.JAA04878@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: basic2 AT sc01 DOT ship DOT samsung DOT co DOT kr From: Nate Eldredge Subject: Re: GCC c-program execution problem Cc: djgpp AT delorie DOT com Precedence: bulk >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