<<< Date Index >>>     <<< Thread Index >>>

Re: mutt 1.5.8i: SIGSEGV in imap_sync_mailbox



I can't reproduce this on my Cyrus 2.1 server on linux x86 or OS
X.4.

On Thursday, 16 June 2005 at 14:05, Christoph Ludwig wrote:
> Hi,
> 
> today I managed to make mutt segfault. The failure occurs if mutt wants to
> update status flags of a message that was already removed from its IMAP folder
> by another IMAP client.
> 
> I can reproduce the segfault by doing the following:
> 
> 1) start mutt (--> client A), send an email to myself.
> 
> 2) read that mail in client A; do *not* call sync-mailbox.
> 
> 3) start another mutt instance (--> client B)
> 
> 4) in client B, (re)move the mail and call sync-mailbox.
> 
> 5) in client A, call sync-mailbox
>    ==> SIGSEGV
> 
> My configuration of mutt and gdb's output follow below.