Re: [Mutt] #2151: core dump upon fetching message headers with
#2151: core dump upon fetching message headers with header cache enabled
Changes (by brendan):
* priority: minor => major
* status: reopened => closed
* resolution: => worksforme
Old description:
> {{{
> "Fetching message headers... [91700/91916]Segmentation fault (core
> dumped)" has occurred twice.
> Just wondering if this is a known issue.
>
> #0 cmd_parse_fetch (idata=0x80e1080,
> s=0x80e4082 "91706 FETCH (FLAGS () UID 100346 INTERNALDATE
> \"10-Dec-2005 01:26:20 -0500\" RFC822.SIZE 2915 BODY[HEADER.FIELDS (DATE
> FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION
> IN-REPLY-"...) at command.c:481
> #1 0x080b2253 in cmd_handle_untagged (idata=0x80e1080) at command.c:362
> #2 0x080b1e63 in imap_cmd_step (idata=0x80e1080) at command.c:145
> #3 0x080b528e in imap_read_headers (idata=0x80e1080, msgbegin=0,
> msgend=91915) at message.c:235
> #4 0x080b35c7 in imap_open_mailbox (ctx=0x80e32b8) at imap.c:750
> #5 0x0807a2c7 in mx_open_mailbox (path=0xbffff520 "imap://ZZZZ/INBOX",
> flags=0, pctx=0x0) at mx.c:698
> #6 0x080728f5 in main (argc=1, argv=0xbffff6a4) at main.c:945
> #7 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6
> >How-To-Repeat:
> >Fix:
> I remove the existing header cache.
> }}}
New description:
"Fetching message headers... [91700/91916]Segmentation fault (core
dumped)" has occurred twice.
Just wondering if this is a known issue.
{{{
#0 cmd_parse_fetch (idata=0x80e1080,
s=0x80e4082 "91706 FETCH (FLAGS () UID 100346 INTERNALDATE
\"10-Dec-2005 01:26:20 -0500\" RFC822.SIZE 2915 BODY[HEADER.FIELDS (DATE
FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION
IN-REPLY-"...) at command.c:481
#1 0x080b2253 in cmd_handle_untagged (idata=0x80e1080) at command.c:362
#2 0x080b1e63 in imap_cmd_step (idata=0x80e1080) at command.c:145
#3 0x080b528e in imap_read_headers (idata=0x80e1080, msgbegin=0,
msgend=91915) at message.c:235
#4 0x080b35c7 in imap_open_mailbox (ctx=0x80e32b8) at imap.c:750
#5 0x0807a2c7 in mx_open_mailbox (path=0xbffff520 "imap://ZZZZ/INBOX",
flags=0, pctx=0x0) at mx.c:698
#6 0x080728f5 in main (argc=1, argv=0xbffff6a4) at main.c:945
#7 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6
>Fix:
I remove the existing header cache.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2151#comment:2>