From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Luchjenbroers Subject: C/C++ Debugging techniques Date: Wed, 12 Jun 2002 21:31:47 +0930 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20020612115900Z317464-22020+2833@vger.kernel.org> References: <20020604071008Z316528-22651+74173@vger.kernel.org> Reply-To: adam@luchjenbroers.com Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <20020604071008Z316528-22651+74173@vger.kernel.org> List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org I plan to start doing some debugging and stabilisation work on an open-source project. It provides the functionality I'm looking for but is incredibly unstable. So I plan to attempt to fix the code. Before I started I thought I'd ask for advice on techniques for debugging code and how to make use of things such as core-dumps to find the problem. I hope to learn something from the advice people may give me.