www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/02/16/02:40:53

From: ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: DJGPP / RHIDE problem
Date: 16 Feb 1997 05:14:17 GMT
Organization: The National Capital FreeNet
Lines: 19
Message-ID: <5e6539$suu@freenet-news.carleton.ca>
References: <856012710 DOT 3795 AT dejanews DOT com>
Reply-To: ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire)
NNTP-Posting-Host: freenet2.carleton.ca
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp


Look for any of these:

* Uninitialised variables being used as input;
* Uninitialised pointers being used;
  (These two are a common source of inconsistent results from one run to
   the next, and of crashes, hangs, GPFs, and SIGSEGV.
* Array subscripts out of range; these may go into uninitialised memory.
* Strings without enough room for the ending null, or strings being put
into a buffer too small for them and reaching into uninitialised memory.
* Floating point calculations that go out of range. Different
  computers/OSes may handle it differently, and so might the presence of an
  FPU or its absence.
--
    .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
 -()  <  When I go to the theater, I always go straight to the "bag and mix"
    `*'  bulk candy section...because variety is the spice of life... [me]
Paul Derbyshire ao950 AT freenet DOT carleton DOT ca, http://chat.carleton.ca/~pderbysh

- Raw text -


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