Most likely cause of symptoms

Alec Sharp alesha at auto-trol.com
Thu Jun 6 23:52:34 AEST 1991


I'm trying to put together a list of symptoms, and their most likely
causes, to help people who are trying to debug problems.  This such
as:

Intermittent, non-reproducible problems: often memory or timing 
dependent.  Memory problems often caused by uninitialized variables.

Bugs that can't be reproduced in the debugger: often memory or timing
dependent.

Access violation/exception conditions:  Uninitialized variables,
arrays out of bounds, pointers out of range.

Does anyone have other hints they use when debugging?

Alec Sharp
-- 
------Any resemblance to the views of Auto-trol is purely coincidental-----
Don't Reply - Send mail: alesha%auto-trol at sunpeaks.central.sun.com
Alec Sharp           Auto-trol Technology Corporation
(303) 252-2229       12500 North Washington Street, Denver, CO 80241-2404



More information about the Comp.lang.c mailing list