httpdが落ちる

朝の日課。
このサイトを閲覧。・・・繋がらない。
/var/log/messagesをみると・・・
Apr 19 04:18:40 ***** kernel: pid 2312 (httpd), jid 0, uid 0: exited on signal
11 (core dumped)
先ずはhttpdを起動しなくては。コマンドを思い出せず調べる。
# service apache24 restart
Performing sanity check on apache24 configuration:
Syntax OK
apache24 not running? (check /var/run/httpd.pid).
Performing sanity check on apache24 configuration:
Syntax OK
Starting apache24.

よくわからないけれどもgdbでcore dumpを調べる
#gdb /usr/local/sbin/httpd -c /httpd.core
GNU gdb (GDB) 15.1 [GDB v15.1 for FreeBSD]
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type “show copying” and “show warranty” for details.
This GDB was configured as “x86_64-portbld-freebsd14.2”.
Type “show configuration” for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type “help”.
Type “apropos word” to search for commands related to “word”…
Reading symbols from /usr/local/sbin/httpd…
(No debugging symbols found in /usr/local/sbin/httpd)
[New LWP 100224]
Core was generated by `/usr/local/sbin/httpd -DNOHTTPACCEPT’.
Program terminated with signal SIGSEGV, Segmentation fault.
Address not mapped to object.
0 0x00000008373f0bd0 in ?? ()
(gdb) bt
0 0x00000008373f0bd0 in ?? ()
1 0x000000083d81ec12 in ?? () from /usr/local/lib/php/20240924/opcache.so
2 0x000000083b49f9a6 in ?? () from /usr/local/libexec/apache24/libphp.so
3 0x000000083b4db9b0 in zend_llist_apply_with_del ()
from /usr/local/libexec/apache24/libphp.so
4 0x000000083b387500 in php_module_startup ()
from /usr/local/libexec/apache24/libphp.so
5 0x000000083b501896 in ?? () from /usr/local/libexec/apache24/libphp.so
6 0x0000000000262281 in ap_run_post_config ()
7 0x000000000025d90d in main ()

結局はどうすればいいのだろう?
libphp.soに問題があるのだろうか?

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)