Hi Benoit, I have tested it with the TRUNK and copying in the "SmtpClient" code into the stable 3.5.3/3.5.4 and it works fine with the stable, but the same code signal-11 on the TRUNK. So it isn't a bug in the new SmtpClient, so best to revert #6410 i think.
Regards, Alex 2014-08-01 15:26 GMT+02:00 Alexie <[email protected]>: > 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 <[email protected]>: > > 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@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 >> > >> >> 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 >> [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
