Core Dumps, etc...

#1
I sent an email to your support yesterday, but I'm following up here in case you didn't receive it.

I'm having an intermittent problem with LSWS hanging on certain PHP scripts. Sometimes it works fine, sometimes there is a long delay before serving the page. I'm also getting a lot of core dumps in my html directory each day. Yesterday, it was over 1,000 core dumps. Today, I just have about ten or so. There doesn't seem to be any rhyme or reason to this. I sent you one of the core dump files via email yesterday.

I'm running LSWS 2.1.1 with PHP 5.0.5 running in FCGI mode. Would really appreciate some help with this.
 

mistwang

LiteSpeed Staff
#2
Those core files are corpse of crashed FCGI PHP process, not really LSWS related, you need to use option "--enable-debug" when you compile the PHP binary to include the symbol table, then use command "gdb <path/to/php> <corefile>" to exam the core file, then type command "bt", submit a bug report to PHP community with the information dumped.

You can try other PHP versions, see if it is better.

George

BTW: we did not receive any email from you yesterday.
 
Top