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>"...