[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)
Alexie
ualex73 at ...626...
Fri Aug 1 14:37:31 CEST 2014
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
2014-08-01 14:10 GMT+02:00 <gambas at ...2524...>:
>
> Comment #9 on issue 540 by benoit.m... at ...626...: 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
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list