Re: FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11



On Friday 29 February 2008 19:40:44 Abdullah Ibn Hamad Al-Marri wrote:
----- Original Message ----

From: Mel <fbsd.questions@xxxxxxxxxxxxxxxxxxxx>
To: freebsd-questions@xxxxxxxxxxx
Cc: Abdullah Ibn Hamad Al-Marri <wearabnet@xxxxxxxx>
Sent: Friday, February 29, 2008 9:35:38 PM
Subject: Re: FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11

On Friday 29 February 2008 19:08:59 Abdullah Ibn Hamad Al-Marri wrote:
----- Original Message ----

From: Mel
To: freebsd-questions@xxxxxxxxxxx
Cc: Abdullah Ibn Hamad Al-Marri
Sent: Friday, February 29, 2008 8:52:35 PM
Subject: Re: FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11

On Friday 29 February 2008 18:32:13 Abdullah Ibn Hamad Al-Marri wrote:
FreeBSD BB.WeArab.Net 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Feb 29
16:57:56 UTC 2008 admin@xxxxxxxxxxxxx:/usr/obj/usr/src/sys/BB
amd64

But I always get :

pid 646 (httpd), uid 80: exited on signal 11

Hint: provide more info:
- Is this system upgraded from 6.x?
- Is apache recompiled after OS upgrade?
- WHat apache version?
- What modules?

--
Mel

Fresh FreeBSD 7.0-RC1 and now FreeBSD 7.0-STABLE #0: Fri Feb 29
16:57:56 UTC 2008 I didn't reinstall apache via portupgrade -f again
yet. apache 2.2.8
Standard modules.

I'm using apache to run vb 3.6.8 forum

Isn't vb forum php or do you run the perl version.
Either way, try to get a core dump:
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#coredumpdirectory

Then run gdb on it:
gdb /usr/local/sbin/httpd -core /path/to/httpd.core

and type bt at the prompt.
Anything useful there?


--
Mel

(gdb) bt
#0 0x0000000804e382f2 in hash_free () from
/usr/local/lib/mysql/libmysqlclient.so.15 #1 0x00000008064435ae in
recode_delete_outer () from /usr/local/lib/librecode.so.3 #2
0x000000080629b6a8 in zm_shutdown_recode () from
/usr/local/lib/php/20060613/recode.so #3 0x0000000802eccc31 in
module_destructor () from /usr/local/libexec/apache22/libphp5.so #4
0x0000000802ed364a in zend_hash_apply_deleter () from
/usr/local/libexec/apache22/libphp5.so #5 0x0000000802ed38b8 in
zend_hash_graceful_reverse_destroy () from
/usr/local/libexec/apache22/libphp5.so #6 0x0000000802ec8df7 in
zend_shutdown () from /usr/local/libexec/apache22/libphp5.so #7
0x0000000802e858da in php_module_shutdown () from
/usr/local/libexec/apache22/libphp5.so #8 0x0000000802e85979 in
php_module_shutdown_wrapper () from /usr/local/libexec/apache22/libphp5.so
#9 0x0000000802f49081 in php_apache_server_shutdown () from
/usr/local/libexec/apache22/libphp5.so #10 0x0000000800bee6fd in
run_cleanups () from /usr/local/lib/libapr-1.so.2 #11 0x0000000800beeedd in
apr_pool_clear () from /usr/local/lib/libapr-1.so.2 #12 0x0000000000420a2f
in main ()

php shutdown bug. Reorder /usr/local/etc/php/extensions.ini till it stops. You
can use /usr/local/bin/php -v as a way to test as it will also core dump. See
list archives.

--
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages