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