What are some common causes which could cause this error?
This is a discussion on Memory Fault within the C Programming forums, part of the General Programming Boards category; What are some common causes which could cause this error?...
What are some common causes which could cause this error?
you probably just stepped out of bounds [memory wise] in a protected mode environment... i'd say those are the most common...
/edit1
oh, those... and uninitialized pointers...
hasafraggin shizigishin oppashigger...
A good habit to get into is initializing your pointers to null immediately upon creating them. An ounce of prevention is worth hours of debugging.
pointer = NULL