#3533: Mutt freezes on SASL authentication failure (imap)
--------------------+-------------------------------------------------------
Reporter: strk | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.5.20
Keywords: |
--------------------+-------------------------------------------------------
Wrong IMAP password (or I hit ^G, not sure) and mutt freezed right after
notifying: "SASL authentication failure".
Attaching the process with gdb gives this backtrace:
{{{
#0 0x00007f304fc5e472 in __libc_recv (fd=<value optimized out>,
buf=0x1b4b0c0, n=5, flags=<value optimized out>)
at ../sysdeps/unix/sysv/linux/x86_64/recv.c:30
#1 0x00007f305099fc59 in ?? () from /usr/lib/libgnutls.so.26
#2 0x00007f305099ff23 in ?? () from /usr/lib/libgnutls.so.26
#3 0x00007f305099b8e1 in _gnutls_recv_int () from
/usr/lib/libgnutls.so.26
#4 0x00007f305099cc8f in gnutls_bye () from /usr/lib/libgnutls.so.26
#5 0x00000000004981f7 in ?? ()
#6 0x0000000000496864 in ?? ()
#7 0x0000000000495464 in ?? ()
#8 0x00000000004675df in ?? ()
#9 0x000000000042308a in ?? ()
#10 0x000000000043d967 in ?? ()
#11 0x00007f304fb95c4d in __libc_start_main (main=<value optimized out>,
argc=<value optimized out>, ubp_av=<value optimized out>,
init=<value optimized out>, fini=<value optimized out>,
rtld_fini=<value optimized out>, stack_end=0x7fffe2053c78)
at libc-start.c:226
}}}
Could be a gnutls issue...
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3533>
Mutt <http://www.mutt.org/>
The Mutt mail user agent