Comment 11 for bug 1232469

Revision history for this message
Stefan Fritsch (sf-sfritsch) wrote :

I can reproduce this on Debian sid. Somehow openssl's int_free_ex_data() calls a free_func that points into nirvana. I guess this may be due to all the libraries being loaded, unloaded and then loaded again during apache config parsing. Some library using ssl may do the wrong thing during unloading and openssl gets confused. I think libpq is the primary suspect here.