From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 16:52:35 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 0148716A403 for ; Fri, 22 Feb 2008 16:52:35 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrie.com (demon.dce.harvard.edu [140.247.198.85]) by mx1.freebsd.org (Postfix) with ESMTP id C5A3513C455 for ; Fri, 22 Feb 2008 16:52:34 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrest-aldrichs-macbook-pro.local (host243.72.248.152.conversent.net [72.248.152.243]) (authenticated bits=0) by forrie.com (8.14.2/8.13.8) with ESMTP id m1MGqQos024651 for ; Fri, 22 Feb 2008 11:52:31 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <47BEFDCA.4000202@forrie.com> Date: Fri, 22 Feb 2008 11:52:26 -0500 From: Forrest Aldrich User-Agent: Thunderbird 2.0.0.13pre (Macintosh/20080220) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <47BD8BE3.8070209@forrie.com> <200802221345.21927.fbsd.questions@rachie.is-a-geek.net> <47BEF948.8070401@forrie.com> <200802221744.05717.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200802221744.05717.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5936/Fri Feb 22 09:12:40 2008 on mail.forrie.com X-Virus-Status: Clean 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 16:52:35 -0000 Mel wrote: > > You can, if you see this: > (gdb) bt > #0 0x28e4fe5c in ?? () > #1 0x2855bb83 in pthread_mutex_destroy () from /lib/libc.so.6 > ====> #2 0x285e74fd in __tcf_1 () from /usr/local/lib/libaspell.so.16 > #3 0x2855a97a in __cxa_finalize () from /lib/libc.so.6 > ====> #4 0x285e6e4a in __do_global_dtors_aux () > from /usr/local/lib/libaspell.so.16 > #5 0x2867a204 in _fini () from /usr/local/lib/libaspell.so.16 > > In this case, it was the pspell module. __do_global_dtors_aux is usually the > problem - destroying the globals it created. > Seems I cannot use GDB on this due to : This GDB was configured as "i386-marcel-freebsd"..."/usr/local/etc/php/php.core": not in executable format: File format not recognized I tried doing a "strings -a" to peek around, but it doesn't tell you much. Thanks...