Comment 7 for bug 6771

Revision history for this message
In , Olivier Mueller (omueller) wrote : Re: Bug#228855: Bus Error on mutt startup with imap (sparc64)

On Thu, Jan 22, 2004 at 12:36:38AM +0100, Marco d'Itri wrote:
> Please run "where" at the gdb prompt after mutt dies.

Connecting to mail.insign.ch...
Program received signal SIGBUS, Bus error.
0x703d07e0 in gcry_create_nonce () from /usr/lib/libgcrypt.so.7
(gdb) where
#0 0x703d07e0 in gcry_create_nonce () from /usr/lib/libgcrypt.so.7
#1 0x703d0cc0 in gcry_create_nonce () from /usr/lib/libgcrypt.so.7
#2 0x703bc850 in gcry_cipher_close () from /usr/lib/libgcrypt.so.7
(gdb)

> This may be bug in libgcrypt, BTW.
> I wonder if it's a SASL module which pulls it, as you said to have
> disabled SSL.

mmm, I turned "imaps" off, but it seems there is still some ssl
stuff in the imapd running on port 143, at least according
to the logs on the target mail server:

==> mail <==
Jan 22 00:53:13 andromeda3 imapd: Connection
Jan 22 00:53:13 andromeda3 imapd: LOGIN: DEBUG: command=CAPABILITY
Jan 22 00:53:13 andromeda3 imapd: LOGIN: DEBUG: command=STARTTLS
Jan 22 00:53:14 andromeda3 imapd: Unexpected SSL connection shutdown.

Well, what next now ? :)
regards & 'nite,
Olivier