Sunday, October 25, 2009, 02:54 AM - /openbsd
Terminando de postear lo de acá abajo, me di cuenta que aleatoriamente el blog al actualizarlo o refrescarlo quedaba la pagina en blanco. Me pareció bastante raro asi que empecé a revisar todo y en los logs encontré algo como esto:
[notice] child pid 25446 exit signal Segmentation fault (11)
[notice] child pid 27769 exit signal Segmentation fault (11)
[notice] child pid 17757 exit signal Segmentation fault (11)
[notice] child pid 28902 exit signal Segmentation fault (11)
[notice] child pid 19206 exit signal Segmentation fault (11)
Asi que buscando un poco en misc@ encontré que era un problema ya reportado, aparentemente un inconveniente con
php5-core y
suhosin. Acá tienen el commit:
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2009/07/20 10:30:14
Modified files:
www/php5 : Makefile.inc www/php5/core : Makefile www/php5/extensions: Makefile Added files:
www/php5/core/patches: patch-ext_suhosin_suhosin_c
Log message:
Make suhosin.session.encrypt=off by default because there are some problems
with php 5.2.10 and the suhosin patch. noted by william@ and people on ports@
It's going to be re-enabled when it gets fixed upstream.Básicamente se soluciona agregando a su php.ini la siguiente linea:
suhosin.session.encrypt=off
Si les pasa de nuevo en mi blog por favor avisen.
Saludos!