Reasons for this:
- C pointer errors,C programming invalid declarations
- Memory full
- Not enough Memory for what you need to place in a defined space
- Memory not yet allocated before attempting to use it
- Memory allocated but not deallocated
- Trying to copy a non pointer version of a datatype to a pointer defined version of a datatype, such as copying a character array to a pointer to a character array
- Generally unless you have a hardware issue this is a developer error
No comments:
Post a Comment