Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 11:52:26 -0500
From:      Forrest Aldrich <forrie@forrie.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: 6.3-STABLE Apache 2.0 uses high CPU when restarted....
Message-ID:  <47BEFDCA.4000202@forrie.com>
In-Reply-To: <200802221744.05717.fbsd.questions@rachie.is-a-geek.net>
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>

next in thread | previous in thread | raw e-mail | index | archive | help


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...




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47BEFDCA.4000202>