Re: mutt/2146: tab-completing Fcc field in IMAP segfaults when disconnected
The following reply was made to PR mutt/2146; it has been noted by GNATS.
From: Brendan Cully <brendan@xxxxxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc:
Subject: Re: mutt/2146: tab-completing Fcc field in IMAP segfaults when
disconnected
Date: Tue, 13 Dec 2005 09:14:10 -0800
On Thursday, 08 December 2005 at 14:00, muttbug@xxxxxxxxxxxxxxxxx wrote:
> >Number: 2146
> >Notify-List: muttbug@xxxxxxxxxxxxxxxxx
> >Category: mutt
> >Synopsis: tab-completing Fcc field in IMAP segfaults when disconnected
> >Arrival-Date: Thu Dec 08 14:00:36 +0100 2005
> >Originator: Phil Pennock
> >Release: Mutt 1.5.11 (2005-09-15)
> >Description:
> With mutt configured for an IMAP account, use "mutt email@xxxxxxxxxxx" to
> send email whilst disconnected. In the menu after editing the content, set
> the Fcc field; attempt tab-completion. Experience segfault.
>
> (gdb) bt
> #0 0x080c12ee in imap_complete_hosts ()
> #1 0x080c14c1 in imap_complete ()
> #2 0x080596d0 in mutt_complete ()
> #3 0x080672cf in _mutt_enter_string ()
> #4 0x0805e2ee in _mutt_get_field ()
> #5 0x0805af54 in mutt_compose_menu ()
> #6 0x08097e71 in ci_send_message ()
> #7 0x08076c70 in main ()
>
> Built without debugging information, sorry.
I can't reproduce this (only tried CVS mutt so far though). Can you
build with debugging information and get the actual line of the
segfault?
Thanks.