Your message dated Wed, 28 Jan 2009 20:45:02 +0000
with message-id <[email protected]>
and subject line mutt: Crash when opening large, shrinking IMAP folder
has caused the Debian Bug report #402404,
regarding mutt: Crash when opening large, shrinking IMAP folder
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
402404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mutt
Version: 1.5.13-1
Severity: normal
Got this crash when opening a very large folder specified at the commandline.
The folder had 7495 messages in it, and a fetchmail which was gradually
draining it. At the time of the crash, the progress display said "Fetching
message headers... [7490/7495]", so it may be related to the shrinkage.
Here's the stack trace:
Program received signal SIGSEGV, Segmentation fault.
0x00000000004aa6a5 in cmd_parse_fetch (idata=0x66e1b0,
s=0x671032 "7475 FETCH (UID 293852 FLAGS () INTERNALDATE \" 9-Dec-2006
14:26:53 -0800\" RFC822.SIZE 1331 BODY[HEADER.FIELDS (DATE FROM SUBJECT TO CC
MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-T"...)
at ../../imap/command.c:562
562 if (h && h->active && h->index+1 == msgno)
(gdb) p h
$1 = (HEADER *) 0x7531
(gdb) p h->active
Cannot access memory at address 0x7531
(gdb) bt
#0 0x00000000004aa6a5 in cmd_parse_fetch (idata=0x66e1b0,
s=0x671032 "7475 FETCH (UID 293852 FLAGS () INTERNALDATE \" 9-Dec-2006
14:26:53 -0800\" RFC822.SIZE 1331 BODY[HEADER.FIELDS (DATE FROM SUBJECT TO CC
MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-T"...)
at ../../imap/command.c:562
#1 0x00000000004aa166 in cmd_handle_untagged (idata=0x66e1b0)
at ../../imap/command.c:439
#2 0x00000000004a97e7 in imap_cmd_step (idata=0x66e1b0)
at ../../imap/command.c:172
#3 0x00000000004b08e9 in imap_read_headers (idata=0x66e1b0, msgbegin=0,
msgend=7494) at ../../imap/message.c:252
#4 0x00000000004acde5 in imap_open_mailbox (ctx=0x629ce0)
at ../../imap/imap.c:737
#5 0x00000000004511de in mx_open_mailbox (
path=0x7fffbbbdf030 "imaps://u...@imap-server/", flags=4,
pctx=0x0) at ../mx.c:718
#6 0x000000000044515e in main (argc=4, argv=0x7fffbbbdf2b8) at ../main.c:966
the 'h' pointer was initialized from idata->ctx->hdrs[cur]:
(gdb) p cur
$29 = 7495
(gdb) p idata->ctx->hdrs[cur]
$23 = (HEADER *) 0x7531
the couple of values preceeding it are null:
(gdb) p idata->ctx->hdrs[cur-1]
$26 = (HEADER *) 0x0
(gdb) p idata->ctx->hdrs[cur-2]
$27 = (HEADER *) 0x0
(gdb) p idata->ctx->msgcount
$28 = 7496
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages mutt depends on:
ii exim4 4.63-11 metapackage to ease exim MTA (v4)
ii exim4-daemon-light [mail- 4.63-11 lightweight exim MTA (v4) daemon
ii libc6 2.3.6.ds1-9 GNU C Library: Shared libraries
ii libdb4.4 4.4.20-8 Berkeley v4.4 Database Libraries [
ii libgnutls13 1.4.4-3 the GNU TLS library - runtime libr
ii libidn11 0.6.5-1 GNU libidn library, implementation
ii libncursesw5 5.5-5 Shared libraries for terminal hand
ii libsasl2 2.1.22.dfsg1-7 Authentication abstraction library
Versions of packages mutt recommends:
ii locales 2.3.6.ds1-9 GNU C Library: National Language (
ii mime-support 3.39-1 MIME files 'mime.types' & 'mailcap
-- no debconf information
--- End Message ---
--- Begin Message ---
closing this, it's not reproducible against the latest
mutt version.
Please reopen if it's still an issue.
Cheers
Antonio
--- End Message ---