ID: 27773
User updated by: krasnov at euroweb dot ru
Reported By: krasnov at euroweb dot ru
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: FreeBSD 4.8 RELEASE
PHP Version: 4.3.5
New Comment:
Complete list of directives in pnp.ini
--------------------------------------
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.1.0
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.1.0
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
--------------------------------------
Without php.ini all works and do not carshes.
The same config with php 4.3.4 works fine.
Previous Comments:
------------------------------------------------------------------------
[2004-03-30 08:46:19] [EMAIL PROTECTED]
Do you have any PHP or Zend extensions loaded via php.ini?
------------------------------------------------------------------------
[2004-03-30 07:17:40] krasnov at euroweb dot ru
After removal of this code Apache 2.0.49 and Apache 2.0.48 stop to
throw exceptions (means Segmentation Faults) in main thread upon -HUP
(-1) or graceful restart. (Bug #27735)
------------------------------------------------------------------------
[2004-03-30 06:44:01] krasnov at euroweb dot ru
I have found that php NOT crash if i remove the following code from
TSRM_API void tsrm_shutdown(void) (file TSRM.c)
-----------------------------------
if (resource_types_table && resource_types_table[j].dtor) {
resource_types_table[j].dtor(p->storage[j], &p->storage);
}
-----------------------------------
------------------------------------------------------------------------
[2004-03-30 05:30:20] krasnov at euroweb dot ru
And i have forgot about this option in php_config.h
/* #undef HAVE_REALPATH */
------------------------------------------------------------------------
[2004-03-30 05:29:09] krasnov at euroweb dot ru
I ma really sorry it was misprint, I meant bug #27735
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/27773
--
Edit this bug report at http://bugs.php.net/?id=27773&edit=1