Re: [FWD] Crash inside libeay32.dll

2010-12-16 Thread Marin Bek
You could compile a debug version of openssl and run your application with some debugger, depending on the compiler you use for your application. It all depends on a kind of a crash you experience. If it is some memory-related error, you could try Insure++ or IBM Purify. HTH, Marin On Thu, Dec 16

obj_name_cmp invalid pointer? OpenSSL 1.0.0.3

2010-12-16 Thread Marin Bek
Hello, I use axis2 in my application, and it uses openssl 1.0.0.3. It sometimes happens that a null pointer is used in obj_name_cmp(). See stack trace below. I found some bug reports regarding this, but no fixes. Is it possible to correct this? Thank you Insure stack trace: Runtime: Executin

Multithreading heap corruption issue

2010-12-13 Thread Marin Bek
Hello, I have developed a C++ application (developed under VS 2008) which uses Axis2 library, which uses OpenSSL. Application is multithreaded, and each thread initiates new axis instance using SSL. Issues occur mostly after second thread is created, but it sometimes takes a bit longer: various fu