Your message dated Sun, 3 Aug 2008 21:46:02 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#491750: mutt: segfault after reading ticket file
has caused the Debian Bug report #491750,
regarding mutt: segfault after reading ticket file
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.)


-- 
491750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491750
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mutt
Version: 1.5.18-3
Severity: important

Hello,

I just installed 1.5.18-3 and it segfaults durint TLS initalisation. A
strace shows that one of the last things it does is
| open("/tmp/krb5cc_1000", O_RDONLY)      = 9
Removing --with-gss fixes the problem. Mutt works again, including
single-sign-on via libsasl2-modules-gssapi-heimdal.

So please remove the path from #469483. It renders the package
unusable.


Daniel

PS: The information below is for the working package I compiled
    without gss and with gpgme.

-- Package-specific info:
Mutt 1.5.18 (2008-05-17)
Copyright (C) 1996-2008 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.6.25-2-amd64 (x86_64)
ncurses: ncurses 5.6.20080713 (compiled with 5.6)
libidn: 1.9 (compiled with 1.9)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Apr 24 2006 03:50:27)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK   
+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  +COMPRESSED  +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="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <[EMAIL PROTECTED]>.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2
patch-1.5.13.cd.purge_message.3.4
patch-1.5.13.nt+ab.xtitles.4
patch-1.5.4.vk.pgp_verbose_mime
patch-1.5.6.dw.maildir-mtime.1
patch-1.5.8.hr.sensible_browser_position.3

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mutt depends on:
ii  libc6                    2.7-12          GNU C Library: Shared libraries
ii  libgdbm3                 1.8.3-3         GNU dbm database routines (runtime
ii  libgnutls26              2.4.1-1         the GNU TLS library - runtime libr
ii  libgpg-error0            1.4-2           library for common error values an
ii  libgpgme11               1.1.6-2         GPGME - GnuPG Made Easy
ii  libidn11                 1.9-1           GNU libidn library, implementation
ii  libncursesw5             5.6+20080713-1  shared libraries for terminal hand
ii  libsasl2-2               2.1.22.dfsg1-21 Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  exim4                         4.69-6     metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-6     lightweight Exim MTA (v4) daemon
ii  locales                       2.7-12     GNU C Library: National Language (
ii  mime-support                  3.44-1     MIME files 'mime.types' & 'mailcap

Versions of packages mutt suggests:
ii  aspell                      0.60.6-1     GNU Aspell spell-checker
ii  ca-certificates             20080617     Common CA certificates
ii  gnupg                       1.4.9-2      GNU privacy guard - a free PGP rep
ii  ispell                      3.1.20.0-4.4 International Ispell (an interacti
pn  mixmaster                   <none>       (no description available)
ii  openssl                     0.9.8g-11    Secure Socket Layer (SSL) binary a
pn  urlview                     <none>       (no description available)

Versions of packages mutt is related to:
ii  mutt                          1.5.18-3.1 text-based mailreader supporting M
pn  mutt-dbg                      <none>     (no description available)
pn  mutt-patched                  <none>     (no description available)

-- no debconf information

Attachment: pgpMN5CXjCNm4.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Re: Daniel Bayer 2008-08-03 <[EMAIL PROTECTED]>
> Hello,
> 
> On Sun, Aug 03, 2008 at 03:25:30AM +0200, Christoph Berg wrote:
> > Could you try installing the mutt-dbg package and producing a
> > backtrace with gdb?
> 
> I didn't tried it with 1.5.18-3 but I can't reproduce the segfault
> with 1.5.18-4. Maybe there was a bug in some library last week. I
> guess this bug can be closed.

Thanks for investigating.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to