[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 15:26:55 CEST 2014


Hi Benoit,

Not, that doesn't seem to solve the issue. I am looking into the SmtpClient
code, maybe i can spot something, i will let you know.

Regards,
Alex


2014-08-01 14:57 GMT+02:00 Benoît Minisini <gambas at ...1...>:

> 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
>
>
> ------------------------------------------------------------------------------
> 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