|
From: Patrick D. <pat...@pa...> - 2006-05-01 23:43:25
|
Ok, I think I have narrows this down alittle, from my previous posting.
All systems are freebsd 5.4
Apache 1.3.34 -> php_mod 5.0.5 -> beta2, crashs apache when php code loaded.
[99292] EACCELERATOR: PHP crashed on opline 0 of main() at =20
/usr/local/www/data-secure/login.php:2
[Mon May 1 09:49:25 2006] [notice] child pid 99292 exit signal =20
Segmentation fault (11)
It doesn't matter what php file is actually loaded, the first php =20
access causes basically same error, only the file.php:# changes
It doesn't work if I turn the optimizer off either.
same system -> beta1, same crash issue as with beta2
Sometimes it will load a vew pages before it crashs
Tried with optimizer off, doesn't help
same system -> 0.9.4rl, works fine, no issue noticed
Apache 1.3.31 -> php_mod 5.1.1 -> beta2, no issue runs code fine.
The above two both have exact copys of code, very simple php code that =20
just runs a basical calendar.
The following system run horde email server, there where originally =20
the same code, but not all are production, so the testing code has =20
changed abit.
Apache 1.3.29 -> php_mod 5.1.2 -> beta2, crashs apache when apache started.
some ealloc(all userspace memory) issue
same setup -> beta1, runs fine, no issues.
Lighttpd -> php fcgi 5.1.2 -> beta2, runs fine, no problems.
Lighttpd -> php fcgi 5.1.2 -> beta2, runs fine, no problems.
|