Mail Archives: djgpp/1999/10/20/11:20:20
In article <cnINOE3q0a2g85mZ8CyTQU0r9wE5 AT 4ax DOT com> you wrote:
> Sometimes crash, sometimes not. I'm a little confused that same code
> and inputs would only sometimes crash. This isn't complicated stuff,
This is the telltale sign of a particular type of bug in your program:
use of uninitialized variables. Sometimes their value will be OK, at
other times, the contents will be garbage confusing the wits out of
your program.
To find out more, the type of crash and its details (the traceback,
after application of 'symify') are needed. That will show you where in
the program your crash happens, and how (floating point exception?
segfault?)
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -