Andrew W. Nosenko | 26 Feb 21:41
Picon

Re: Occasionally fatal bug in handler.c?

mutt <at> garydjones.mailshell.com wrote:
: Anyone got any suggestions as to how to get mutt debugged under gdb, it
: doesn't seem to like it here.

By attaching to the running mutt process:

    gdb mutt <pid-of-running-mutt>

or
    gdb mutt
    (gdb) attach <pid-of-running-mutt>

--

-- 
Andrew W. Nosenko    (awn <at> bcs.zp.ua)


Gmane