[Bug 669005] Re: Apache2 crashes on reload
Clint Byrum
clint at fewbar.com
Tue Nov 9 00:39:31 GMT 2010
Guy, thanks. I've been digging through the code a bit, and it appears
that we're probably dying because the id_callback that PHP has setup is
invalid in some way. The spot where we get the "in ??" is this:
pid=(unsigned long)CRYPTO_thread_id();
CRYPTO_thread_id() returns the result of a dynamic function pointer which is in fact set during the php curl extension's initialization step to tsrm_thread_id(), but its possible this pointer has been invalidated in some way.
I'm going to go ahead and try to install Community-ID and see if I can
reproduce this on Hardy.
--
Apache2 crashes on reload
https://bugs.launchpad.net/bugs/669005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list