A crash in crypto_free most likely means that some code outside the OpenSSL 
library has corrupted the heap, perhaps by freeing an area more than once or 
simply scribbling over its control data. One of the usual memory allocation 
debugging tools should be able to help you pin down the guilty party.

Regards,
               jjf


> From: Ludwig O'Hallorans [mailto:lohallor...@magaya.com]
> Sent: Thursday, August 15, 2013 7:45 PM
> 
> I don't mean the type, I mean the data
> And not, I di mutythread in C++ for a while now, and work fine by the
> way
> This is the first time I use OpenSSL though.
> 
> Any way in my case It shpuldn't be the same data because each time the
> dll is call, it should have a different set of data, and how can you
> explain the crash in crypto_free?
> For what I read this was something that shoild be patched for a while
> already.
> 
> Regards,
> 
> 
> 
> Ludwig O'Hallorans
> Software Developer
> 
> Phone 1.786.454.8472
> Fax 1.786.363.1784
> email: lohallor...@magaya.com
> 
> www.magaya.com
> 
> This email message and any files transmitted with it are confidential
> and intended solely for the use of the individual or entity to whom
> they are addressed. If you have received this email in error, please
> notify the sender via returned email. Please note that any views or
> opinions expressed in this email are solely those of the author and do
> not necessarily represent those of the company. Although Magaya
> Corporation operates anti-virus programs, it does not accept
> responsibility for any damage whatsoever that is caused by viruses
> being passed. Please consider the environment before printing this
> email.
> 
> 
> -----Original Message-----
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] On Behalf Of Salz, Rich
> Sent: Thursday, August 15, 2013 2:39 PM
> 
> > There should be a way.
> 
> There isn't.
> 
> > There are syncronization method to keep the same structure used by
> many threads at the same time, and ussually this is transaparent to
> developers.
> 
> Are you new to multi-threaded C programming?
> 
> 
> --
> Principal Security Engineer
> Akamai Technology
> Cambridge, MA
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to