On Sat, 15 May 2010, Fernando Athayde wrote:

Hi,

> Przemek, i was think, may be problem is the multithread support of openssl 
> dll´s
> i was trying build openssl, but without success

If non HVM thread tries to access HVM, i.e. to execute some .prg code
then it simply GPF so I do not think it's the source o your problem.

> but if you test gmail.prg with -MT you´ll see the problem

Both MT and ST versions returns .T. so they seem to work but
valgrind produces for both of them 285KB log with 336 errors:
   Conditional jump or move depends on uninitialised value(s)
inside low level SSL code so there is sth wrong with SSL library
or rather with Harbour wrapper to this library (hbssl) and this
may cause any unpredictable results depending on values in
uninitialised memory. Probably in your MT builds this memory
contains data which breaks communication process.


best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to