I'm having some kind of issue with the PHP LSAPI module.
It is doing core dumps all over the place in multiple web accounts. I know it is the LSAPI module because if I input the core dumps into bdg it tells me they are created by the PHP LSAPI module. But when I backtrace, the reason is always different. And sometimes the core dumps are not readable by bdg, or are just empty files.
Every time it happens, it seems that the following entry is placed into LiteSpeed's stderr.log:
Any ideas what could be going on?
I first installed PHP 5.1.6, and thought perhaps it was a bug, so I upgraded to 5.2.1, but the problem persists. I also thought perhaps it was APC, because I've had some problems with it in the past, so I disabled APC to rule that out as a suspect.
Would appreciate any insight or advise.
Thanks!
It is doing core dumps all over the place in multiple web accounts. I know it is the LSAPI module because if I input the core dumps into bdg it tells me they are created by the PHP LSAPI module. But when I backtrace, the reason is always different. And sometimes the core dumps are not readable by bdg, or are just empty files.
Every time it happens, it seems that the following entry is placed into LiteSpeed's stderr.log:
Code:
which: no convert in ((null))
I first installed PHP 5.1.6, and thought perhaps it was a bug, so I upgraded to 5.2.1, but the problem persists. I also thought perhaps it was APC, because I've had some problems with it in the past, so I disabled APC to rule that out as a suspect.
Would appreciate any insight or advise.
Thanks!