Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-12 Thread Corinna Vinschen
On Wed, Nov 12, 2003 at 12:20:57AM -0200, Fr?d?ric L. W. Meunier wrote: Now I'm trying with gdb, but don't know if the following is right. $ openssl s_client -connect mail.postaccesslite.com:993 $ gdb (gdb) attach PPID of openssl (gdb) where #0 0x77f75a59 in ntdll!DbgUiConnectToDbg ()

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-12 Thread Frédéric L. W. Meunier
On Wed, 12 Nov 2003, Corinna Vinschen wrote: On Wed, Nov 12, 2003 at 12:20:57AM -0200, Fr?d?ric L. W. Meunier wrote: Now I'm trying with gdb, but don't know if the following is right. $ openssl s_client -connect mail.postaccesslite.com:993 $ gdb (gdb) attach PPID of openssl (gdb)

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-12 Thread Brian Ford
Corinna, Did you get a chance to look at the strace output he posted here: http://pervalidus.port5.com/tmp/imap.txt.gz A glance there by trained eyes might save him some time. I don't have the time or the training for mine :). It appears to be stuck in close on the socket after is has

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-12 Thread Frédéric L. W. Meunier
On Wed, 12 Nov 2003, Brian Ford wrote: Corinna, Did you get a chance to look at the strace output he posted here: http://pervalidus.port5.com/tmp/imap.txt.gz A glance there by trained eyes might save him some time. I don't have the time or the training for mine :). It appears to be

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-12 Thread Corinna Vinschen
On Wed, Nov 12, 2003 at 04:15:46PM -0200, Fr?d?ric L. W. Meunier wrote: On Wed, 12 Nov 2003, Brian Ford wrote: Corinna, Did you get a chance to look at the strace output he posted here: http://pervalidus.port5.com/tmp/imap.txt.gz A glance there by trained eyes might save him some

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-12 Thread Frédéric L. W. Meunier
On Wed, 12 Nov 2003, Corinna Vinschen wrote: On Wed, Nov 12, 2003 at 04:15:46PM -0200, Fr?d?ric L. W. Meunier wrote: On Wed, 12 Nov 2003, Brian Ford wrote: Corinna, Did you get a chance to look at the strace output he posted here: http://pervalidus.port5.com/tmp/imap.txt.gz

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-11 Thread Corinna Vinschen
On Tue, Nov 11, 2003 at 01:52:36AM -0200, Fr?d?ric L. W. Meunier wrote: OK, so here's what turns out to be an OpenSSL issue. All thanks to Eduardo. On Mon, 10 Nov 2003, Eduardo Chappa wrote: *** Fr?d?ric L. W. Meunier wrote on Nov 11, 2003: :) Is there any delay? :) :) Yes.

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-11 Thread Frédéric L. W. Meunier
nOn Tue, 11 Nov 2003, Corinna Vinschen wrote: On Tue, Nov 11, 2003 at 01:52:36AM -0200, Fr?d?ric L. W. Meunier wrote: OK, so here's what turns out to be an OpenSSL issue. All thanks to Eduardo. On Mon, 10 Nov 2003, Eduardo Chappa wrote: *** Fr?d?ric L. W. Meunier wrote on Nov 11,

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-11 Thread Brian Ford
On Tue, 11 Nov 2003, Frédéric L. W. Meunier wrote: On Tue, 11 Nov 2003, Corinna Vinschen wrote: Me neither. Seems to be a local problem. I don't see what could be wrong with my installation. More likely, your network setup. Anyway, any steps I can do to debug it are appreciated. You

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-11 Thread Frédéric L. W. Meunier
On Tue, 11 Nov 2003, Brian Ford wrote: On Tue, 11 Nov 2003, Frédéric L. W. Meunier wrote: On Tue, 11 Nov 2003, Corinna Vinschen wrote: Me neither. Seems to be a local problem. I don't see what could be wrong with my installation. More likely, your network setup. Anyway, any steps

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-11 Thread Frédéric L. W. Meunier
On Tue, 11 Nov 2003, Brian Ford wrote: On Tue, 11 Nov 2003, Frédéric L. W. Meunier wrote: On Tue, 11 Nov 2003, Corinna Vinschen wrote: Me neither. Seems to be a local problem. I don't see what could be wrong with my installation. More likely, your network setup. BTW, I forgot that

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-11 Thread Frédéric L. W. Meunier
On Tue, 11 Nov 2003, Frédéric L. W. Meunier wrote: On Tue, 11 Nov 2003, Brian Ford wrote: On Tue, 11 Nov 2003, Frédéric L. W. Meunier wrote: On Tue, 11 Nov 2003, Corinna Vinschen wrote: Me neither. Seems to be a local problem. I don't see what could be wrong with my

OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-10 Thread Frédéric L. W. Meunier
OK, so here's what turns out to be an OpenSSL issue. All thanks to Eduardo. On Mon, 10 Nov 2003, Eduardo Chappa wrote: *** Frédéric L. W. Meunier wrote on Nov 11, 2003: :) Is there any delay? :) :) Yes. Ok, this means that the problem is not Pine. It's openssl. You may want to repeat

Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX

2003-11-09 Thread Frédéric L. W. Meunier
I don't know what's wrong, but can't reproduce with the same versions of PC-Pine and Pine for Linux. I have 5 IMAP accounts. The main INBOX is fastmail.fm. The others are incoming-folders=PostaccessLite {mail.postaccesslite.com/[EMAIL PROTECTED], PostaccessLite-fredlwm

Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX

2003-11-09 Thread Eduardo Chappa
On Sun, 9 Nov 2003, Frédéric L. W. Meunier wrote: :) I don't know what's wrong, but can't reproduce with the same versions :) of PC-Pine and Pine for Linux. :) :) I have 5 IMAP accounts. The main INBOX is fastmail.fm. :) :) [deleted configuration of incoming folders] :) :) When I switch from one