[Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)
Benoît Minisini
gambas at ...1...
Fri Aug 1 14:57:15 CEST 2014
Le 01/08/2014 14:37, Alexie a écrit :
> 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 at ...1008...:~$ 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 at ...1008...:~$ 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
>
Is it better with revision #6410?
--
Benoît Minisini
More information about the User
mailing list