6.3-STABLE Apache 2.0 uses high CPU when restarted....

Mel fbsd.questions at rachie.is-a-geek.net
Fri Feb 22 17:21:14 UTC 2008


On Friday 22 February 2008 17:55:38 Forrest Aldrich wrote:
> Sorry Mel, I should have looked at the manpage before replying.  Here is
> the output I got:
>

> Loaded symbols for /usr/local/lib/php/20060613/eaccelerator.so
> Reading symbols from /usr/local/lib/php/20060613/bz2.so...(no debugging
> symbols found)...done.

> #0  0x28f027c3 in ?? ()
> #1  0x285418fe in _UTF8_init () from /lib/libc.so.6
> #2  0x285c6060 in _thread_autoinit_dummy_decl_stub () from /lib/libc.so.6
===> > #3  0x00000000 in ?? ()
===> > #4  0x28253d91 in free () from /libexec/ld-elf.so.1
> #5  0x0814ee1a in zend_hash_apply_deleter ()
> #6  0x0814ee91 in zend_hash_graceful_reverse_destroy ()
> #7  0x081442d0 in zend_shutdown ()
> #8  0x08104d70 in php_module_shutdown ()
> #9  0x081c8e4c in main ()

Could you disable the accelerator? Can't say I've seen this one before. Just 
add a semi colon ';' in front of the module, leave the order in tact. If it 
still dumps core, then the imap one.

You might have to recompile php and all the modules with debugging support to 
find out what's being free'd there.
-- 
Mel


More information about the freebsd-questions mailing list