Date: Thu, 9 Apr 1998 18:41:50 -0700 (PDT) Message-Id: <199804100141.SAA14841@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Lion" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Crashes (was: SIGSEGV) Precedence: bulk I've changed the subject to avoid confusion with another thread of the same name. At 09:39 4/7/1998 -0700, Lion wrote: >I'm working in a programm, with djgpp >and i have one big problem. >My programm runs well but not in all computers. >I take various error messages like: >Exiting due to signal SIGSEGV ...etc. > >I run the programm in two different computers with >the same configuration and the problem still occur in one >of them! Most likely a bug in your program, that only manifests itself under certain conditions. Try a debugger. If it crashes in DOS but not in Windows, look especially for NULL pointer dereferences. It is possible that one machine has some kind of hardware failure, like bad memory, but if it doesn't have any problems otherwise (try compiling something large with GCC, that often triggers them), I'd doubt that. Nate Eldredge eldredge AT ap DOT net