#3074: Mutt hangs indefinitely Comment (by Brendan Cully):
{{{ > Not a terribly useful bt I'm afraid: > > (gdb) bt > #0 0xffffe410 in __kernel_vsyscall () > #1 0xb7dcc461 in recv () from /lib/i686/cmov/libc.so.6 > #2 0xb7eaf91c in ?? () from /usr/lib/libgnutls.so.26 > #3 0x00000004 in ?? () > #4 0x081f092c in ?? () > #5 0x00000376 in ?? () > #6 0x00000000 in ?? () > (gdb) > > It does imply it's waiting for network traffic - but there's no NAT > between these two machines. There are, in this case, stateful firewalls > (both are iptables using the conntrack module). Can you build mutt with debugging symbols? Perhaps with --enable-debug and CFLAGS=-ggdb. It also might be worth trying to use openssl instead of gnutls. I think I remember reports of hangs with gnutls in the past. }}} -- Ticket URL: <http://dev.mutt.org/trac/ticket/3074#comment:>