> Am using openssl for my monitoring tools and i have facing *faulting module > ssleay32.dll, version 0.0.0.0, fault address 0x00010c8b *in application > log and its all type of windows OS > May i know that it is known issue or new issue,if it is known issue please > provide issue id. > > Kindly help ASP... > > Note : am using latest openssl (openssl-1.0.1j.tar.gz > <https://www.openssl.org/source/openssl-1.0.1j.tar.gz>)
Specific fault address does not provide sufficient information by itself and it's impossible to tell anything from it. You refer to source code, and if you compile it yourself, you'll have symbol information as .pdb files that you can use to identify failing function. You should be able to use it together with crash dump information in debugger to identify failing function and collect so called stack back-trace. Only then it would be possible to make some assessment about nature of the problem. [As for "crash dump", I don't think meaningful crash dump generation is enabled by default nowadays, i.e. you would have to configure it, google should be your friend]. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
