With resip 1.9.8, I am experiencing an A/V when the application that runs our unit test shuts down. This occurs, even if I comment out all of the unit tests.
It seems to be caused by the line
sk_SSL_COMP_free (SSL_COMP_get_compression_methods());
in the routine
OpenSSLInit::~OpenSSLInit()
in the OpenSSLInit.cxx file of the RUtil project.
The call stack looks like this:
libeay32.dll!getrn(lhash_st * lh, const void * data, unsigned long * rhash) Line 413 C
libeay32.dll!CRYPTO_dbg_free(void * addr, int before_p) Line 596 + 0x64 bytes C
libeay32.dll!CRYPTO_free(void * str) Line 398 C
Regards,
Mike