Mail Archives: djgpp/1997/03/01/17:23:43
If you get a crash with a traceback of just 0x00000000 with nothing symify
can use, chances are you accidentally used a NULL pointer somewhere a
pointer to a function was expected. I.e.
int main (int argc, char *argv[]) {
void (*func)(void);
func=NULL;
func();
}
will generate such a crash.
--
.*. 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 -