Re: [Mutt] #3074: Mutt hangs indefinitely
#3074: Mutt hangs indefinitely
Comment (by jaymzh):
OK, compiled with openssl and still get the same behavior. Sorry for the
delay.
Stacktrace:
{{{
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7cf1ec3 in read () from /lib/i686/cmov/libc.so.6
#2 0xb7e3dd47 in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8
#3 0x00000003 in ?? ()
#4 0x081231e0 in ?? ()
#5 0x00000541 in ?? ()
#6 0xb7ed0124 in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8
#7 0x0811ca80 in ?? ()
#8 0x00000000 in ?? ()
}}}
ldd:
{{{
linux-gate.so.1 => (0xffffe000)
libncurses.so.5 => /lib/libncurses.so.5 (0xb7ed0000)
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7e8b000)
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8
(0xb7d41000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7d2c000)
libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0xb7d26000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7bcb000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7bc6000)
/lib/ld-linux.so.2 (0xb7f19000)
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3074#comment:12>