Re: [Mutt] #2902: Segmentation fault with IMAP
#2902: Segmentation fault with IMAP
Comment (by neteler):
The "The message index is incorrect. Try reopening the mailbox." freeze
happens here:
(gdb) bt
#0 0x00000037ba5b9a92 in __read_nocancel () from /lib64/tls/libc.so.6
#1 0x00000000004741a1 in raw_socket_read (conn=0x651db0, buf=Variable
"buf" is not available.
) at mutt_socket.c:395
#2 0x0000000000473d9e in mutt_socket_readchar (conn=0x651db0,
c=0x7fbfffd0ff "")
at mutt_socket.c:165
#3 0x0000000000473e6d in mutt_socket_readln_d (buf=0x6529e0 "a0167 OK
FETCH completed.", buflen=Variable "buflen" is not available.
)
at mutt_socket.c:195
#4 0x0000000000479800 in imap_cmd_step (idata=0x6041a0) at command.c:146
#5 0x000000000047eac8 in imap_fetch_message (msg=0x8cbfc0, ctx=0x5fed00,
msgno=Variable "msgno" is not available.
) at message.c:429
#6 0x000000000043c36f in mx_open_message (ctx=0x5fed00, msgno=231) at
mx.c:1407
#7 0x0000000000446a0f in mutt_pattern_exec (pat=0x603250, flags=Variable
"flags" is not available.
) at pattern.c:170
#8 0x0000000000419cdc in mutt_set_header_color (ctx=0x5fed00,
curhdr=0x838020) at curs_main.c:2211
#9 0x0000000000419d36 in index_color (index_no=Variable "index_no" is not
available.
) at curs_main.c:184
#10 0x00000000004352ae in menu_redraw_index (menu=0x6545a0) at menu.c:243
#11 0x000000000041cb2f in mutt_index_menu () at curs_main.c:558
#12 0x0000000000432b1e in main (argc=1, argv=0x7fbffff728) at main.c:989
(gdb)
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2902#comment:7>