Re: [Mutt] #2902: Segmentation fault with IMAP
#2902: Segmentation fault with IMAP
Changes (by neteler):
* version: 1.5.15 => 1.5.16
Comment:
Also segfault confirmed...:
{{{
Bounce message to Markus Neteler <netelerxxxxxxxxx>? ([yes]/no):
yesDetaching after fork from child process 7497.
Sorting mailbox...
Program received signal SIGSEGV, Segmentation fault.
---Type <return> to continue, or q <return> to quit---
[Switching to Thread 182894230368 (LWP 7275)]
0x000000000047e3c9 in imap_cache_del (idata=0x6041a0, h=0x848140) at
message.c:904
904 snprintf (id, sizeof (id), "%u-%u", idata->uid_validity,
HEADER_DATA(h)->uid);
(gdb) bt
#0 0x000000000047e3c9 in imap_cache_del (idata=0x6041a0, h=0x848140) at
message.c:904
#1 0x000000000047ee18 in imap_fetch_message (msg=0x845600, ctx=0x5fed00,
msgno=Variable "msgno" is not available.
) at message.c:547
#2 0x000000000043c36f in mx_open_message (ctx=0x5fed00, msgno=0) at
mx.c:1407
#3 0x0000000000446a0f in mutt_pattern_exec (pat=0x603250, flags=Variable
"flags" is not available.
) at pattern.c:170
#4 0x0000000000419cdc in mutt_set_header_color (ctx=0x5fed00,
curhdr=0x848140) at curs_main.c:2211
#5 0x0000000000422ccc in _mutt_set_flag (ctx=0x5fed00, h=0x848140,
flag=Variable "flag" is not available.
) at flags.c:262
#6 0x000000000047e87e in imap_set_flags (idata=Variable "idata" is not
available.
) at message.c:997
#7 0x000000000047a211 in imap_cmd_step (idata=0x6041a0) at command.c:594
#8 0x000000000047a3fe in imap_exec (idata=0x6041a0, cmdstr=Variable
"cmdstr" is not available.
) at command.c:262
#9 0x000000000047c14d in imap_sync_mailbox (ctx=0x5fed00, expunge=1,
index_hint=Variable "index_hint" is not available.
) at imap.c:1138
#10 0x000000000043bc49 in mx_sync_mailbox (ctx=0x5fed00,
index_hint=0x7fbfffe34c) at mx.c:1164
#11 0x000000000041beda in mutt_index_menu () at curs_main.c:1023
#12 0x0000000000432b1e in main (argc=1, argv=0x7fbffff728) at main.c:989
(gdb)
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2902#comment:6>