Mail Archives: djgpp/1998/04/09/21:43:04
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
- Raw text -