Re: another bug

From: Daniel Stenberg <Daniel.Stenberg_at_sth.frontec.se_at_hypermail-project.org>
Date: Wed, 7 Oct 1998 08:17:36 +0200 (MET DST)
Message-ID: <Pine.SO4.4.04.9810070811550.14664-100000_at_wcsw062>


On Tue, 6 Oct 1998, Craig A Summerhill wrote:

> It does dump core on me to, BTW. Is there a core analysis tool I could
> used that would give you some helpful information?

Yes. Normally what you should do is first replace the -O or -O2 with a -g in the Makefile in src/ and run make again. This switches on debugging info. Then, you run hypermail until it cores and you fire up your debugger on the core file. Normally, with e.g gdb (and dbx?) you can do it similar to:

        % gdb hypermail core

then enter 'where' (or 'bt') on the debugger prompt and you'll see a "back trace" of the program flow until the crash. It is often very helpful to a programmer to get to see that output.

-- 
   Daniel Stenberg    http://www.fts.frontec.se/~dast     0708-317742
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on Wed 07 Oct 1998 08:20:22 AM GMT

This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:50 PM GMT GMT