From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 17:21:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9B8E16A406 for ; Fri, 22 Feb 2008 17:21:14 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id AF2AC13C44B for ; Fri, 22 Feb 2008 17:21:14 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id BC12F1CC8B; Fri, 22 Feb 2008 08:21:13 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 22 Feb 2008 18:21:12 +0100 User-Agent: KMail/1.9.7 References: <47BD8BE3.8070209@forrie.com> <200802221744.05717.fbsd.questions@rachie.is-a-geek.net> <47BEFE8A.4050501@forrie.com> In-Reply-To: <47BEFE8A.4050501@forrie.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802221821.12561.fbsd.questions@rachie.is-a-geek.net> Cc: Forrest Aldrich Subject: Re: 6.3-STABLE Apache 2.0 uses high CPU when restarted.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 17:21:14 -0000 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