Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!psuvax1!husc6!purdue!mentor.cc.purdue.edu!schikore From: schikore@mentor.cc.purdue.edu (Dan Schikore) Newsgroups: comp.lang.c Subject: Null Pointer Assignment Message-ID: <15004@mentor.cc.purdue.edu> Date: 11 Oct 90 14:28:50 GMT Distribution: usa Organization: Purdue University Lines: 16 What exactly does the run-time error "Null Pointer Assignment" mean? I get this error after a series of recursive calls to a function, but the error does not come up until the end of the program. In fact, I put in the line printf("done\n"); exit(0); at the end of my main, and when executed, it says done Null Pointer Assignment Does this make sense? Thanks for any suggestions. -Dan Schikore schikore@mentor.cc.purdue.edu