mutt 1.5 much slower than mutt 1.4

Anton Shterenlikht mexas at bristol.ac.uk
Wed Jul 25 11:00:57 UTC 2012


On Tue, Jul 24, 2012 at 11:00:39PM +0200, Matthias Andree wrote:
> Am 24.07.2012 19:18, schrieb Anton Shterenlikht:
> > mail/mutt is much slower on my amd64 and ia64
> > -current boxes after it was updated from 1.4
> > to 1.5. Each keystroke takes few seconds to
> > act. Below is my mutt 1.5 config:
> ...
> 
> > Anybody else is seeing this behaviour?
> 
> Not here≥ on amd64 9-stable -- which may have little relevance for
> 10-current.
> 
> > Any advice?
> 
> Any chance to figure out what mutt is doing, like with truss or similar?

This is the trace when I try to open a folder (> 1MB):

http://seis.bris.ac.uk/~mexas/mutt.truss.open.folder

I also see that I might be using old libraries:


# ldd /usr/local/bin/mutt
/usr/local/bin/mutt:
        libncursesw.so.8 => /lib/libncursesw.so.8 (0x1202f6000)
        libgssapi.so.10 => /usr/lib/libgssapi.so.10 (0x1203aa000)
        libheimntlm.so.11 => /usr/lib/libheimntlm.so.11 (0x1203ca000)
        libkrb5.so.11 => /usr/lib/libkrb5.so.11 (0x1203e4000)
        libhx509.so.11 => /usr/lib/libhx509.so.11 (0x1204c6000)
        libcom_err.so.5 => /usr/lib/libcom_err.so.5 (0x120550000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x120562000)
        libasn1.so.11 => /usr/lib/libasn1.so.11 (0x120812000)
        libwind.so.11 => /usr/lib/libwind.so.11 (0x120918000)
        libheimbase.so.11 => /usr/lib/libheimbase.so.11 (0x120952000)
        libroken.so.11 => /usr/lib/libroken.so.11 (0x120968000)
        libcrypt.so.5 => /lib/libcrypt.so.5 (0x120996000)
        libssl.so.6 => /usr/lib/libssl.so.6 (0x1209d0000)
        libz.so.6 => /lib/libz.so.6 (0x120a72000)
        libintl.so.9 => /usr/local/lib/libintl.so.9 (0x120aaa000)
        libthr.so.3 => /lib/libthr.so.3 (0x120acc000)
        libc.so.7 => /lib/libc.so.7 (0x120b1a000)
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x120dca000)

# make -C /usr/src check-old-libs
>>> Checking for old libraries
/lib/libcrypto.so.6
/usr/lib/libssl.so.6
# 

I probably need to do make-delete-old, and then
rebuild mail/mutt again.


-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423


More information about the freebsd-ports mailing list