Next: Debugging infinite loops:
Up: Debugging tools
Previous: Debugging the core dumps:
- 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
Fri Oct 9 10:28:36 EDT 1998