503 error php 5.2.17

#1
hello

from messages:

Sep 7 12:21:41 srv03 kernel: lsphp5[20088]: segfault at 8048 ip 0000003db501ce9c sp 00007fff9bf71dd0 error 4 in libsqlite3.so.0.8.6[3db5000000+8c000]
Sep 7 12:21:41 srv03 abrt[20090]: Saved core dump of pid 20088 (/usr/local/lsws/fcgi-bin/lsphp-5.2.17) to /var/spool/abrt/ccpp-2013-09-07-12:21:41-20088 (22073344 bytes)
Sep 7 12:21:41 srv03 abrtd: Directory 'ccpp-2013-09-07-12:21:41-20088' creation detected
Sep 7 12:21:42 srv03 abrtd: Executable '/usr/local/lsws/fcgi-bin/lsphp-5.2.17' doesn't belong to any package
Sep 7 12:21:42 srv03 abrtd: 'post-create' on '/var/spool/abrt/ccpp-2013-09-07-12:21:41-20088' exited with 1
Sep 7 12:21:42 srv03 abrtd: Corrupted or bad directory '/var/spool/abrt/ccpp-2013-09-07-12:21:41-20088', deleting


error log:

2013-09-07 12:21:41.853 [INFO] [151.95.226.133:63052-0#APVH_www.XXXXXXXXXX.com] connection to [/tmp/lshttpd/APVH_www.XXXXXXXXXX.com_Suphp.sock] on request #0, confirmed, 1, associated process: 20088, running: 1, error: Connection reset by peer!
2013-09-07 12:21:41.854 [NOTICE] [151.95.226.133:63052-0#APVH_www.XXXXXXXXXX.com] oops! 503 Service Unavailable
2013-09-07 12:21:41.854 [NOTICE] [151.95.226.133:63052-0#APVH_www.XXXXXXXXXX.com] Content len: 93, Request line: 'POST /wp-admin/setup-config.php?step=2 HTTP/1.1'
2013-09-07 12:21:41.854 [INFO] [151.95.226.133:63052-0#APVH_www.XXXXXXXXXX.com] File not found [/home/XXXXXX/domains/XXXXXXXXXX.com/public_html/503.shtml]


Centos 6.4 64bit
Kernel: 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Litespeed: 4.2.4


i see this error only from 2 week before all works ok ...


any idea to fix it?
 

mistwang

LiteSpeed Staff
#2
The crash is inside sqlite, you can let php dump a core file by add environment

LSAPI_ALLOW_CORE_DUMP

to lsphp5 ext app.
once find the cause of the crash, submit bug report to corresponding party.
 
Top