The error report doesn't help you much. Make sure you're not walking on a variable, or using an uninitialized variable. Either one could cause that kind of error. If you can come up with a sequence of events that always causes it, you can debug the program, perform that sequence of events, see where it crashes, run it again and test everything just before executing that line.
No comments:
Post a Comment