Re: [Mutt] #2958: mutt-1.5.16: mutt crash at start when enabling
#2958: mutt-1.5.16: mutt crash at start when enabling header caching in nsf
directory with a (non-root) install
----------------------------------------+-----------------------------------
Reporter: jqian@xxxxxxxxxxxxxxxxxxx | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone: 2.0
Component: mutt | Version:
Resolution: | Keywords:
----------------------------------------+-----------------------------------
Changes (by brendan):
* milestone: 1.6 => 2.0
Old description:
> {{{
> Package: mutt
> Version: 1.5.16
> Severity: normal
>
> -- Please type your report below this line
> I install mutt on a remote machine, which I access over ssh and have no
> root privilege. I installed mutt with root directory $HOME. The inbox is
> on an imaps server accessed, and the saved mail boxes are in my home
> directory $HOME mounted on NFS. When I enable header caching, the mutt
> crash when accessing the imaps inbox, but not when reading the mbox
> folders on my NFS mounted home directory. This happen whether I put the
> header cache folder on NFS home directory or in non NFS mounted /tmp
> directory.
>
> Curiously, this does not happen on my home computer when accessing the
> same remote imaps inbox with header cache enabled. There I installed
> mutt as root on /usr/local/
>
> Jiang
>
>
> -- 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/lib/gcc-lib/i486-linux/3.3.5/specs
> Configured with: ../src/configure -v --enable-
> languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-
> dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-
> system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu
> --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-
> objc-gc i486-linux
> Thread model: posix
> gcc version 3.3.5 (Debian 1:3.3.5-13)
>
> - CFLAGS
> -Wall -pedantic -g -O2
>
> -- Mutt Version Information
>
> Mutt 1.5.16 (2007-06-09)
> Copyright (C) 1996-2007 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: Linux 2.4.27-3-686-smp (i686)
> ncurses: ncurses 5.4.20040208 (compiled with 5.4)
> Compile options:
> -DOMAIN
> -DEBUG
> +HOMESPOOL -USE_SETGID +USE_DOTLOCK -DL_STANDALONE
> +USE_FCNTL -USE_FLOCK -USE_INODESORT
> +USE_POP +USE_IMAP +USE_SMTP -USE_GSS +USE_SSL_OPENSSL
> -USE_SSL_GNUTLS -USE_SASL +HAVE_GETADDRINFO
> -HAVE_REGCOMP +USE_GNU_REGEX
> +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
> +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
> +CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME
> -CRYPT_BACKEND_GPGME
> -EXACT_ADDRESS -SUN_ATTACHMENT
> +ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET
> +HAVE_LANGINFO_YESEXPR
> +HAVE_ICONV -ICONV_NONTRANS -HAVE_LIBIDN +HAVE_GETSID +USE_HCACHE
> ISPELL="/usr/bin/ispell"
> SENDMAIL="/usr/sbin/sendmail"
> MAILPATH="mailbox"
> PKGDATADIR="/home/jqian//share/mutt"
> SYSCONFDIR="/home/jqian//etc"
> EXECSHELL="/bin/sh"
> MIXMASTER="mixmaster"
> To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
> To report a bug, please visit http://bugs.mutt.org/.
>
> --- Begin /home/jqian//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 ${prefix}/doc/mutt/manual.txt\n" "Show Mutt
> documentation"
> macro index <f1> "!less ${prefix}/doc/mutt/manual.txt\n" "Show Mutt
> documentation"
> macro pager <f1> "!less ${prefix}/doc/mutt/manual.txt\n" "Show Mutt
> documentation"
> --- End /home/jqian//etc/Muttrc
> }}}
New description:
{{{
Package: mutt
Version: 1.5.16
Severity: normal
-- Please type your report below this line
I install mutt on a remote machine, which I access over ssh and have no
root privilege. I installed mutt with root directory $HOME. The inbox is
on an imaps server accessed, and the saved mail boxes are in my home
directory $HOME mounted on NFS. When I enable header caching, the mutt
crash when accessing the imaps inbox, but not when reading the mbox
folders on my NFS mounted home directory. This happen whether I put the
header cache folder on NFS home directory or in non NFS mounted /tmp
directory.
Curiously, this does not happen on my home computer when accessing the
same remote imaps inbox with header cache enabled. There I installed
mutt as root on /usr/local/
Jiang
-- 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/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-
languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-
dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-
system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu
--enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-
objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
- CFLAGS
-Wall -pedantic -g -O2
-- Mutt Version Information
Mutt 1.5.16 (2007-06-09)
Copyright (C) 1996-2007 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: Linux 2.4.27-3-686-smp (i686)
ncurses: ncurses 5.4.20040208 (compiled with 5.4)
Compile options:
-DOMAIN
-DEBUG
+HOMESPOOL -USE_SETGID +USE_DOTLOCK -DL_STANDALONE
+USE_FCNTL -USE_FLOCK -USE_INODESORT
+USE_POP +USE_IMAP +USE_SMTP -USE_GSS +USE_SSL_OPENSSL
-USE_SSL_GNUTLS -USE_SASL +HAVE_GETADDRINFO
-HAVE_REGCOMP +USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME
-CRYPT_BACKEND_GPGME
-EXACT_ADDRESS -SUN_ATTACHMENT
+ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS -HAVE_LIBIDN +HAVE_GETSID +USE_HCACHE
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="mailbox"
PKGDATADIR="/home/jqian//share/mutt"
SYSCONFDIR="/home/jqian//etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
To report a bug, please visit http://bugs.mutt.org/.
--- Begin /home/jqian//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 ${prefix}/doc/mutt/manual.txt\n" "Show Mutt
documentation"
macro index <f1> "!less ${prefix}/doc/mutt/manual.txt\n" "Show Mutt
documentation"
macro pager <f1> "!less ${prefix}/doc/mutt/manual.txt\n" "Show Mutt
documentation"
--- End /home/jqian//etc/Muttrc
}}}
--
Comment:
Moving out of the 1.6 blocking list -- it's too rare and hard to
reproduce.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2958#comment:10>
Mutt <http://www.mutt.org/>
The Mutt mail user agent