Next: Debugging infinite loops
Up: Debugging tools
Previous: Debugging core dumps
  Contents
- An array is accessed beyond its maximum size.
- A pointer is accessed without allocating it by a call to malloc or calloc.
- A pointer is freed twice.
- A pointer being freed is null.
- Trying to access the memory through a pointer that is null.
- Trying to access the memory through a pointer that is uninitialized.
Sushil Prasad
2004-09-16