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

bug#1709: marked as done (mutt-1.4.1i: Mutt segfaults when retrieving messages containing non-ASCII characters)



Your message dated Sat, 12 Jun 2004 13:44:52 +0100
with message-id <20040612124452.GR12059@xxxxxxxxxxxxxxxxxxxxx>
and subject line [mbeaumon@xxxxxxxxxx: Re: mutt bug 1709, "Mutt segfaults when 
retrieving messages containing non-ASCII characters"]
has caused the attached bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Herr der Kaefer
(administrator, GUUG bugs database)

--------------------------------------
Received: (at submit) by bugs.guug.de; 17 Nov 2003 21:57:06 +0000
>From icegod@xxxxxxxxxxxxxxxxx Mon Nov 17 22:57:05 2003
Received: from icebox.st.hmc.edu ([134.173.60.7])
        by trithemius.gnupg.org with esmtp (Exim 3.35 #1 (Debian))
        id 1ALrMm-0006xo-00
        for <submit@xxxxxxxxxxxx>; Mon, 17 Nov 2003 22:57:04 +0100
Received: by icebox.st.hmc.edu (Postfix, from userid 501)
        id 273244C0A86; Mon, 17 Nov 2003 13:59:05 -0800 (PST)
From: mbeaumon@xxxxxxxxxx
Subject: mutt-1.4.1i: Mutt segfaults when retrieving messages containing 
non-ASCII characters
To: submit@xxxxxxxxxxxx
Message-Id: <20031117215905.273244C0A86@xxxxxxxxxxxxxxxxx>
Date: Mon, 17 Nov 2003 13:59:05 -0800 (PST)
X-Spam-Status: No, hits=-3.6 required=5.0
        tests=BAYES_10,NO_REAL_NAME
        version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

Package: mutt
Version: 1.4.1i
Severity: important

-- Please type your report below this line

I access all my mail via IMAPS.  When I try to open or reply to a
message containing non-ASCII characters, mutt segfaults.
Unfortunately, I haven't been able to convince my system to give me a
core dump.  From reading through the bug reports on bugs.guug.de, I
believe this is the same issue as #987, #1001, #1067, #1111,  and
#1161, but I can't say for sure.  There are two versions of libiconv
installed on my system: /usr/lib/iconv.2.2.0.dylib and
/opt/local/lib/libiconv.2.1.0.dylib, the latter installed by way of
darwinports.

Cheers,
Matt

-- Build environment information

(Note: This is the build environment installed on the system
muttbug is run on.  Information may or may not match the environment
used to build mutt.)

- gcc version information
gcc
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)

- CFLAGS
-g -O2

-- Mutt Version Information

Mutt 1.4.1i (2003-03-19)
Copyright (C) 1996-2002 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Darwin 7.0.0 (Power Macintosh) [using ncurses 5.2]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK
+USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -USE_SASL  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/opt/local/share/mutt"
SYSCONFDIR="/opt/local/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
To report a bug, please use the flea(1) utility.


--- Begin /Users/icegod/.muttrc
# Edited for privacy
set spoolfile=imaps://user@host/INBOX
set folder=imaps://user@host/INBOX/
set certificate_file=$HOME/.mutt/certificates
set mail_check=60
set timeout=15
set mbox_type=Maildir
set sendmail="/usr/sbin/sendmail -oem -oi"
set move=yes
set mark_old=no
set confirmcreate=no
set sort=threads
set menu_scroll=yes
set index_format="%4C %Z %{%b %d} %-15.15F (%4c) %s"
set date_format="!%a, %b %d, %Y at %k:%M:%S %Z" 
set editor=/usr/bin/emacs
set edit_headers=yes
set abort_nosubject=no
set include=yes
set realname="Matt Beaumont"
set from=user@xxxxxxxxxx
set hostname=domain.tld
set mbox=+In
set postponed=$HOME/postponed
source $HOME/.mutt/.ignore
mailboxes imaps://user@host/INBOX +In +Personal +Shmack \
          +Old_Shmack +Outbox +cs-majors +cpptips +govt-l \
          +Networks +Systems +Clinic +bugtraq +impp +idwg
source $HOME/.mutt/.pgp
--- End /Users/icegod/.muttrc


--- Begin /opt/local/etc/Muttrc
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
macro index \eb '/~b ' 'search in message bodies'
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
macro generic <f1> "!less /opt/local/doc/mutt/manual.txt\n" "Show Mutt 
documentation"
macro index   <f1> "!less /opt/local/doc/mutt/manual.txt\n" "Show Mutt 
documentation"
macro pager   <f1> "!less /opt/local/doc/mutt/manual.txt\n" "Show Mutt 
documentation"
--- End /opt/local/etc/Muttrc


---------------------------------------
Received: (at 1709-done) by bugs.guug.de; 12 Jun 2004 12:41:49 +0000
>From paul@xxxxxxxxxxxxxxxxxxxxx Sat Jun 12 14:41:47 2004
Received: from anchor-post-35.mail.demon.net ([194.217.242.85])
        by trithemius.gnupg.org with esmtp (Exim 3.35 #1 (Debian))
        id 1BZ7pT-0003dq-00
        for <1709-done@xxxxxxxxxxxx>; Sat, 12 Jun 2004 14:41:47 +0200
Received: from black-sun.demon.co.uk ([212.228.147.62] helo=nova)
        by anchor-post-35.mail.demon.net with esmtp (Exim 3.35 #1)
        id 1BZ7sV-0006oO-0Z
        for 1709-done@xxxxxxxxxxxx; Sat, 12 Jun 2004 13:44:55 +0100
Received: from paul 
        by nova with local id 1BZ7sT-0008JZ-4Q
        for <1709-done@xxxxxxxxxxxx>; Sat, 12 Jun 2004 13:44:53 +0100
Date: Sat, 12 Jun 2004 13:44:52 +0100
From: Paul Walker <paul@xxxxxxxxxxxxxxxxxxxxx>
To: 1709-done@xxxxxxxxxxxx
Subject: [mbeaumon@xxxxxxxxxx: Re: mutt bug 1709, "Mutt segfaults when 
retrieving messages containing non-ASCII characters"]
Message-ID: <20040612124452.GR12059@xxxxxxxxxxxxxxxxxxxxx>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="+jhVVhN62yS6hEJ8"
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
X-Spam-Status: No, hits=-107.1 required=4.0
        tests=AWL,BAYES_20,PGP_SIGNATURE_2,USER_AGENT_MUTT,
              USER_IN_WHITELIST
        autolearn=ham version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)


--+jhVVhN62yS6hEJ8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

----- Forwarded message from Matt Beaumont <mbeaumon@xxxxxxxxxx> -----

At some point I did upgrade from 1.4.whatever to 1.5.5.1, and after
jumping through some hoops to make it build with the right features
(IMAPS is _essential_ for me), I haven't seen this particular issue
again.=20

----- End forwarded message -----

--=20
Paul

IMHO WinTelnet is one of those situations in which both fish and firearm
are firmly bracketed to the barrel itself, in perfect alignment, and
actually walking up and pulling the trigger starts to fall into the "Why
Bother?" category.              --  A deB, in the Monastery

--+jhVVhN62yS6hEJ8
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAyvrEP9fOqdxRstoRAkWLAKCUFSerTjfnVTRj6b8T2IHAAieIvQCbBXzn
FJh/IMye0qxyKe5wj+OyiSc=
=tKK9
-----END PGP SIGNATURE-----

--+jhVVhN62yS6hEJ8--