> [[email protected] - Fri Jul 16 10:42:58 2010]:
> 
> I've recompiled the library with -O0 -g
> 
> Here is the new backtrace (the *e is at the very end of the file)
> 

OK, that ENGINE structure looks like total garbage. It is possible the
Apache load/unload cycle (and possibly something in curl) isn't cleaning
up ENGINEs and you're left with stale pointers.

I'd suggest you set a breakpoint in ENGINE_load_builtin_engines() and
see how many times it is called and if the function address changes.

Steve.
-- 
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to