Hi Benoit,

For #8, i think the problem is that during SSL authentication failure, the
openssl isn't killed off properly.

Just before the kill, it looks fine:
me@ubuntu:~$ ps -ef | grep -i open
me  3221  3193  0 14:32 pts/23   00:00:00 /usr/bin/openssl s_client -quiet
-connect smtp.gmail.com 465
me  3227 23308  0 14:32 pts/22   00:00:00 grep --color=auto -i open

After the kill it doesn't:
me@ubuntu:~$ ps -ef | grep -i open
me  3221  3193  0 14:32 pts/23   00:00:00 [openssl] <defunct>
me  3229 23308  0 14:32 pts/22   00:00:00 grep --color=auto -i open

Also the state value is 1, which is running?

Regards,
Alex


2014-08-01 14:10 GMT+02:00 <[email protected]>:

>
> Comment #9 on issue 540 by [email protected]: gb.net.smtp doesn't work
> with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)
> http://code.google.com/p/gambas/issues/detail?id=540
>
> #7 fixed in revision #6409. For #8 I don't know.
>
> For development code, I suggest that you use the mailing-list instead.
>
> --
> You received this message because this project is configured to send all
> issue notifications to this address.
> You may adjust your notification preferences at:
> https://code.google.com/hosting/settings
>
>
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> Gambas-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to