On Wed, Jan 22, 2014 at 7:27 AM, Emmanuel Dreyfus <[email protected]> wrote: > On Wed, Jan 22, 2014 at 02:11:03PM +0000, Emmanuel Dreyfus wrote: >> The SSL handle looks sane: > > But it is not always the case: > > #0 0xbb7d4f4c in ssl3_shutdown () from /usr/lib/libssl.so.10 > #1 0xbb7c5b0d in SSL_shutdown () from /usr/lib/libssl.so.10 > #2 0x0804a501 in _ICC_Recycle (Expiration=500) at ./src/icc.c:145 > #3 0x0804a5ef in ICC_Recycle_Loop () at ./src/icc.c:231 > #4 0xbb5e24ea in ?? () from /usr/lib/libpthread.so.1 > #5 0xbb533ea0 in ___lwp_park50 () from /lib/libc.so.12 > #6 0xbb000000 in ?? () > #7 0xbb5e26fa in pthread_create () from /usr/lib/libpthread.so.1 > #8 0x0804c332 in main (argc=5, argv=0xbf7fec8c) at ./src/main.c:714 > (gdb) frame 2 > #2 0x0804a501 in _ICC_Recycle (Expiration=500) at ./src/icc.c:145 > 145 SSL_shutdown( HashEntry->server_conn->tls ); > (gdb) print *HashEntry->server_conn->tls > Cannot access memory at address 0xbb23c520 > > An intersting point on this one: it was a debug instance, with only > a single user.
Hmm, I cannot reproduce. Please keep us informed what you find, if anything.... -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk ----- squirrelmail-imapproxy mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: [email protected] List archives: http://news.gmane.org/gmane.mail.squirrelmail.imapproxy List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-imapproxy
