Thread: 503 error
View Single Post
  #8  
Old 05-20-2007, 11:59 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
There is no error messages dumped to stderr.log by the PHP engine. When PHP crashes, it is not likely to dump any error to stderr.log.
You can remove those core file, then try to access the problem URL, see if there are new core files get created. If yes, try "gdb <path_to_lsphp> <core_file>" then "bt", to dump the call stacks.
Reply With Quote